We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1194296 commit f20faf2Copy full SHA for f20faf2
mpv-scheme-handler.desktop
@@ -1,7 +1,7 @@
1
[Desktop Entry]
2
Version=1.0
3
Type=Application
4
-Exec=sh -c 'URL="%u"; URL=${URL#mpv://}; mpv --keep-open --player-operation-mode=pseudo-gui "$URL" || notify-send -i mpv -w -A Close -A Open=Open "Opening $URL failed" | { [ "$(head -n1)" = "Open" ] && xdg-open "$URL";}'
+Exec=sh -c 'URL="%u"; URL=${URL#mpv://}; mpv --keep-open --player-operation-mode=pseudo-gui "${URL}" || notify-send -i mpv -w -A Close -A Open=Open "Opening ${URL} failed" | { [ "$(head -n1)" = "Open" ] && xdg-open "${URL}";}'
5
Icon=mpv
6
StartupNotify=true
7
Terminal=false
0 commit comments