If you perform an installation from sources, you must resolve missing dependencies.
$ tar xvzf qpicturedownloader-2.0.0.tar.gz$ cd qpicturedownloader-2.0.0 $ chmod +x ./configure $ ./configure
The script may fail when it isn't able to detect the tool qmake belonging to the toolkit Qt 4.x. In that case you must save in the environment variable QMAKE the path to the homonymous program and execute the script again.
$ QMAKE=<path-to-qmake> ./configure
$ make $ su -c "make install" Password: <your password>
At every startup QPictureDownloader connects to www.fioreltech.net server, in order to verify if there is a newer version of the program. In the affirmative case, a label is shown in the very right of the status bar and it may be clicked to open in the default browser a page describing the instructions for the update.