diff options
author | Dmitrijs Ledkovs <dmitrijs.ledkovs@canonical.com> | 2013-10-18 15:16:44 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-10-18 15:16:44 +0000 |
commit | 07f0db798afc2edb378b9e61e55bee7ffe657b5a (patch) | |
tree | a50f22cec24eafc7df89a26f31c5fad222eeea0f /data | |
parent | 6d52f559c4356b8086e304041346465af03c4f54 (diff) | |
parent | 3e640cc9f005537757000e008537a5287270c30a (diff) | |
download | ayatana-indicator-keyboard-07f0db798afc2edb378b9e61e55bee7ffe657b5a.tar.gz ayatana-indicator-keyboard-07f0db798afc2edb378b9e61e55bee7ffe657b5a.tar.bz2 ayatana-indicator-keyboard-07f0db798afc2edb378b9e61e55bee7ffe657b5a.zip |
Define "ubiquity" indicator profile, reusing the greeter object. (LP: #1241539). Fixes: https://bugs.launchpad.net/bugs/1241539.
Approved by Lars Uebernickel, PS Jenkins bot.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 10cdfee5..5dde2fe9 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -51,6 +51,9 @@ com.canonical.indicator.keyboard: echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop'; \ echo ''; \ echo '[desktop_greeter]'; \ + echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop'; \ + echo ''; \ + echo '[ubiquity]'; \ echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop') > $@.tmp && \ mv $@.tmp $@ |