mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
gdm call gnome-shell to provide its login manager. with the upgrade of gnome-shell this wasn't patched to be able to talk to consolekit. Fix this by incorporating patches from OpenBSD
11 lines
427 B
XML
11 lines
427 B
XML
<!-- $OpenBSD: org.freedesktop.ConsoleKit.Session.xml,v 1.1 2019/01/17 19:00:46 ajacoutot Exp $ -->
|
|
|
|
<node>
|
|
<interface name="org.freedesktop.ConsoleKit.Session">
|
|
<signal name="Lock" />
|
|
<signal name="Unlock" />
|
|
<method name="SetLockedHint">
|
|
<arg type="b" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|