Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#14468 - Patch ConsoleKit.conf in order to retrieve the number of sessions

Attached to Project: Arch Linux
Opened by Michael Wagner (justusjonas) - Sunday, 26 April 2009, 20:47 GMT
Last edited by Jan de Groot (JGC) - Friday, 08 May 2009, 17:04 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

Upstream recommends patching /etc/dbus-1/system.d/ConsoleKit.conf. Excerpt from NEWS file:

Depending on how D-Bus and ConsoleKit are configured on your system, you might
need the patch from https://bugs.freedesktop.org/show_bug.cgi?id=20471 for your
ConsoleKit configuration. This is required so it's possible for applications to
be able to know if there are more than one user logged in on the machine.


https://bugs.freedesktop.org/show_bug.cgi?id=20471:

diff --git a/data/ConsoleKit.conf b/data/ConsoleKit.conf
index ccbc500..8512efd 100644
--- a/data/ConsoleKit.conf
+++ b/data/ConsoleKit.conf
@@ -41,6 +41,9 @@
send_member="GetSeats"/>
<allow send_destination="org.freedesktop.ConsoleKit"
send_interface="org.freedesktop.ConsoleKit.Manager"
+ send_member="GetSessions"/>
+ <allow send_destination="org.freedesktop.ConsoleKit"
+ send_interface="org.freedesktop.ConsoleKit.Manager"
send_member="GetSessionForCookie"/>
<allow send_destination="org.freedesktop.ConsoleKit"
send_interface="org.freedesktop.ConsoleKit.Manager"
This task depends upon

Closed by  Jan de Groot (JGC)
Friday, 08 May 2009, 17:04 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 0.3.0-4.
Comment by Jan de Groot (JGC) - Sunday, 26 April 2009, 22:30 GMT
Thanks for this bugreport. I've been looking for something that didn't ask the root password when shutting down the computer since upgrading to gnome-session 2.26.1. This could be the solution.

Loading...