~seb128/indicator-application/dont-werror-on-deprecations

« back to all changes in this revision

Viewing changes to data/indicator-application.desktop.in

  • Committer: Tarmac
  • Author(s): Ted Gould
  • Date: 2013-10-31 17:57:31 UTC
  • mfrom: (240.2.12 upstart-job)
  • Revision ID: tarmac-20131031175731-wneg21ef7vfe8nlw
Switch indicator application over to having an upstart job for managing the service.  Also make it emit it's own event for when application indicators should be started so we can clean up the boot sequence. Fixes: https://bugs.launchpad.net/bugs/1185565.

Approved by PS Jenkins bot, Charles Kerr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[Desktop Entry]
 
2
Type=Application
 
3
Name=Indicator Application
 
4
Exec=@libexecdir@/indicator-application-service
 
5
NotShowIn=Unity;
 
6
NoDisplay=true
 
7
StartupNotify=false
 
8
Terminal=false
 
9