From 4451d840969698c2d2106c013a95a3c6eb4baf70 Mon Sep 17 00:00:00 2001 From: William Hua Date: Wed, 7 Aug 2013 16:20:23 -0400 Subject: Work under lightdm/unity-greeter. --- data/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index a7f8d39c..10cdfee5 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -48,6 +48,9 @@ com.canonical.indicator.keyboard: echo 'ObjectPath=/com/canonical/indicator/keyboard'; \ echo ''; \ echo '[desktop]'; \ + echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop'; \ + echo ''; \ + echo '[desktop_greeter]'; \ echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop') > $@.tmp && \ mv $@.tmp $@ -- cgit v1.2.3 From 5e9c82fa5a82896a1ad5ba15e883451cc80649f7 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Mon, 23 Sep 2013 17:23:46 +0200 Subject: Set position of the indicator As defined in https://wiki.ubuntu.com/SystemComponents --- data/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 10cdfee5..28f14911 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -46,6 +46,7 @@ com.canonical.indicator.keyboard: $(AM_V_GEN) (echo '[Indicator Service]'; \ echo 'Name=indicator-keyboard'; \ echo 'ObjectPath=/com/canonical/indicator/keyboard'; \ + echo 'Position=80' \ echo ''; \ echo '[desktop]'; \ echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop'; \ -- cgit v1.2.3 From 916788fa1caf19050ab2239f757aaa0b26c0b5a2 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Mon, 23 Sep 2013 17:51:28 +0200 Subject: Add missing semicolon --- data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 28f14911..bd649373 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -46,7 +46,7 @@ com.canonical.indicator.keyboard: $(AM_V_GEN) (echo '[Indicator Service]'; \ echo 'Name=indicator-keyboard'; \ echo 'ObjectPath=/com/canonical/indicator/keyboard'; \ - echo 'Position=80' \ + echo 'Position=80'; \ echo ''; \ echo '[desktop]'; \ echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop'; \ -- cgit v1.2.3 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 ++++ 1 file changed, 4 insertions(+) (limited to 'data') 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 -- 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(-) (limited to 'data') 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