Hi,
I'm using openSuse 11.2 x64 with KDE 4.3.4 and have strange issue with glslideshow screensaver. It shows only one picture all the time, however if I test it from xscreensaver-demo (not from KDE Desktop Configuration) it works properly. Here is my configuration file below:
Code:
[Desktop Entry]
X-SuSE-translate=true
Exec=glslideshow -root -duration 15 -pan 15 -fade 5
Icon=kscreensaver
Type=Service
X-KDE-ServiceTypes=ScreenSaver
TryExec=xscreensaver
Actions=InWindow;Root;Setup;
X-KDE-Category=OpenGL Screen Savers
X-KDE-Type=OpenGL
Name=GLSlideshow
[Desktop Action Setup]
Exec=kxsconfig glslideshow
Name=Setup...
[Desktop Action InWindow]
Exec=kxsrun glslideshow -- -window-id %w
Name=Display in Specified Window
NoDisplay=true
[Desktop Action Root]
Exec=kxsrun glslideshow -- -root
Name=Display in Root Window
NoDisplay=true
Thx you in advance.