[Bug 326281] New: Original GDM displayed
https://bugzilla.novell.com/show_bug.cgi?id=326281 Summary: Original GDM displayed Product: openSUSE 10.3 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: holgi@novell.com QAContact: qa@suse.de CC: coolo@suse.de Found By: --- When selecting reboot at GDM the system starts the reboot but GDM switches from the SUSE style to original GDM style (blue, with yellow flower). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281#c1 --- Comment #1 from JP Rosevear <jpr@novell.com> 2007-09-19 08:45:39 MST --- Will try to duplicate this. In the meantime, does the reboot actually complete? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281#c2 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |holgi@novell.com --- Comment #2 from JP Rosevear <jpr@novell.com> 2007-09-19 08:46:33 MST --- For #1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281#c3 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-gnome@forge.provo.novell.com |hpj@novell.com Status|NEEDINFO |NEW Info Provider|holgi@novell.com | --- Comment #3 from JP Rosevear <jpr@novell.com> 2007-09-19 08:54:38 MST --- So, I didn't get the old greeter, but b3+ did try to restart X after exiting for some reason, but it does shutdown. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281#c4 Mark Gordon <mtgordon@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtgordon@novell.com --- Comment #4 from Mark Gordon <mtgordon@novell.com> 2007-09-19 11:24:32 MST --- It's worth checking that gnome2-SuSE is still happily installed. I can imagine the theme going away making gdm revert to the default theme when gdm restarts. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281#c5 Hans Petter Jansson <hpj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #5 from Hans Petter Jansson <hpj@novell.com> 2007-09-20 17:42:10 MST --- GDM shouldn't be restarting after switching runlevels. Likely something wrong in the init scripts. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281#c6 --- Comment #6 from Stephan Kulow <coolo@novell.com> 2007-09-21 02:38:57 MST --- Hmm, there are two init scripts, but both should be in run level 5 and stopped when rebooting. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281#c7 --- Comment #7 from Hans Petter Jansson <hpj@novell.com> 2007-09-21 13:35:58 MST --- I just tested in RC1 with /etc/init.d/xdm stop, and GDM stopped fine and didn't restart. I'm looking into possible bugs in the GDM code that would make it fail to shut itself down properly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281#c8 --- Comment #8 from Hans Petter Jansson <hpj@novell.com> 2007-09-21 14:39:49 MST --- It happens even without our GDM patches - maybe it's an upstream bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281#c9 --- Comment #9 from Hans Petter Jansson <hpj@novell.com> 2007-09-21 18:51:03 MST --- Found the problem. After issuing the restart or halt commands, GDM immediately goes to the "remanage" state, presumably in case the command fails for some reason. The upstream code seems to assume that the shutdown will happen so quickly that GDM will be killed before remanaging the display. I've a patch that trivally adds sleep() statements after switching away from the GDM displays, and that seems to work. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281#c10 --- Comment #10 from Hans Petter Jansson <hpj@novell.com> 2007-09-21 18:51:56 MST --- Created an attachment (id=174000) --> (https://bugzilla.novell.com/attachment.cgi?id=174000) gdm-2.20.0-wait-for-restart.patch -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281#c11 Hans Petter Jansson <hpj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jpr@novell.com --- Comment #11 from Hans Petter Jansson <hpj@novell.com> 2007-09-21 18:53:31 MST --- I'd like to get this into 10.3 somehow. JPR, what do you think? The patch is inoffensive and fixes shutdown ugliness. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281#c12 --- Comment #12 from JP Rosevear <jpr@novell.com> 2007-09-22 14:17:24 MST --- Ok here - what does upstream say about the fix? Coolo? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281#c13 --- Comment #13 from Stephan Kulow <coolo@novell.com> 2007-09-22 14:22:50 MST --- your choice if you take it, my choice if your submission is in time. But as nothing important, there shouldn't be any problem. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281#c14 Hans Petter Jansson <hpj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #14 from Hans Petter Jansson <hpj@novell.com> 2007-09-24 11:27:17 MST --- Fix submitted during the weekend. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281#c15 Hans Petter Jansson <hpj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mmeeks@novell.com --- Comment #15 from Hans Petter Jansson <hpj@novell.com> 2007-09-27 15:05:22 MST --- *** Bug 329104 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=329104 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326281 User jpr@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=326281#c16 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lmichnovic@novell.com --- Comment #16 from JP Rosevear <jpr@novell.com> 2008-10-31 12:34:09 MDT --- *** Bug 302595 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=302595 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com