diff options
author | Ted Gould <ted@gould.cx> | 2013-10-31 17:59:48 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-10-31 17:59:48 +0000 |
commit | 7066fed66d02995377edd7fa407f1742c07d9339 (patch) | |
tree | 351da57df010679c62e33d5755560ac017b22a51 /data/indicator-power.desktop.in | |
parent | 1ca27d4598aff14d3b18172030fc87a7da77e264 (diff) | |
parent | 4913289a34ce6088ec06d7f32a55f0638e4c2da5 (diff) | |
download | ayatana-indicator-power-7066fed66d02995377edd7fa407f1742c07d9339.tar.gz ayatana-indicator-power-7066fed66d02995377edd7fa407f1742c07d9339.tar.bz2 ayatana-indicator-power-7066fed66d02995377edd7fa407f1742c07d9339.zip |
Switching DBus service to an Upstart Job. Fixes: https://bugs.launchpad.net/bugs/1185565.
Approved by PS Jenkins bot, Charles Kerr.
Diffstat (limited to 'data/indicator-power.desktop.in')
-rw-r--r-- | data/indicator-power.desktop.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/indicator-power.desktop.in b/data/indicator-power.desktop.in new file mode 100644 index 0000000..28025a2 --- /dev/null +++ b/data/indicator-power.desktop.in @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=Indicator Power +Exec=@pkglibexecdir@/indicator-power-service +NotShowIn=Unity; +NoDisplay=true +StartupNotify=false +Terminal=false + |