Bug#597937: Alright ?

2013-04-06 Thread marin
How are you ? !
I looked at your primary picture on the internet. I quite like you a lot. 
Why don't we talk ! I can send you my picture if you want. 
Here`s my private email: lad...@domainizmail.com

With all my love...
lady


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597937: Temporary fix

2012-06-30 Thread Vladimir K
See the same bug on launchpad: 
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/483130
Temporary upgrade-friendly fix is in comment 16.
It fixes launching session with startx, and does not break session launched 
with Lightdm. 
Although, I remember some time ago it broke sessions launched with GDM. I do 
not know if it is true now, haven't used GDM for a long time.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597937: Enabling audit with pam_loginuid.so in nodm fixes the issue

2012-06-29 Thread Emanuele Aina
I've encountered the same issue with nodm and I found that adding
pam_loginuid.so and pam_ck_connector.so with x11 support enabled
in /etc/pam.d/nodm fixed it.

The two PAM modules need to be stacked right before including
common-session, otherwise the pam_ck_connector.so with the nox11 flag
will take precedence:

--8--
@include common-account
@include common-password

session optional pam_loginuid.so
session optional pam_ck_connector.so

@include common-session
--8--

Something like this may also work on other DMs without explicit
ConsoleKit support.

-- 
Emanuele




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597937: Enabling audit with pam_loginuid.so in nodm fixes the issue

2012-06-29 Thread Clint Adams
On Fri, Jun 29, 2012 at 11:17:47AM +0200, Emanuele Aina wrote:
 Something like this may also work on other DMs without explicit
 ConsoleKit support.

Any idea what people using startx should do?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597937: Patch works

2011-10-28 Thread Panayiotis Karabassis
I can confirm that the consolekit patch fixes both the power and the 
network-manager issues on my system.

--
Best regards,
Panayiotis Karabassis



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597937: same issue here

2011-10-23 Thread bruno binet
Any news on this bug?
I still face this bug in debian wheezy using the slim window manager.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597937: same issue here

2011-10-23 Thread bruno binet
Sorry, I meant the slim display manager.

For the record, I finally managed to get it work following this post:
http://lists.freebsd.org/pipermail/freebsd-ports/2011-March/066726.html

Hope it helps.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597937: status consolekit+xdm(or slim)

2011-09-07 Thread Andres Cimmarusti
Is there any progress on this bug?

I report the same problem using slim as a greeter. With gdm gone from
testing, xfce and lxde need lightweight alternatives to gdm3 and kdm.
These are slim and xdm, but they are currently broken. This bug should
be marked as grave, IMHO



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597937: status consolekit+xdm(or slim)

2011-09-07 Thread Marek Straka

There is Lightdm X starter
http://packages.debian.org/wheezy/lightdm

 Is there any progress on this bug?
 
 I report the same problem using slim as a greeter. With gdm gone from
 testing, xfce and lxde need lightweight alternatives to gdm3 and kdm.
 These are slim and xdm, but they are currently broken. This bug should
 be marked as grave, IMHO


signature.asc
Description: PGP signature


Bug#597937: Upstream patch available

2011-07-02 Thread Adrian Knoth
Hi!

Upstream has a bug report on this issue (well, plenty):

   https://bugzilla.redhat.com/show_bug.cgi?id=657979

There's a patch attached. I haven't checked it, yet, but maybe it's
something we want, too.


HTH

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597937: consolekit

2011-06-26 Thread Martin Dickopp
Hi,

I use xfce4 4.8.0.2, xdm 1:1.1.10-3, and consolekit 0.4.5-1. What I
observe is that the session is local, but not active:

Session2:
unix-user = '1000'
realname = 'Martin Dickopp'
seat = 'Seat2'
session-type = ''
active = FALSE
x11-display = ':0'
x11-display-device = ''
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2011-06-26T10:56:05.101604Z'
login-session-id = '2'

My /etc/pam.d/xdm file:

authrequisite   pam_nologin.so
authrequiredpam_group.so
authrequiredpam_env.so
authrequiredpam_env.so envfile=/etc/default/locale
session requiredpam_limits.so
session optionalpam_mail.so dir=~/Maildir nopen
session optionalpam_loginuid.so
session optionalpam_ck_connector.so
@include common-auth
@include common-account
@include common-session
@include common-password
authoptionalpam_gnome_keyring.so
session optionalpam_gnome_keyring.so auto_start

The issue seems to be related to the fact that x11-display-device is
empty. If I force pam_ck_connector to set it by setting the environment
variable CKCON_X11_DISPLAY_DEVICE=/dev/tty7 manually, all is well:

Session3:
unix-user = '1000'
realname = 'Martin Dickopp'
seat = 'Seat1'
session-type = ''
active = TRUE
x11-display = ':0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2011-06-26T11:17:36.448291Z'
login-session-id = '3'

This setup (without the pam_loginuid.so line and without having to set
CKCON_X11_DISPLAY_DEVICE) used to work fine with the squeeze versions of
xfce4, xdm, and consolekit. Sorry, I don't remember which package update
broke it.

Martin



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597937: [consolekit]

2011-05-14 Thread Marek Straka
Package: consolekit
Version: 0.4.4-1

--- Please enter the report below this line. ---

I had similar problem. My session was after update not active. I am using XFCE 
Desktop an starting Xsession with start with no .xsession or .xinitrc file.
I have found solution. In /etc/pam.d/common-session must be
session optionalpam_loginuid.so
before
session optionalpam_ck_connector.so nox11

Update of libpam-runtime removed
pam_loginuid.so from this config file. It was said (upon system wide 
settings) After it was put back, session is active again.



signature.asc
Description: PGP signature


Bug#597937: Is now working...

2011-04-12 Thread James Robertson
I recently did an AMD64 install of Debian Sid and use the same .xinitrc with
openbox and everything is working!
I should stress that I am using the following packages from aptosid
currently to resolve some issues with udev,
I have no idea if these have any effect on why things are now working?

I have not tested i386.  Please let me know if you need anything more
specific or perhaps it has been resolved?

ii  libgudev-1.0-0  167-1+c0.aptosid.1
GObject-based wrapper library for libudev
ii  libudev0167-1+c0.aptosid.1
libudev shared library
ii  udev167-1+c0.aptosid.1 /dev/
and hotplug management daemon

 apt-cache policy consolekit
consolekit:
  Installed: 0.4.4-1
  Candidate: 0.4.4-1
  Version table:
 *** 0.4.4-1 0
500 http://mirror.internode.on.net/pub/debian/ unstable/main amd64
Packages
500 http://ftp.us.debian.org/debian/ unstable/main amd64 Packages
100 /var/lib/dpkg/status
 ck-list-sessions
Session1:
 unix-user = '1000'
realname = 'James Robertson'
seat = 'Seat1'
 session-type = ''
active = FALSE
x11-display = ''
 x11-display-device = ''
display-device = '/dev/tty1'
remote-host-name = ''
 is-local = TRUE
on-since = '2011-04-12T09:27:32.867288Z'
login-session-id = '4294967295'
 idle-since-hint = '2011-04-12T09:28:03.520208Z'
Session2:
unix-user = '1000'
 realname = 'James Robertson'
seat = 'Seat1'
session-type = ''
 active = TRUE
x11-display = ':0'
x11-display-device = '/dev/tty7'
 display-device = '/dev/tty1'
remote-host-name = ''
is-local = TRUE
 on-since = '2011-04-12T09:27:36.224396Z'
login-session-id = '4294967295'


Bug#597937: Is now working...

2011-04-12 Thread James Robertson
OK I have figured out what is different and can reproduce this bug.  When I
first submitted this bug report I did not have the recommended package
libpam-ck-connector installed however the problem did not exist in
consolekit version 0.4.1-4 without this package installed.

When I did this most recent install I installed libpam-ck-connector.

I removed libpam-ck-connector just now and rebooted and the problem
returned.

It begs the question at what version did this start working again if
libpam-ck-connector was the solution.  Perhaps libpam-ck-connector should be
a depends?


Bug#597937:

2011-03-23 Thread Orlando Bedoya Marin
too in 0.4.4-1 debian testing full upgrade (23-mar-2011)

i use consolekit for allow plug usb devices in xfce4.
i have a xinitrc with the next line:
exec ck-launch-session startxfce4

there is another way to do this?
tx



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597937:

2011-02-20 Thread Fernando Lemos
It looks like this is the way upstream ConsoleKit wants it. In order
to get an active local session, you must open a session informing
stuff like the UID and TTY. ck-launch-session doesn't do that and I
find it unlikely that it'll ever do that because, to the best of my
knowledge, the way XDM and friends run ck-launch-session, there's no
way to gather the required information. In other words, even if
ck-launch-session were modified to allow it to launch an active local
session, it would still require patching the DMs.

So the solution seems to be patching the DMs. It looks like Mandriva
and OpenSUSE already patch XDM:

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

It also looks like upstream doesn't care much about this patch, which
is understandable given that ConsoleKit is a relatively new technology
and some important things that depend on it seem specific to Linux. I
applied the patches to the Debian package, but ran out of time trying
to make the package link because of the new DSO linking rules. I
intend to complete it in a few weeks when I get some spare time.

So, in short, I believe this won't be fixed in ConsoleKit and we can
post bug reports (priority wishlist) against the DMs.

Regards,



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597937: Who should initialize consolekit?

2010-11-30 Thread Vincent Bernat
Hello,

This  bug  is  rather  annoying  for  me since  many  things  depend  on
consolekit to tell if the user is allowed to do certain actions.

It seems that GDM interacts  itself with consolekit and therefore is not
affected by this bug. Should each DM handle consolekit by itself? Should
each DM  use pam_ck_connector.so module  in its PAM configuration  if it
does not handle consolekit directly?

Maybe  an easy  fix for  those bugs  is to  ask DM  maintainer to  add a
session optional pam_ck_connector.so?
-- 
 /*
  * For moronic filesystems that do not allow holes in file.
  * We may have to extend the file.
  */
2.4.0-test2 /usr/src/linux/fs/buffer.c



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597937: slim does not set at_console permission

2010-10-22 Thread Vincent Bernat

reassign 601003 consolekit
forcemerge 597937 601003
thanks

On Fri, 22 Oct 2010 14:16:28 +0200, Vincent Bernat ber...@debian.org
wrote:

 After using slim as login manager, I am not considered as a local user
 anymore. ck-list-sessions tells me:
  is-local = FALSE
 
 Therefore, there is many things handled by policykit or dbus that I am
 not allowed to do. Maybe this is related to #476248. I am not familiar
 enough with this to tell.

Since consolekit stuff is also handled by Xsession, it seems the problem
lies in consolekit himself. I merge this bug with #597397.

 
 -- System Information:
 Debian Release: squeeze/sid
   APT prefers unstable
   APT policy: (500, 'unstable'), (1, 'experimental')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
 Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages slim depends on:
 ii  debconf [debconf-2.0] 1.5.36 Debian configuration
 management sy
 ii  libc6 2.11.2-6   Embedded GNU C Library:
 Shared lib
 ii  libgcc1   1:4.4.5-5  GCC support library
 ii  libjpeg62 6b1-1  The Independent JPEG
Group's
 JPEG 
 ii  libpam0g  1.1.1-6.1  Pluggable Authentication
 Modules l
 ii  libpng12-01.2.44-1   PNG library - runtime
 ii  libstdc++64.4.5-5The GNU Standard C++
Library
 v3
 ii  libx11-6  2:1.3.3-3  X11 client-side library
 ii  libxft2   2.1.14-2   FreeType-based font drawing
 librar
 ii  libxmu6   2:1.0.5-2  X11 miscellaneous utility
 library
 
 Versions of packages slim recommends:
 ii  xterm 264-1  X terminal emulator
 
 Versions of packages slim suggests:
 pn  scrot none (no description available)
 
 -- debconf information:
 * shared/default-x-display-manager: slim



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597937:

2010-10-12 Thread Fernando Lemos
Hi,

I can also reproduce the problem on amd64. In my situation,
ck-launch-session is being run by xdm (Xsession.d). The session set up
this way has active and local set to false, exactly as described
in this bug report. This, in turn, causes PolicyKit to deny requests
to mount devices through udisks, for example.

After downgrading to 0.4.1-4, the problem seems to be gone:

ferna...@vostro:~$ ck-list-sessions
Session1:
unix-user = '1000'
realname = 'Fernando Tarlá Cardoso Lemos'
seat = 'Seat1'
session-type = ''
active = TRUE
x11-display = ':0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2010-10-13T02:47:21.094500Z'
login-session-id = '4294967295'
ferna...@vostro:~$

Thanks in advance,



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597937:

2010-09-28 Thread James Robertson
Hi Michael,

The problem occurs 100% of the time and was reproducible on my desktop
workstation which admittedly is configured the same as my Laptop.

Suspend/Resume exhibit the same behavior and I have also noticed that I
cannot mount my External USB disk using Nautilus anymore and receive a Not
Authorized error.

Here is the requested output.  I only tried restart to provide some output
but can provide further examples if required.

$ ck-list-sessions
Session1:
unix-user = '1000'
realname = 'James Robertson'
seat = 'Seat1'
session-type = ''
active = FALSE
x11-display = ''
x11-display-device = ''
display-device = '/dev/tty1'
remote-host-name = ''
is-local = TRUE
on-since = '2010-09-28T12:06:10.663498Z'
login-session-id = ''
idle-since-hint = '2010-09-28T12:06:41.005566Z'
Session3:
unix-user = '0'
realname = 'root'
seat = 'Seat1'
session-type = ''
active = FALSE
x11-display = ''
x11-display-device = ''
display-device = '/dev/pts/0'
remote-host-name = ''
is-local = TRUE
on-since = '2010-09-28T12:06:59.730533Z'
login-session-id = ''
Session2:
unix-user = '1000'
realname = 'James Robertson'
seat = 'Seat2'
session-type = ''
active = FALSE
x11-display = ':0'
x11-display-device = '/dev/tty7'
display-device = '/dev/tty1'
remote-host-name = ''
is-local = FALSE
on-since = '2010-09-28T12:06:14.922148Z'
login-session-id = ''

$console-kit-daemon --debug --no-daemon
conole-kit-daemon[2015]: DEBUG: Debugging enabled
console-kit-daemon[2015]: DEBUG: initializing console-kit-daemon 0.4.2
console-kit-daemon[2015]: DEBUG: Creating thread for log writing
console-kit-daemon[2015]: DEBUG: Creating seat
/org/freedesktop/ConsoleKit/Seat1 with 0 devices
console-kit-daemon[2015]: DEBUG: Current VT: tty7
console-kit-daemon[2015]: DEBUG: VT 1:on
console-kit-daemon[2015]: DEBUG: VT 2:on
console-kit-daemon[2015]: DEBUG: VT 3:on
console-kit-daemon[2015]: DEBUG: VT 4:on
console-kit-daemon[2015]: DEBUG: VT 5:on
console-kit-daemon[2015]: DEBUG: VT 6:on
console-kit-daemon[2015]: DEBUG: VT 7:on
console-kit-daemon[2015]: DEBUG: VT 8:off
console-kit-daemon[2015]: DEBUG: VT 9:off
console-kit-daemon[2015]: DEBUG: VT 10:off
console-kit-daemon[2015]: DEBUG: VT 11:off
console-kit-daemon[2015]: DEBUG: VT 12:off
console-kit-daemon[2015]: DEBUG: VT 13:off
console-kit-daemon[2015]: DEBUG: VT 14:off
console-kit-daemon[2015]: DEBUG: VT 15:off
console-kit-daemon[2015]: DEBUG: VT 16:off
console-kit-daemon[2015]: DEBUG: VT_WAITEVENT supported on this system
console-kit-daemon[2015]: DEBUG: Creating thread for vt 1
console-kit-daemon[2015]: DEBUG: Added seat:
/org/freedesktop/ConsoleKit/Seat1
console-kit-daemon[2015]: DEBUG: Running programs in
/etc/ConsoleKit/run-seat.d for action seat_added
console-kit-daemon[2015]: DEBUG: Running programs in
/usr/lib/ConsoleKit/run-seat.d for action seat_added
console-kit-daemon[2015]: DEBUG: Allocated ChildData 0x8393a18
console-kit-daemon[2015]: DEBUG: Waiting for child with pid 2018
missing action

console-kit-daemon[2015]: DEBUG: In _child_watch for pid 2018
console-kit-daemon[2015]: DEBUG: Done waiting for child with pid 2018
console-kit-daemon[2015]: DEBUG: Freeing ChildData 0x8393a18
console-kit-daemon[2015]: DEBUG: Emitting seat-added:
/org/freedesktop/ConsoleKit/Seat1
console-kit-daemon[2015]: DEBUG: Writing log for event: 1285675668.338
type=SEAT_ADDED : seat-id='Seat1' seat-kind=0
console-kit-daemon[2015]: DEBUG: Cleaning up /var/run/console
console-kit-daemon[2015]: DEBUG: Removing tag file: /var/run/console/james
console-kit-daemon[2015]: DEBUG: Removing tag file: /var/run/console/root
console-kit-daemon[2015]: DEBUG: NameOwnerChanged:
service_name='org.freedesktop.ConsoleKit', old_service_name=''
new_service_name=':1.10'
console-kit-daemon[2015]: DEBUG: NameOwnerChanged: service_name=':1.12',
old_service_name='' new_service_name=':1.12'
console-kit-daemon[2015]: DEBUG: found 0 unique users
console-kit-daemon[2015]: DEBUG: ConsoleKit Restart:
org.freedesktop.consolekit.system.restart
console-kit-daemon[2015]: DEBUG: constructing polkit data
console-kit-daemon[2015]: DEBUG: checking if caller :1.12 is authorized
console-kit-daemon[2015]: DEBUG: CkManager: get session for unix process:
2020
console-kit-daemon[2015]: DEBUG: uid = 0
console-kit-daemon[2015]: DEBUG: pid = 1813
console-kit-daemon[2015]: DEBUG: CkManager: get session for cookie
console-kit-daemon[2015]: DEBUG: uid = 0
console-kit-daemon[2015]: DEBUG: pid = 1813
console-kit-daemon[2015]: DEBUG: CkManager: Unable to lookup cookie for
caller - failing
console-kit-daemon[2015]: DEBUG: Removing sessions for service name: :1.12
console-kit-daemon[2015]: DEBUG: NameOwnerChanged: service_name=':1.12',
old_service_name=':1.12' new_service_name=''


Bug#597937: [Pkg-utopia-maintainers] Bug#597937: consolekit: Power Management: Error org.freedesktop.ConsoleKit.Manager.NotPrivileged: Not Authorized

2010-09-26 Thread Michael Biebl
On 24.09.2010 13:30, James Robertson wrote:
 In .xinitrc I have the following:
 
 exec ck-launch-session dbus-launch openbox-session
 
 After a dist-upgrade I was no longer able to reboot or poweroff my PC and 
 received the following error if I tried running the commands from the command 
 line.
 
 Error org.freedesktop.ConsoleKit.Manager.NotPrivileged: Not Authorized
 

This most likely means, that your session is no longer marked as active.

Please send me the output of ck-list-sessions, when that happens.
Is the problem reproducible? Does it happen a 100% or rarely/randomly?
Is it maybe related to suspend/resume?

Could you please (as root), run console-kit-daemon in debug mode and send me the
log:

$ killall console-kit-daemon
$ console-kit-daemon --debug --no-daemon

Thanks,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#597937: consolekit: Power Management: Error org.freedesktop.ConsoleKit.Manager.NotPrivileged: Not Authorized

2010-09-24 Thread James Robertson
Package: consolekit
Version: 0.4.2-1
Severity: important


I am using the following options in Openbox via a menu to control various 
options such as Reboot and Poweroff.

dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit 
/org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop
dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit 
/org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart

In .xinitrc I have the following:

exec ck-launch-session dbus-launch openbox-session

After a dist-upgrade I was no longer able to reboot or poweroff my PC and 
received the following error if I tried running the commands from the command 
line.

Error org.freedesktop.ConsoleKit.Manager.NotPrivileged: Not Authorized

I downgraded consolekit from consolekit_0.4.2-1_i386.deb to 
consolekit_0.4.1-4_i386.deb and this resolved the problem.

Thanks

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages consolekit depends on:
ii  dbus1.2.24-3 simple interprocess messaging syst
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libck-connector00.4.2-1  ConsoleKit libraries
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libpolkit-gobject-1-0   0.96-3   PolicyKit Authorization API
ii  libx11-62:1.3.3-3X11 client-side library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages consolekit recommends:
pn  libpam-ck-connector   none (no description available)

consolekit suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org