On Wednesday 30 April 2003 04:51 am, Jason Pepas wrote: > is it possible to only use parts of kde? > > ie, I want the "desktop" (i want kde icons on the desktop, and when I > > click a > > folder icon on the desktop I want konq to open it), but I want to use > gnome-panel instead of kicker, etc. > > is there any hope for this?
Hi Jason, The magic happens in $KDEDIR/share/autostart/panel.desktop $ vi /usr/share/autostart/panel.desktop replace Exec=kicker with Exec=gnome-panel replace X-DCOP-ServiceType=wait with X-DCOP-ServiceType=nowait Works for me, gnome-panel does not seem too stable though, but my gnome is broken. Good luck, Johan