|
Bugzilla – Full Text Bug Listing |
| Summary: | Policykit prevents me from doing suspend, powermanagement etc. | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Christopher Hofmann <cwh> |
| Component: | Mobile Devices | Assignee: | E-mail List <kde-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | lavrinenko_alex |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | power-management.policy | ||
|
Description
Christopher Hofmann
2008-09-30 15:26:25 UTC
Please check if ConsoleKit is running and if you have XDG_SESSION_COOKIE in your session environment. /usr/sbin/console-kit-daemon is running but there is no XDG_SESSION_COOKIE. Looks like a KDE or ConsoleKit issue Can you please attach /usr/share/PolicyKit/policy/org.freedesktop.hal.power-management.policy? Just to make sure that it's no configuration issue...thanks Created attachment 242820 [details]
power-management.policy
Looks fine. I think KDM is responsible for setting XDG_SESSION_COOKIE, reassigning... do you use kdm3, kdm4 or gdm to log in? what is the output of "ck-list-sessions"? Using kdm3. ck-list-sessions doesn't do any output. I also have installed KDE4:UNSTABLE packages. Do they maybe influence kdm3 or share configuration or whatever? it could be that you accidentally run kdm4 from UNSTABLE, which is missing the consolekit-support patch. ps -elf | grep kdm please to be sure Gotcha1 thinkcwh:~ # ps -elf | grep kdm 5 S root ... /usr/bin/kdm thinkcwh:~ # rpm -qf /usr/bin/kdm kde4-kdm-4.1.68-5.2 Unfortunately it did not help to set DISPLAYMANAGER="kdm3" in /etc/sysconfig/displaymanager What else could I do to solve that? Uninstalling kde4-kdm? *** Bug 430215 has been marked as a duplicate of this bug. *** setting kdm3 should work. did you try rcxdm stop/start and it starts the wrong one? that would be the bug then I guess. I can see about rediffing the patch for consolekit support, but UNSTABLE is frequently updated with upstream codedrops and it is already enough work just now. Setting DISPLAYMANAGER="kdm3" work fine here. Is this still a problem? Not really a problem any more. I removed kdm4 to solve that. the consolekit-support patch is in UNSTABLE now as well, so it should be fixed even with kdm4. |