


KDE 3.x Splash Screens by AngelusNoctis 3 comments
Unfortunately I'm getting some compilling errors:
In file included from k9cddrive.cpp:13:
k9cddrive.h:82: error: syntax error before `*' token
k9cddrive.cpp: In constructor `k9CdDrives::k9CdDrives()':
k9cddrive.cpp:44: error: `m_devMgr' undeclared (first use this function)
k9cddrive.cpp:44: error: (Each undeclared identifier is reported only once for
each function it appears in.)
k9cddrive.cpp:44: error: parse error before `this'
k9cddrive.cpp: In member function `void k9CdDrives::deviceAdded(k9HalDevice*)':
k9cddrive.cpp:57: warning: unused parameter `k9HalDevice*_device'
k9cddrive.cpp: In member function `void k9CdDrives::deviceRemoved(k9HalDevice*)
':
k9cddrive.cpp:63: warning: unused parameter `k9HalDevice*_device'
k9cddrive.cpp: In member function `void k9CdDrives::scanDrives()':
k9cddrive.cpp:106: error: `Device' is not a member of type `
K3bCdDevice::CdDevice'
k9cddrive.cpp:106: error: template argument 1 is invalid
k9cddrive.cpp:106: error: ISO C++ forbids declaration of `lDev' with no type
k9cddrive.cpp:107: error: `Device' is not a member of type `
K3bCdDevice::CdDevice'
k9cddrive.cpp:107: error: `dev' undeclared (first use this function)
k9cddrive.cpp:107: error: request for member `first' in `lDev', which is of
non-aggregate type `int'
k9cddrive.cpp:107: error: request for member `next' in `lDev', which is of
non-aggregate type `int'
k9cddrive.cpp: At global scope:
k9cddrive.cpp:139: error: prototype for `void k9CdDrives::readConfig()' does
not match any in class `k9CdDrives'
k9cddrive.h:84: error: candidate is: void k9CdDrives::readConfig()
k9cddrive.cpp:139: error: `void k9CdDrives::readConfig()' and `void
k9CdDrives::readConfig()' cannot be overloaded
make[2]: *** [k9cddrive.lo] Error 1
make[2]: Leaving directory `/home/redrum/Desktop/k9copy-1.1.1-3/k9devices'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/redrum/Desktop/k9copy-1.1.1-3'
make: *** [all] Error 2
Any ideas? - May 27 2007
Looks like a great theme, and would love to try it :)
Thanks, Redrum. - Mar 18 2007

Screensavers by redrum 1 comment
If you're going to vote this down, please give a reason.. That way I can fix the problem. Voting contributers down for no reason hurts the OSS community, because it discourages those contributers from contributing in the future.
If my packages work for you, please give an affermative vote to combat the trolls. It takes little of your time, and it really is much appreciated.
Thanks, Redrum. - Jan 28 2007

Wallpaper Other by Rendergraf 12 comments
For your distribution, you will need to copy the panorama.desktop file (located in /usr/share/applnk/System/ScreenSavers) to wherever your Distribution has its screensaver files. - Dec 06 2004
The easiest thing to do is do a search for a screensaver you know you have installed (I did a search for KMatrix.desktop, but any of them will do) and that gets your destination directory. then look for fleas.desktop, and that will let you know where the fleas screensaver configuration file is... If they're in the same directory, you're lucky, do nothing, but if they are somewhere else, then one has to copy the file to your default screensaver directory.
Then one has to make a symbolic link (shortcut) called /usr/bin/fleas that points to /usr/bin/fleas.kss. One could also edit the screensaver file, but making the link is easier. - Oct 03 2004

Screensavers by linuxbeest 27 comments
./configure --prefix=/usr -with-qt-includes=/usr/include/qt3
make
(Log in as root or su)
make install
Then, as root, execute
cp '/usr/share/applnk/System/ScreenSavers/tuxsaver.desktop' '/usr/share/applnk/Applications/System/ScreenSavers/'
This has been a thorn in my side for some time... hope it helps someone else. - Oct 02 2004
./configure --prefix=/usr -with-qt-includes=/usr/include/qt3
make
(Log in as root or su)
make install
Then, as root, execute
cp '/usr/share/applnk/System/ScreenSavers/Kogs.desktop' '/usr/share/applnk/Applications/System/ScreenSavers/'
This has been a thorn in my side for some time... hope it helps someone else.
[reply to this] - Oct 02 2004

Screensavers by koral 145 comments
./configure --prefix=/usr -with-qt-includes=/usr/include/qt3
make
(Log in as root or su)
make install
Then, as root, execute
cp '/usr/share/applnk/System/ScreenSavers/kfiresaver3D.desktop' '/usr/share/applnk/Applications/System/ScreenSavers/'
This has been a thorn in my side for some time... hope it helps someone else. - Oct 02 2004