From 7a1286d43eaf8467a69efba89475e67e2780d068 Mon Sep 17 00:00:00 2001 From: Dmitrijs Ledkovs Date: Fri, 18 Oct 2013 13:22:37 +0100 Subject: Define "ubiquity" indicator profile, reusing the greeter object. (LP: #1241539) --- data/Makefile.am | 4 ++++ debian/changelog | 7 +++++++ 2 files changed, 11 insertions(+) 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 Fri, 18 Oct 2013 13:22:18 +0100 + indicator-keyboard (0.0.0+13.10.20131010.1-0ubuntu1) saucy; urgency=low [ William Hua ] -- cgit v1.2.3 From 3e640cc9f005537757000e008537a5287270c30a Mon Sep 17 00:00:00 2001 From: Dmitrijs Ledkovs Date: Fri, 18 Oct 2013 15:20:57 +0100 Subject: Fixup --- data/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/data/Makefile.am b/data/Makefile.am index 1737abac..5dde2fe9 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -55,7 +55,6 @@ com.canonical.indicator.keyboard: echo ''; \ echo '[ubiquity]'; \ echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop') > $@.tmp && \ - mv $@.tmp $@ gsettings_SCHEMAS = com.canonical.indicator.keyboard.gschema.xml -- cgit v1.2.3