Warning: session_start(): open(/tmp/sess_4jgf0aavpi1ehth2mjfm86ppq0, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
SmoothSlideSaver openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  . 

SmoothSlideSaver

   0.4.2  

KDE Screensaver

Score 68%
SmoothSlideSaver
zoom


Link:  Link
Downloads:  8546
Submitted:  Jan 1 2006
Updated:  Jan 8 2006

Description:

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




Changelog:

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




LicenseGPL
Source(version 0.4.2)
Debian(version 0.4.2; "Sarge"; i386)
Debian(version 0.4.2; unstable with KDE 3.5.0; i386)
Ubuntu(version 0.4.2; "Breezy"; i386)
Mandriva(version 0.4.2; i586; amd64; source rpm)
Send to a friend
Subscribe
Other  Content  from carstenw42
Report inappropriate content



goto page: prev   1  2  3  4  5 

-

 zoom level

 
 by LeChuck on: Mar 3 2006
 
Score 50%

Very nice!
What about adding an option to adjust zoom level?


Reply to this

-

 Re: zoom level

 
 by carstenw42 on: Mar 3 2006
 
Score 50%

Maybe in the next release. Just out of curiosity: In your opinion, is the current zooming too aggressive or the opposite?


Reply to this

-

 Re: Re: zoom level

 
 by floyduww on: Aug 30 2006
 
Score 50%

It would be nice if both zoom level and pan speed were adjustable. Where in the code could I hard code different values for these?


Reply to this

-

 Re: zoom level

 
 by carstenw42 on: Aug 31 2006
 
Score 50%

Hmmm ... this will probably require some trial and error, but you can play with the floating-point math in the class ViewTrans in smoothslidewidget.cpp. A starting point may be the threshold values used by the two loops in this class' constructor. However, the speed of the movement will still depend on the per-image duration one configures for the slideshow.

I know, the code could be a bit more flexible here ;-)


Reply to this

-

 gentoo

 
 by rstanchak on: Mar 16 2006
 
Score 50%

on gentoo I had to run

KDEDIR=/usr/kde/3.4/ ./configure

in order to detect kde


Reply to this

-

 Incomplete pics

 
 by mthriftwsc on: Mar 20 2006
 
Score 50%

After installing the app without problems, it only shows the bottom quarter of the current picture at the top of the screen, the rest of the screen is just blank, any ideas?


Reply to this

-

 Re: Incomplete pics

 
 by cjplepepe on: Jan 16 2007
 
Score 50%

Hello,
I have the same problem with a Mandriva 2007. Also with smoothslidesaver-0.4.2-1mdk.i586.rpm and smoothslidesaver_0.4.2-2.tar.gz. Any ideas ?


Christian
Reply to this

-
.

 Thanks + comments

 
 by Arcturan on: Aug 22 2006
 
Score 50%

Thank you for sharing this, it's great!

I'm using a folder with about 4000 pictures in it. But very often SSS shows the same picture several times within a short time. It seems that the randomness isn't perfect.

When my system is under heavy load (io), SSS often keeps showing the same picture over and over, fading it in and out.

Thanks again!


Reply to this

-

 Quite good, but.....

 
 by SeaEagle on: Mar 10 2007
 
Score 50%

I installed the Mandriva rpm & it worked fine, but it really maxes out my CPU. I don't have a graphics card, so I try not to run resource heavy screensavers. This one had my CPU running at 100%.

Those with a graphics card shouldn't have a problem with it though.


Nothing's Too Sacred - http://scott2096.blogspot.com/
Registered Linux User # 384081 http://counter.li.org/

Reply to this

-
.

 auto rotate?

 
 by seb on: Jun 17 2007
 
Score 50%

It would be great if the plugin could auto rotate images based on exif data.


Reply to this

goto page: prev   1  2  3  4  5 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team