LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Cannot login in Debian after switching to wheeze (https://www.linuxquestions.org/questions/linux-software-2/cannot-login-in-debian-after-switching-to-wheeze-909432/)

odin_ago 10-21-2011 06:20 PM

Cannot login in Debian after switching to wheeze
 
I am using Debian and I have recently tried to use the testing (wheezy) package. After I upgraded gcc, gdm3 was removed (I don't know why), but it was possible to install it again using
Code:

apt-get install gdm3
I did so, but now after startup I can see a login screen with a list of users. when I choose a username and type a password, I only see the desktop background and nothing on it. I also run an ssh server, and ssh -X works, but it is too slow.

the dsc 10-22-2011 12:17 AM

It may be more complicated than that, but it looks a little bit as if the default session type is something that is not fully configured, like just metacity, compiz (unlikely on debian I guess) or something.

On the login screen there might be some menu where you chose the session type, on some bottom corner usually. Have you tried picking something on that menu before login? I think that preferably something with "session" in its name, more likely "gnome session" unless you've installed something else.

odin_ago 10-22-2011 06:09 AM

I don't have any "session" string there. There are only "System default" and "TWM"

odin_ago 11-06-2011 03:38 PM

Finally,
Code:

apt-get remove gnome && apt-get install gnome
resolved the problem.


All times are GMT -5. The time now is 09:25 AM.