Skip to content

Instantly share code, notes, and snippets.

@ed-flanagan
Last active October 31, 2020 10:10
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ed-flanagan/b913b17c6d1ca99e3f92 to your computer and use it in GitHub Desktop.
Save ed-flanagan/b913b17c6d1ca99e3f92 to your computer and use it in GitHub Desktop.
Gnome Popcorn Time application launcher

Popcorn Time desktop item

Make sure to replace /path/to paths with your actual system locations.

GNOME/MATE

Where to put this file

  • ~/Desktop/ (this will put the launcher on your desktop)
  • ~/.local/share/applications/ or /usr/share/applications (this will put the launcher in your Activities)

Icon

From the butterproject/artworks repository. The repository contains alternative icons as well. Popcorn Time icon from the https://github.com/butterproject/artworks repository

[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Popcorn Time
Name[en_US]=Popcorn Time
GenericName=BitTorrent Stream Player
GenericName[en_US]=BitTorrent Stream Player
Comment=Run the Popcorn Time application
Comment[en_US]=Run the Popcorn Time application
Type=Application
Terminal=false
Exec=/path/to/Popcorn-Time/Popcorn-Time
Icon=/path/to/Popcorn-Time/src/app/images/icon.png
Categories=AudioVideo;Player;Video;
Keywords=Player;Audio;Video;
@flyudvik
Copy link

Great, thank you

@MirceaMx
Copy link

GREAT!

Copy link

ghost commented Feb 23, 2019

Awesome ( :

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment