aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitrijs Ledkovs <dmitrijs.ledkovs@canonical.com>2013-10-18 13:22:37 +0100
committerDmitrijs Ledkovs <dmitrijs.ledkovs@canonical.com>2013-10-18 13:22:37 +0100
commit7a1286d43eaf8467a69efba89475e67e2780d068 (patch)
tree9d03a08cd207eb3a03bc52a19b67104650c6ef1d
parent6d52f559c4356b8086e304041346465af03c4f54 (diff)
downloadayatana-indicator-keyboard-7a1286d43eaf8467a69efba89475e67e2780d068.tar.gz
ayatana-indicator-keyboard-7a1286d43eaf8467a69efba89475e67e2780d068.tar.bz2
ayatana-indicator-keyboard-7a1286d43eaf8467a69efba89475e67e2780d068.zip
Define "ubiquity" indicator profile, reusing the greeter object. (LP:
#1241539)
-rw-r--r--data/Makefile.am4
-rw-r--r--debian/changelog7
2 files changed, 11 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 10cdfee5..1737abac 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -51,7 +51,11 @@ 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 $@
gsettings_SCHEMAS = com.canonical.indicator.keyboard.gschema.xml
diff --git a/debian/changelog b/debian/changelog
index a8c64541..d83150eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+indicator-keyboard (0.0.0+13.10.20131010.1-0ubuntu2) UNRELEASED; urgency=low
+
+ * Define "ubiquity" indicator profile, reusing the greeter object. (LP:
+ #1241539)
+
+ -- Dmitrijs Ledkovs <xnox@ubuntu.com> Fri, 18 Oct 2013 13:22:18 +0100
+
indicator-keyboard (0.0.0+13.10.20131010.1-0ubuntu1) saucy; urgency=low
[ William Hua ]