|
Bugzilla – Full Text Bug Listing |
| Summary: | logout and shutdown dialogs launched from main-menu do nothing | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Tim Lee <timlee> |
| Component: | GNOME | Assignee: | Calvin Gaisford <cgaisford> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | florin, holgi, jhaygood, peter, snowx1000, wolfgang |
| Version: | Beta 2 | ||
| Target Milestone: | Beta 3 | ||
| Hardware: | i586 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Integration Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Tim Lee
2007-08-21 21:39:34 UTC
*** Bug 302488 has been marked as a duplicate of this bug. *** *** Bug 302560 has been marked as a duplicate of this bug. *** *** Bug 303761 has been marked as a duplicate of this bug. *** *** Bug 303800 has been marked as a duplicate of this bug. *** When libssui is launched from the main-menu, it cannot connect to the gnome session-manager to request the shutdown. If you launch from the command line using libssui --logout, it works fine. This is caused by the fact that main-menu is being initialized without the SESSION_MANAGER environment set. The SESSION_MANAGER is not being set probably due to some a11y initialization being called and activating the panels before the SESSION_MANAGER is set up at login time. A temporary fix is to go into gnome-control-center and turn of the a11y support in the Assistive Technology Preferences. I'm looking into a real patch and a fix (which will most likely need to go upstream as it is surely broken there too) I don't see Control Center in the main menu. Do anyone else? *Does* There is a bug filed on the missing Control Center #302324 *** WORKAROUND *** hit Alt-F2 and type in gnome-control-center Click on the "Assistive Technology Preferences" un-check the "Enable assistive technlologies" and click Close hit Alt-F2 and type in libssui-tool --logout logout and back in, logout and shutdown now work That last comment is not the fix, but a temporary work around so you can logout on Beta1 and Beta2 of Opensuse 10.3. I'm working on the fix. *** Bug 304232 has been marked as a duplicate of this bug. *** The problem stems from some work that was done in gnome-session where the assistive technologies were being started before the session manager was able to set things up. There doesn't seem to be a concrete reason the assistive technologies were moved so high up in the process that I could find other than a lot of discussion on how it "should" be up there. I moved the assistive technologies initialization down in gnome-session to be the first thing that happens after the session manager is initialized and it fixes this and several other problems. I am going to file a bug upstream and attach my patch to have some people that work on gnome-session review the change, then I'll commit the patch for Beta3. Until then, you can get updated rpms for gnome-session to try out here: http://www.gnome.org/~calvinrg I've submitted an upstream bug with the patch for review. http://bugzilla.gnome.org/show_bug.cgi?id=469958 I've updated our preconf patch to libgnome to disable accessibility by default. This was submitted to autobuild and should be available in 10.3 Beta2 since beta2 is already out, this means that an updated package will be available in -factory in a couple of days? It should... I submitted packages to autobuild and they were accepted. libgnome is the package to get that will turn off accessibility by default. This is now submitted to autobuild so it should show up in a day or so in factory and will be in Beta3. *** Bug 305739 has been marked as a duplicate of this bug. *** *** Bug 306181 has been marked as a duplicate of this bug. *** |