diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-09-04 00:36:18 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-09-04 00:36:18 -0700 |
commit | 98c7700d5bff9e61a7f29d8a611edc8a34961e8e (patch) | |
tree | 4195989e07aa856c28e0c3261b239287b9f98db1 /org.x.startx.plist.cpp | |
parent | 49b50db0cb1ecc5611a242d12b9ca05b961c91ac (diff) |
launchd: Update the DISPLAY envvar to not have a - ... call me paranoid, but I feel safer without it
Also added some extra debugging fluff to distingush between two similar statements.
Diffstat (limited to 'org.x.startx.plist.cpp')
-rw-r--r-- | org.x.startx.plist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.x.startx.plist.cpp b/org.x.startx.plist.cpp index 845ce0e..bd4c9e9 100644 --- a/org.x.startx.plist.cpp +++ b/org.x.startx.plist.cpp @@ -10,7 +10,7 @@ </array> <key>Sockets</key> <dict> - <key>LAUNCHD_ID_PREFIX-:0</key> + <key>LAUNCHD_ID_PREFIX:0</key> <dict> <key>SecureSocketWithKey</key> <string>DISPLAY</string> |