diff options
author | Eitan Isaacson <eitan@monotonous.org> | 2011-06-08 12:53:10 -0700 |
---|---|---|
committer | Eitan Isaacson <eitan@monotonous.org> | 2011-06-08 12:56:28 -0700 |
commit | 80ff27e165389fe490305d05e2e01708d113ddc2 (patch) | |
tree | c1e6decde9db174d3bc107217951e1f68749f904 /data | |
parent | 031c5c6b2701504fcf9e0c6f056b7cc8e67e7964 (diff) | |
download | caribou-80ff27e165389fe490305d05e2e01708d113ddc2.tar.gz |
Use generic keyboard service name.
- Have it replaceable by a service that is activated later.
- Have Antler quit if the generic name is acquired by a new service.
- Keep non-replaceable implementation specific name on bus.
https://bugzilla.gnome.org/show_bug.cgi?id=651702
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.Caribou.Antler.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.Caribou.Antler.service.in b/data/org.gnome.Caribou.Antler.service.in index fd85a4e..1b1db34 100644 --- a/data/org.gnome.Caribou.Antler.service.in +++ b/data/org.gnome.Caribou.Antler.service.in @@ -1,3 +1,3 @@ [D-BUS Service] -Name=org.gnome.Caribou.Antler +Name=org.gnome.Caribou.Keyboard Exec=@libexecdir@/antler-keyboard |