
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
SmoothSlideSaver is a KDE screensaver which shows images from a directory as an OpenGL slideshow. It uses the famous Ken Burns effect and smoothly fades from one image to the next.
You don't need to worry about complicated configuration options, everything should run smoothly out of the box. Just select a directory with some nice pictures (e.g., your digital photo collection) and let the show begin :)
There are prebuilt packages for Debian and Ubuntu (i386 architecture, only). You can either download them via the links below, or more conveniently, apt-get them:
Put one of the following lines into your /etc/apt/sources.list file:
deb http://www1.inf.tu-dresden.de/~cw183155/smoothslidesaver debian-sarge/ # Debian stable "Sarge"
deb http://www1.inf.tu-dresden.de/~cw183155/smoothslidesaver debian-unstable/ # Debian unstable (requires KDE 3.5.0 from Alioth (or experimental?))
deb http://www1.inf.tu-dresden.de/~cw183155/smoothslidesaver ubuntu-breezy/ # (K)Ubuntu "Breezy"
Then do the usual steps to install the package:
#> apt-get update
#> apt-get install smoothslidesaver
If you have another Debian based distribution and/or architecture (or if the unstable packages can't be installed), you can easily build your own package. Add the following line to /etc/apt/sources.list:
deb-src http://www1.inf.tu-dresden.de/~cw183155/smoothslidesaver source/
Then execute the following commands:
#> apt-get update
#> mkdir smoothslidesaver
#> cd smoothslidesaver
#> apt-get build-dep smoothslidesaver
#> apt-get source --compile smoothslidesaver
#> dpkg -i smoothslidesaver_*.deb
If you have another distribution installed on your computer, you will have to do it the hard way, sorry :-/ Download the source tarball from the link below, untar it and then execute the following steps in the source directory:
#> ./configure
#> make
#> make install
15 years ago
0.4.2-2
* fixed build issue (You do _not_ need to upgrade, if you already have a (prebuilt) package of version 0.4.2 installed!)
0.4.2
* Code cleanup and bug fixes
* Added a not yet complete debugging mode to make it easier to find the cause of bugs which I cannot reproduce on my computer (to activate it, add 'DebugMode=true' to section [Settings] of the configuration file)
0.4.1
* Initial public release
15 years ago
0.4.2-2
* fixed build issue (You do _not_ need to upgrade, if you already have a (prebuilt) package of version 0.4.2 installed!)
0.4.2
* Code cleanup and bug fixes
* Added a not yet complete debugging mode to make it easier to find the cause of bugs which I cannot reproduce on my computer (to activate it, add 'DebugMode=true' to section [Settings] of the configuration file)
0.4.1
* Initial public release
carstenw42
15 years ago
Report
lenooh
15 years ago
i just tried it! tnx, i didn't know it was there :-}
Report
carstenw42
15 years ago
Please let me know, if there are any problems (old and/or new ones).
Report
blujay
15 years ago
You should also submit it to Debian. :)
Report
blujay
15 years ago
Report
gohanz
15 years ago
http://www.slacky.it/
http://www.slacky.it/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=881&parent=category
Report
suslik
15 years ago
Thx.
Report
gordin
15 years ago
I just see a white screen. No pictures are shown. I pointed to a directory with jpgs.
I run on ppc, btw. Don't know if this matters.
I compiled the soucres by myself (using a selfwritten ebuild for gentoo).
Report
carstenw42
15 years ago
Report
laktose
15 years ago
I'm having this same problem as others.
I have the configuration all fine, but it tells me it cannot find any images in the selected directory.
OpenGL screensavers work fine for me, as do other GL based slideshows.
I compiled it from source on Mandriva 2006. If there is anything else I can provide to help figure this out let me know. I'd love to be able to use this screensaver!
Report
carstenw42
15 years ago
Report
carstenw42
15 years ago
Report
BorgQueen
15 years ago
What type of images does it best work with? I have all pngs in the dir.
Report
carstenw42
15 years ago
I can't reproduce the problem, but we can try to debug it, if you like. I currently only have access to a computer running Debian Sarge (maybe Ubuntu Breezy, too). I could build a binary with some debugging code. The alternative would be to send a source patch, apply it to the screensaver's source tree on your computer, recompile and test.
If this is okay for you (and you have the time), mail me whether you can use a binary for 'Sarge' or 'Breezy' or whether a source patch is required (we shouldn't spam the forum with that).
Report
BorgQueen
15 years ago
Help?
Report
BorgQueen
15 years ago
Report
carstenw42
15 years ago
#> smoothslidesaver.kss
If there is any output, please post it here (or mail it to me).
Report
BorgQueen
15 years ago
Xlib: extension "XFree86-DRI" missing on display ":0.0".
Perhaps I should recheck my xconfig settings?
Thanks for the help...
Report
carstenw42
15 years ago
Report
BorgQueen
15 years ago
Report
carstenw42
15 years ago
$HOME/.kde/share/config/smoothslidesaver.kssrc
It should contain the path to the directory you selected in the setup dialog.
Report
bhautikj
15 years ago
are here:
http://cow.mooh.org/togo
Report
ltmon
15 years ago
Well done.
L.
Report
carstenw42
15 years ago
Report
Superstoned
15 years ago
you'll have a bunch of effects, immediately, and of course - more code re-use and you'll need less time to make the same cool software. and if you improve it, digikam, gewenview and all other apps using the plugins will benefit...
maybe if you can save time this way, you can spend some to make kscreensaver better - i'd love to choose some individual screensavers and see ONLY these; and i'd love to be able to let it switch from one screensaver to another in a certain amount of time... :D
Xscreensaver has all these nice features, why doesn't KDE have them?
Report