PDA

View Full Version : customizing kde



pap2003
06-05-2003, 08:21 PM
So I am trying to remaster knoppix to include some addidional languages. I have installed the locale packages (fonts kde-i18n files etc)
But how do I make knoppix start with kde in an other language than english, and I don't mean the cheatcodes at boot.
Where are the kde config files? what files do I have to change.
Changing the the default iconset and mouse would not be bad eather.
(I someone can tell me how)
Thanks

Ghandalfar
06-05-2003, 08:47 PM
as far as I have seen .. you _must_ modify the settings in /etc/init.d/knoppix-autoconfig or edit it at least since it does:

echo "LANG=\"$LANG\"" > /etc/sysconfig/i18n
echo "COUNTRY=\"$COUNTRY\"" >> /etc/sysconfig/i18n
echo "LANG=\"$LANG\"" >> /etc/sysconfig/i18n
echo "LANGUAGE=\"$LANGUAGE\"" >> /etc/sysconfig/i18n
... etc

And then some other script picks it up and overrides the setting in /etc/skel/.kde/config/kdeglobals

That's how I see the knoppix interiors. I may be wrong.