Skip to content

Commit 4662a80

Browse files
committed
Customised the Open TV app
1 parent 43465dc commit 4662a80

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

scripts/configure-permissions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

scripts/customise-launchers.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,14 @@ set_launcher_entry "${GLOBAL_LAUNCHERS_DIR}/mpv.desktop" \
12161216
set_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
12201228
for LAUNCHER in "${LOCAL_LAUNCHERS_DIR}/chrome-aghlkjcflkcaanjmefomlcfgflfdhkkg-Default.desktop" \
12211229
"${GLOBAL_LAUNCHERS_DIR}/plexmediaplayer.desktop"; do

0 commit comments

Comments
 (0)