31 Jan
2003
31 Jan
'03
20:43
On Thursday 30 January 2003 19:53, David Herman wrote:
On Thursday 30 January 2003 08:10 am, Leendert Meyer wrote: [snip] Thanks for your reply Leen, Sounds fun, good to know you had good experiences w/ it. I especially like that it installs to the home directory !
So did I. Only disadvantage: can't login with new kdm, for that you have to replace /opt/kde3 in some way. The trick I used in with some kde2 versions was symlinking: # mv /opt/kde3 /opt/kde3.orig # ln -s /path_to_new_kde3 /opt/kde3 Get the original kde3 back with: # rm /opt/kde3 # mv /opt/kde3.orig /opt/kde3 Cheers, Leen