PDA

View Full Version : Changing ICONS, etc on KDE desktop



dragonx
06-06-2003, 08:01 AM
Is it possible to go into KDE when you chroot? I haven't been able to. What I want to do is add icons or delete Icons from the desktop. Is ther a config file somewhere or can I go into KDE when I chroot? I uninstalled evelution and the Icon is still on the tool bar..


Thanks

Ghandalfar
06-06-2003, 01:00 PM
maybe check /usr/share/applnk

just a wild guess

SillyFly
06-09-2003, 12:35 PM
if you want to change what's in the panel, look at the file -
/etc/skel/.kde/share/config/kickerrc

to start kde -
after you chroot -
mkdir /home/knoppix
cp -r /etc/skel/* /home/knoppix/
chown -R knoppix:knoppix /home/knoppix

on a different terminal (not chrooted) -
Xnest -ac :1

back to chrooted terminal -
export DISPLAY=localhost:1
su knoppix
startkde

when you're done, copy /home/knoppix back to /etc/skel, and remove it.