File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ if [ "${OS}" = 'Linux' ] && ${HAS_GUI}; then
169169 ' notification_lockscreen' false \
170170 ' location' false
171171 done
172- for VIDEO_PLAYER_APP in ' com.github.rafostar.Clapper' ' org.gnome.Totem' ; do
172+ for VIDEO_PLAYER_APP in ' com.github.rafostar.Clapper' ' dev.fredol.open-tv ' ' org.gnome.Totem' ; do
173173 set_linux_permission " ${VIDEO_PLAYER_APP} " \
174174 ' background' false \
175175 ' camera' false \
Original file line number Diff line number Diff line change @@ -1216,6 +1216,14 @@ set_launcher_entry "${GLOBAL_LAUNCHERS_DIR}/mpv.desktop" \
12161216set_launcher_entry " ${GLOBAL_LAUNCHERS_DIR} /netflix-nativefier.desktop" \
12171217 Icon ' netflix'
12181218
1219+ # ## Open TV
1220+ for LAUNCHER in " ${LOCAL_FLATPAK_LAUNCHERS_DIR} /dev.fredol.open-tv.desktop" \
1221+ " ${GLOBAL_FLATPAK_LAUNCHERS_DIR} /dev.fredol.open-tv.desktop" ; do
1222+ set_launcher_entries " ${LAUNCHER} " \
1223+ Name ' Open TV' \
1224+ Icon ' tvtime'
1225+ done
1226+
12191227# ## Plex
12201228for LAUNCHER in " ${LOCAL_LAUNCHERS_DIR} /chrome-aghlkjcflkcaanjmefomlcfgflfdhkkg-Default.desktop" \
12211229 " ${GLOBAL_LAUNCHERS_DIR} /plexmediaplayer.desktop" ; do
You can’t perform that action at this time.
0 commit comments