Changing KDE splash screen
Here is the a procedure for changing the KDE
splash screen in Red Hat Linux.
Several very good splash screen replacements
are available at http://www.kde-look.org.
1. Create a directory for your splash screen.
mkdir -p ~/.kde/share/apps/ksplash/pics
2. Copy your splash screen archive or individual files to this directory.
cp splash_screen_tarball.tar.gz ~/.kde/share/apps/ksplash/pics
3. Extract the splash screen archive.
cd ~/.kde/share/apps/ksplash/pics;
tar zxvf splash_screen_tarball.tar.gz
Back to brandonhutchinson.com.
Last modified: 03/21/2003