Flickr On Plasma
This is Flickr On Plasma, a Plasma applet showing:
- the most interesting pictures on Flickr;
- your favorite photos;
- a particular photoset;
- a set of photos based on a tag;
- photos taken on a particular location.
Current version: 0.7.1
Download (MD5 b0ced248f59d35cdd8c3c0d913cf4ced)
You can also download the development version with Git:
git clone git://github.com/bram85/flickrop.git
(web interface, also for older versions.)
or
git clone git://gitorious.org/flickrop/flickrop.git
Build instructions
Make sure to have Plasma from KDE 4.1 or higher installed and CMake. Marble is an optional dependency. Then proceed as follows:
tar xvjf flickrop-0.7.1.tar.bz2
cd flickrop-0.7.1
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$KDEHOME ..
make
make install
cd flickrop-0.7.1
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$KDEHOME ..
make
make install
Of course you can set the prefix to anything you want, but this allows you to install the applet as a user.
If you don't wish to depend on Marble, you can explicitely turn it off by replacing the cmake command above with the following:
cmake -DCMAKE_INSTALL_PREFIX=$KDEHOME -DWITHOUT_MARBLE=true ..
Screenshots



| Attachment | Size |
|---|---|
| flickrop-0.7.1.tar.bz2 | 35.34 KB |