Tag Archives: streaming video

Popcorn Time is back!

Popcorn time the one which got banned, barred, you name it. Is Back ! This time with a new website – http://www.time4popcorn.eu/

For Fedora users like me they’ll get an error

$ ./Popcorn-Time
./Popcorn-Time: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory

They can simply fix it by installing yum install libgudev1. If the package is already present, just make a sym link.


# ln -s /usr/lib64/libgudev-1.0.so.0 /usr/lib64/libudev.so.0

This will work like charm.

Further you can create a desktop file so that the app reflects in your Super key search (GNOME, Unity, etc)

Here is my popcorntime.desktop file

[Desktop Entry]
Name=Popcorn Time
GenericName=Popcorn Time
Comment=Watch movies online
Exec=/home/rutu/apps/Popcorn/Popcorn-Time %U
Terminal=false
Type=Application
StartupNotify=true
Icon=/home/rutu/apps/Popcorn/Popcorn-time-logo.jpg
Keywords=Videos;Movies;Torrents;HD;Streaming;

Create the file in ~/.local/share/applications.

I’ve also created / cropped a logo.
Popcorn-time-logo