Skip to content

Instantly share code, notes, and snippets.

@leonardobiffi
Forked from ed-flanagan/Popcorn-Time.desktop
Created January 26, 2020 18:51
Show Gist options
  • Save leonardobiffi/a175822ff8463505342275d086014b92 to your computer and use it in GitHub Desktop.
Save leonardobiffi/a175822ff8463505342275d086014b92 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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment