Difference between revisions of "Popcorn-Time"

From RHS Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
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>
 

Latest revision as of 14:59, 4 March 2019

https://popcorntime.sh/

if error:
./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