summaryrefslogtreecommitdiff
path: root/data/gdm.conf.in
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2012-09-10 22:08:15 +0200
committerGiovanni Campagna <gcampagna@src.gnome.org>2012-09-14 17:56:07 +0200
commitd73f46ff9b04c8c2eeaced6346b5f2d1f9999565 (patch)
tree62ba7cc2ad9246067e30585df15f8121c12bb967 /data/gdm.conf.in
parentb5397ac7d8e2ec1aa24b3c01ce336c08d2d66789 (diff)
downloadgdm-d73f46ff9b04c8c2eeaced6346b5f2d1f9999565.tar.gz
daemon: export a Version on the bus
This will allow clients such as gnome-shell to do runtime detection of gdm and fallback gracefully if not available. https://bugzilla.gnome.org/show_bug.cgi?id=683790
Diffstat (limited to 'data/gdm.conf.in')
-rw-r--r--data/gdm.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/gdm.conf.in b/data/gdm.conf.in
index cd7fb36b..e358ba38 100644
--- a/data/gdm.conf.in
+++ b/data/gdm.conf.in
@@ -39,6 +39,8 @@
<allow send_destination="org.gnome.DisplayManager"
send_interface="org.freedesktop.DBus.ObjectManager"/>
<allow send_destination="org.gnome.DisplayManager"
+ send_interface="org.freedesktop.DBus.Properties"/>
+ <allow send_destination="org.gnome.DisplayManager"
send_interface="org.gnome.DisplayManager.Manager"/>
<allow send_destination="org.gnome.DisplayManager"
send_interface="org.gnome.DisplayManager.Display"