-
-
Save TopperBG/bdf8101de2ba96bf6a7d8595710c4782 to your computer and use it in GitHub Desktop.
ubuntu xdg-open acestream
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.local/share/applications/acestream.desktop | |
[Desktop Entry] | |
Version=1.0 | |
Name=Acestream | |
GenericName=Media player | |
Comment=Open Acestream links with VLC Media Player | |
Type=Application | |
StartupNotify=false | |
Exec=/snap/bin/acestreamplayer %u | |
TryExec=/snap/bin/acestreamplayer | |
Terminal=false | |
Icon=/home/darkside/Icons/acestream.png | |
Type=Application | |
Categories=Media | |
MimeType=x-scheme-handler/acestream; | |
X-KDE-Protocols=acestream | |
NoDisplay=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gvfs-mime --set x-scheme-handler/acestream acestream.desktop | |
#xdg-mime default /home/darkside/.local/share/applications/acestream.desktop x-scheme-handler/acestream |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment