[Bug 202269] [patch] sysutils/consolekit update to 1.0.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Aug 4 19:12:42 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202269

Koop Mast <kwm at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |In Progress

--- Comment #17 from Koop Mast <kwm at FreeBSD.org> ---
Hi, thanks for your patches. I have been testing them and I'm almost ready to
commit them! The only thing I'm pondering is the "session controller" stuff. 
It seems to depend on udev and/or libevdev being present, seems to prefer udev
by default. And "HAVE_LIBDRM" is only present in a udev file, in
src/ck-device-udev.c. So we either have missing dependancies or we should
disable udev/evdev (for now) and remove the libdrm dependancy.

Beyond ck-list-sessions, which seems to report something usefull, I have no
idea how to really test this more.

kwm at crashalot:~ % ck-list-sessions 
Session1:
        unix-user = '1001'
        realname = 'Koop Mast'
        seat = 'Seat1'
        session-type = 'unspecified'
        session-class = 'user'
        session-state = 'active'
        active = TRUE
        x11-display = ':0'
        x11-display-device = '/dev/ttyv8'
        display-device = '/dev/ttyv1'
        remote-host-name = ''
        is-local = TRUE
        on-since = '2017-08-04T19:09:14.936559Z'
        login-session-id = ''
        XDG_RUNTIME_DIR = '/var/run/user/1001'
        VTNr = '9'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the freebsd-gnome mailing list