diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-08-01 01:34:47 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-08-01 01:34:47 -0500 |
commit | 3cc732f558737acd0004efb013993515845e67d7 (patch) | |
tree | cc554df46298fb7d01130f71024e55017b4bc007 /data | |
parent | 39263df5ab76e2f444e5dbb702512f741c56830c (diff) | |
download | ayatana-indicator-bluetooth-3cc732f558737acd0004efb013993515845e67d7.tar.gz ayatana-indicator-bluetooth-3cc732f558737acd0004efb013993515845e67d7.tar.bz2 ayatana-indicator-bluetooth-3cc732f558737acd0004efb013993515845e67d7.zip |
add per-profile icons and initial menus w/settings section
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 6 | ||||
-rw-r--r-- | data/com.canonical.indicator.bluetooth | 10 |
2 files changed, 16 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 6c491f1..d5f40aa 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,9 @@ + +# the indicator bus file +indicatorsdir = $(prefix)/share/unity/indicators +dist_indicators_DATA = com.canonical.indicator.datetime + +# the dbus service file dbus_servicesdir = $(datadir)/dbus-1/services dbus_services_DATA = indicator-bluetooth.service diff --git a/data/com.canonical.indicator.bluetooth b/data/com.canonical.indicator.bluetooth new file mode 100644 index 0000000..746157a --- /dev/null +++ b/data/com.canonical.indicator.bluetooth @@ -0,0 +1,10 @@ +[Indicator Service] +Name=indicator-bluetooth +ObjectPath=/com/canonical/indicator/bluetooth +Position=70 + +[desktop] +ObjectPath=/com/canonical/indicator/bluetooth/desktop + +[phone] +ObjectPath=/com/canonical/indicator/bluetooth/phone |