Changes

Jump to navigation Jump to search
589 bytes added ,  18:40, 15 February 2019
no edit summary
Line 4: Line 4:  
./Popcorn-Time: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
 
./Popcorn-Time: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
 
  sudo apt-get install libgconf-2-4
 
  sudo apt-get install libgconf-2-4
 +
 +
=== Gnome Desktop Launcher ===
 +
~/.local/share/applications/Popcorn-Time.desktop<br />
 +
~/.gnome/apps/Popcorn-Time.desktop<br />
 +
<nowiki>[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=/opt/Popcorn-Time/Popcorn-Time
 +
Icon=/opt/Popcorn-Time/src/app/images/icons/icon.png
 +
Categories=AudioVideo;Player;Video;
 +
Keywords=Player;Audio;Video;
 +
</nowiki>

Navigation menu