Difference between revisions of "Popcorn-Time"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "https://popcorntime.sh/<br /> if error:<br /> ./Popcorn-Time: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory...") |
Rafahsolis (talk | contribs) |
||
| 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> | ||
Revision as of 18:40, 15 February 2019
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
Gnome Desktop Launcher
~/.local/share/applications/Popcorn-Time.desktop
~/.gnome/apps/Popcorn-Time.desktop
[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;