Skip to content

Instantly share code, notes, and snippets.

@Darkside73
Created June 20, 2018 13:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Darkside73/ca50a4686fdfdf5517eceb10501805e4 to your computer and use it in GitHub Desktop.
Save Darkside73/ca50a4686fdfdf5517eceb10501805e4 to your computer and use it in GitHub Desktop.
ubuntu xdg-open acestream
# ~/.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
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