From 026c478b8cd216851698f3edc164e7a899af5560 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 2 Oct 2013 14:14:14 -0500 Subject: Changing the indicator file --- data/com.canonical.indicator.sound | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/com.canonical.indicator.sound b/data/com.canonical.indicator.sound index adefae9..213be0b 100644 --- a/data/com.canonical.indicator.sound +++ b/data/com.canonical.indicator.sound @@ -10,4 +10,4 @@ ObjectPath=/com/canonical/indicator/sound/desktop ObjectPath=/com/canonical/indicator/sound/phone [desktop_greeter] -ObjectPath=/com/canonical/indicator/sound/desktop +ObjectPath=/com/canonical/indicator/sound/desktop_greeter -- cgit v1.2.3 From b88885185590ebb55f9f2197f171545cb1296a61 Mon Sep 17 00:00:00 2001 From: Dmitrijs Ledkovs Date: Fri, 18 Oct 2013 13:10:33 +0100 Subject: Define "ubiquity" indicator profile, reusing the greeter object. (LP: #1241539) --- data/com.canonical.indicator.sound | 3 +++ debian/changelog | 7 +++++++ 2 files changed, 10 insertions(+) (limited to 'data') diff --git a/data/com.canonical.indicator.sound b/data/com.canonical.indicator.sound index 213be0b..eca0e4a 100644 --- a/data/com.canonical.indicator.sound +++ b/data/com.canonical.indicator.sound @@ -11,3 +11,6 @@ ObjectPath=/com/canonical/indicator/sound/phone [desktop_greeter] ObjectPath=/com/canonical/indicator/sound/desktop_greeter + +[ubiquity] +ObjectPath=/com/canonical/indicator/sound/desktop_greeter diff --git a/debian/changelog b/debian/changelog index 9921ab3..cd9a47e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-sound (12.10.2+13.10.20131011-0ubuntu2) UNRELEASED; urgency=low + + * Define "ubiquity" indicator profile, reusing the greeter object. (LP: + #1241539) + + -- Dmitrijs Ledkovs Fri, 18 Oct 2013 13:10:03 +0100 + indicator-sound (12.10.2+13.10.20131011-0ubuntu1) saucy; urgency=low [ Lars Uebernickel ] -- cgit v1.2.3 From 8444bd0a082f8f82032738943e4c32676caf96c1 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 28 Oct 2013 10:27:07 -0700 Subject: Adding a phone_greeter profile --- data/com.canonical.indicator.sound | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data') diff --git a/data/com.canonical.indicator.sound b/data/com.canonical.indicator.sound index eca0e4a..ae5fd5d 100644 --- a/data/com.canonical.indicator.sound +++ b/data/com.canonical.indicator.sound @@ -14,3 +14,7 @@ ObjectPath=/com/canonical/indicator/sound/desktop_greeter [ubiquity] ObjectPath=/com/canonical/indicator/sound/desktop_greeter + +[phone_greeter] +ObjectPath=/com/canonical/indicator/sound/desktop_greeter + -- cgit v1.2.3