~ted/ubuntu-app-launch/stop-proxy-unref

« back to all changes in this revision

Viewing changes to application.conf.in

  • Committer: Tarmac
  • Author(s): Ted Gould
  • Date: 2013-09-30 15:59:34 UTC
  • mfrom: (61.1.30 window-focus-request)
  • Revision ID: tarmac-20130930155934-ysk233to6nb4kfh6
Add observers for focused and resume.

Approved by PS Jenkins bot, Charles Kerr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
        if [ ! -z $CLICK_DIR ] && [ -d $CLICK_DIR ] ; then
24
24
                if ! start application-click APP_ID="${APP_ID}" APP_URIS="${APP_URIS}"; then
25
 
                        @pkglibexecdir@/fdo-application-open "${APP_ID}" "${APP_URIS}"
 
25
                        @pkglibexecdir@/second-exec
26
26
                fi
27
27
        else
28
28
                if @pkglibexecdir@/desktop-single $APP_ID ; then
29
29
                        if ! start application-legacy APP_ID="${APP_ID}" INSTANCE_ID="" APP_URIS="${APP_URIS}" ; then
30
 
                                @pkglibexecdir@/fdo-application-open "${APP_ID}" "${APP_URIS}"
 
30
                                @pkglibexecdir@/second-exec
31
31
                        fi
32
32
                else
33
33
                        start application-legacy APP_ID="${APP_ID}" INSTANCE_ID=`date -u +%s` APP_URIS="${APP_URIS}"