Skip to content

Instantly share code, notes, and snippets.

@TopperBG
Forked from Darkside73/acestream.desktop
Created April 20, 2019 16:47
Show Gist options
  • Save TopperBG/bdf8101de2ba96bf6a7d8595710c4782 to your computer and use it in GitHub Desktop.
Save TopperBG/bdf8101de2ba96bf6a7d8595710c4782 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