diff options
author | Magdalen Berns <m.berns@thismagpie.com> | 2014-09-26 18:17:51 +0100 |
---|---|---|
committer | Mike Gorse <mgorse@suse.com> | 2014-10-07 04:14:47 -0500 |
commit | 5ef30626a68a0c42cf36f414e3baf43de06e2a8d (patch) | |
tree | 4d1bcae008786f365db1285d0e5e6f4a1da8200c /bus | |
parent | 1b80c50bcf26c508080e6c1b6dd79623a0d28589 (diff) | |
download | at-spi2-core-5ef30626a68a0c42cf36f414e3baf43de06e2a8d.tar.gz |
Limit service activation to accessibility bus
Instead of having to send a message to an activatable
service listed in $datadir/dbus-1/services it is
better to limit these and define an accessibility-services
directory and list services in there explicitly
Co-authored by: Mike Gorse <mgorse@suse.com>
Bug https://bugzilla.gnome.org/show_bug.cgi?id=722738
Diffstat (limited to 'bus')
-rw-r--r-- | bus/Makefile.am | 2 | ||||
-rw-r--r-- | bus/accessibility.conf | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am index de6ea4fb..c65de948 100644 --- a/bus/Makefile.am +++ b/bus/Makefile.am @@ -20,7 +20,7 @@ at-spi-dbus-bus.desktop: at-spi-dbus-bus.desktop.in EXTRA_DIST += at-spi-dbus-bus.desktop.in CLEANFILES += at-spi-dbus-bus.desktop -dbusservicedir=$(datadir)/dbus-1/services +dbusservicedir=$(DBUS_SERVICES_DIR) dbusservice_DATA = org.a11y.Bus.service org.a11y.Bus.service: org.a11y.Bus.service.in diff --git a/bus/accessibility.conf b/bus/accessibility.conf index b9367d01..a5c770e3 100644 --- a/bus/accessibility.conf +++ b/bus/accessibility.conf @@ -3,8 +3,6 @@ <type>accessibility</type> - <standard_session_servicedirs/> - <auth>EXTERNAL</auth> <listen>unix:tmpdir=/tmp</listen> |