With the release of 8.10 one of my biggest gripes is the lack of the ability to theme KDE3 applications. This has been mostly because of 8.10's lack of the KDE Control Center, also known as kcontrol, which is no longer available in the intrepid ibex repos. This HowTo covers how to bring some of kcontrol's functionality back to 8.10.
Step 1: Download kcontrol from the hardy release.
For amd64:
http://packages.ubuntu.com/hardy-backports/amd64/kcontrol/download
For i386:
http://packages.ubuntu.com/hardy-backports/i386/kcontrol/download
dpkg -x kcontrol_3.5.10-0ubuntu1~hardy2_i386.deb ~/temp
This is to verify that the deb package extraction worked.
cd ~/temp/usr/lib/kde3
For the most part you'll just need the icons, colors, fonts and style modules from kcontrol.
sudo cp ~/temp/usr/lib/kde3/kcm_icons.* /usr/lib/kde3
sudo cp ~/temp/usr/lib/kde3/kcm_colors.* /usr/lib/kde3
sudo cp ~/temp/usr/lib/kde3/kcm_fonts.* /usr/lib/kde3
sudo cp ~/temp/usr/lib/kde3/kcm_style.* /usr/lib/kde3
sudo cp ~/temp/usr/share/applications/kde/icons.desktop /usr/share/applications/kde
sudo cp ~/temp/usr/share/applications/kde/colors.desktop /usr/share/applications/kde
sudo cp ~/temp/usr/share/applications/kde/fonts.desktop /usr/share/applications/kde
sudo cp ~/temp/usr/share/applications/kde/style.desktop /usr/share/applications/kde
Open a Terminal and issue the following commands.
To change KDE3 icons:
kcmshell icons
kcmshell colors
kcmshell fonts
kcmshell style
[IMG]http://twitpic.com/img/t2e9-4090d7f12e7127a27024a8d851aad8dc.49482196.png[/IMG]