Created
June 20, 2018 13:50
-
-
Save Darkside73/ca50a4686fdfdf5517eceb10501805e4 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