diff options
author | Ted Gould <ted@canonical.com> | 2009-08-04 12:37:58 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-04 12:37:58 +0100 |
commit | b99103376be47ed4d1b2a74c2abc441141bc8107 (patch) | |
tree | b6c00a3a48f2df630a71766748bdc13e88b74838 /data | |
parent | e6c51e39309fe1f951df75ee80a43b12ed3e4265 (diff) | |
parent | 7bd2ed28f7657191beb001f60109167ab1644a57 (diff) | |
download | ayatana-indicator-messages-b99103376be47ed4d1b2a74c2abc441141bc8107.tar.gz ayatana-indicator-messages-b99103376be47ed4d1b2a74c2abc441141bc8107.tar.bz2 ayatana-indicator-messages-b99103376be47ed4d1b2a74c2abc441141bc8107.zip |
Merging in the branch that pulls in the dbusmenu changes that change to using a service.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 3 | ||||
-rw-r--r-- | data/indicator-messages.service.in | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 61a1a63..6177c6d 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1 +1,4 @@ SUBDIRS = icons + +dbus_servicesdir = $(DBUSSERVICEDIR) +dbus_services_DATA = indicator-messages.service diff --git a/data/indicator-messages.service.in b/data/indicator-messages.service.in new file mode 100644 index 0000000..908079a --- /dev/null +++ b/data/indicator-messages.service.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=com.ubuntu.indicator.messages +Exec=@prefix@/bin/indicator-messages-service |