Re: Change Default Desktop
Here's a couple of ideas, to try. If they don't work, I'm inclined to go with Snowhog -- you could easily spend more time futzing about with this odd situation that it would take to do a new installation and reconfigure your stuff.
1. Back up the .kde folder with
and then restart X, and see if it presents a KDE login screen.
2. If that doesn't help, first shut down X, by doing Ctrl-Alt-F1 and at the tty console entering
Then try
and observe the error output.
I think the "conffiles" output is referring to a conflict between KDM and the files in /etc/kde4. But on my Intrepid system, which was never a Hardy system, I also have both an /etc/kde3 folder and a /etc/kde4 folder, and there are no such conflicts. I suspect something didn't quite work during a previous upgrade, leaving this conflict.
Here's a couple of ideas, to try. If they don't work, I'm inclined to go with Snowhog -- you could easily spend more time futzing about with this odd situation that it would take to do a new installation and reconfigure your stuff.
1. Back up the .kde folder with
Code:
mv .kde .kde-bak28nov08
2. If that doesn't help, first shut down X, by doing Ctrl-Alt-F1 and at the tty console entering
Code:
sudo /etc/init.d/kdm stop
Code:
sudo /etc/init.d/kdm start
I think the "conffiles" output is referring to a conflict between KDM and the files in /etc/kde4. But on my Intrepid system, which was never a Hardy system, I also have both an /etc/kde3 folder and a /etc/kde4 folder, and there are no such conflicts. I suspect something didn't quite work during a previous upgrade, leaving this conflict.
Comment