diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-10-29 20:58:54 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-10-29 20:58:54 -0500 |
commit | 6016bbb0fdb1a91c25062b93fe53964cf6aa4ac5 (patch) | |
tree | b1c923e4695dcdbd76bfaf94a6a1039fa3f1ba1e /data | |
parent | 962eca749bcc8842fef9e510910214af44ba263c (diff) | |
download | ConsoleKit2-6016bbb0fdb1a91c25062b93fe53964cf6aa4ac5.tar.gz |
Add ListSeats method to Manager interface
This adds a logind-compatible ListSeats method to the ConsoleKit.Manager
interface. This is needed because the seat name does not always exactly
map to the object path (for instance, /Seat1 is 'seat0').
This also allows SDDM to work properly with ConsoleKit2.
Diffstat (limited to 'data')
-rw-r--r-- | data/ConsoleKit.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/ConsoleKit.conf b/data/ConsoleKit.conf index 6c10476..216a0e9 100644 --- a/data/ConsoleKit.conf +++ b/data/ConsoleKit.conf @@ -80,6 +80,9 @@ send_member="CloseSession"/> <allow send_destination="org.freedesktop.ConsoleKit" send_interface="org.freedesktop.ConsoleKit.Manager" + send_member="ListSeats"/> + <allow send_destination="org.freedesktop.ConsoleKit" + send_interface="org.freedesktop.ConsoleKit.Manager" send_member="GetSeats"/> <allow send_destination="org.freedesktop.ConsoleKit" send_interface="org.freedesktop.ConsoleKit.Manager" |