aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-06 14:46:09 +0000
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-06 15:17:48 +0000
commit9d1b39fa6a02985a613604826997f0d7b969a40d (patch)
tree7ea1aae3aeb0f3084b082f4cc1ca85b31fc9ff16 /README
parentb1f280aa8eb47f039398d604fe8fd126aae86fa4 (diff)
downloadlibayatana-indicator-9d1b39fa6a02985a613604826997f0d7b969a40d.tar.gz
libayatana-indicator-9d1b39fa6a02985a613604826997f0d7b969a40d.tar.bz2
libayatana-indicator-9d1b39fa6a02985a613604826997f0d7b969a40d.zip
Fork libayatana-indicator from Ubuntu's libindicator shared library.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index b51e110..d65cc41 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ example:
[Indicator Service]
Name=indicator-example
- ObjectPath=/com/canonical/indicator/example
+ ObjectPath=/org/ayatana/indicator/example
It should also contain a hint to where the indicator should appear in the panel:
@@ -27,13 +27,13 @@ of those profiles, containing the object path on which the menu is
exported:
[desktop]
- ObjectPath=/com/canonical/indicator/example/desktop
+ ObjectPath=/org/ayatana/indicator/example/desktop
[greeter]
- ObjectPath=/com/canonical/indicator/example/desktop
+ ObjectPath=/org/ayatana/indicator/example/desktop
[phone]
- ObjectPath=/com/canonical/indicator/example/phone
+ ObjectPath=/org/ayatana/indicator/example/phone
Object paths can be reused for different profiles (the greeter uses the
same menu as the desktop in the above example).