Magellan Linux

Annotation of /trunk/vnc/patches/vnc-xclients.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 563 byte(s)
-import

1 niro 153 --- vnc-4_1-unixsrc/unix/vncserver.xclients 2005-03-03 23:01:16.000000000 +0000
2     +++ vnc-4_1-unixsrc/unix/vncserver 2005-03-03 23:02:26.000000000 +0000
3     @@ -42,6 +42,10 @@
4    
5     $defaultXStartup
6     = ("#!/bin/sh\n\n".
7     + "# Uncomment the following two lines for normal desktop:\n".
8     + "# unset SESSION_MANAGER\n".
9     + "# exec /etc/X11/xinit/xinitrc\n\n".
10     + "[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup\n".
11     "[ -r \$HOME/.Xresources ] && xrdb \$HOME/.Xresources\n".
12     "xsetroot -solid grey\n".
13     "vncconfig -iconic &\n".