GNOME Bugzilla – Bug 683068
Login screen still persists after logon when using gdm in fallback mode
Last modified: 2012-09-06 17:56:22 UTC
1. Use GDM 3.5.90 in Fallback mode (this is the 3.0 look, not the fancy GNOME Shell style). Fallback mode is generally what people get when using VirtualBox; it can also be force-enabled. 2. Log in. 3. The login screen still shows up but it can't be interacted with. It's especially bad in Classic mode as the top bar from GDM competes with the top bar from gnome-panel.
Hmm, I can't reproduce this. Can you attach to gdm-simple-greeter and get a backtrace?
Created attachment 223576 [details] backtrace here is a backtrace from gdm-simple-greeter, taken after login.
Created attachment 223584 [details] [review] greeter: explicitly quit when bus goes away The process is supposed to get automatically terminated when the session bus goes away, but that isn't seemingly working. This commit forces it to quit explicitly.
would be curious if attachment 223584 [details] [review] helps
yes, that fixes things. The greeter now gets terminated correctly!
interesting and weird
Attachment 223584 [details] pushed as 19740de - greeter: explicitly quit when bus goes away