~nick-dedekind/unity8/indicators.hint-interval

« back to all changes in this revision

Viewing changes to data/unity8.conf

  • Committer: Nick Dedekind
  • Date: 2014-03-07 15:54:57 UTC
  • mfrom: (638.1.118 unity8)
  • Revision ID: nicholas.dedekind@gmail.com-20140307155457-f0s1zu5ll2czt3rq
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
start on ((xsession SESSION=ubuntu-touch) or (xsession SESSION=ubuntu-touch-surfaceflinger)) and started dbus
5
5
stop on desktop-end
6
6
 
 
7
kill timeout 30
 
8
 
7
9
respawn
8
10
expect stop
9
11
 
26
28
        initctl set-env --global MIR_SOCKET=$MIR_SERVER_FILE
27
29
        gdbus call --session --dest org.freedesktop.DBus --object-path /org/freedesktop/DBus --method org.freedesktop.DBus.UpdateActivationEnvironment "@a{ss} {'MIR_SOCKET': '$MIR_SERVER_FILE'}"
28
30
    fi
 
31
 
 
32
    # Remove the socket if still there
 
33
    if [ -S "$MIR_SERVER_FILE" ]; then
 
34
        rm "$MIR_SERVER_FILE"
 
35
    fi
29
36
end script
30
37
 
31
38
exec ${BINARY:-unity8} $ARGS