diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-05 17:23:02 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-05 17:23:02 -0700 |
commit | 1cb4bb208d481967fb736acf10c6ac2b66bf3181 (patch) | |
tree | 9abb376481f4cf8b5d5df218b2f937a692f339da /org.x.X11.plist.cpp | |
parent | f7c706ff46d4a2364d65731cd1c3135ef7987380 (diff) |
Apple: Renamed LaunchAgent to org.x.startx to distinguish it from the org.x.X11 application
Diffstat (limited to 'org.x.X11.plist.cpp')
-rw-r--r-- | org.x.X11.plist.cpp | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/org.x.X11.plist.cpp b/org.x.X11.plist.cpp deleted file mode 100644 index 3ee22bd..0000000 --- a/org.x.X11.plist.cpp +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>Label</key> - <string>org.x.X11</string> - <key>ProgramArguments</key> - <array> -#ifdef __APPLE__ - <string>/bin/bash</string> - <string>--login</string> - <string>-c</string> -#endif - <string>__bindir__/startx</string> - </array> - <key>Sockets</key> - <dict> - <key>:0</key> - <dict> - <key>SecureSocketWithKey</key> - <string>DISPLAY</string> - </dict> - </dict> - <key>ServiceIPC</key> - <true/> -</dict> -</plist> |