Re: Re (2): guidance for making a .Xresources file.

2011-02-10 Thread Bob Proulx
peasth...@shaw.ca wrote: > Conversely, I'd rather that a change of dimensions of the browser > window on one screen wouldn't change the browser on the other > screen. Uhm... Suddenly reading you saying this confuses me immensely! We are talking about VNC sharing a *single* screen. So isn't it t

Re (2): guidance for making a .Xresources file.

2011-02-10 Thread peasthope
From: Bob Proulx Date: Wed, 09 Feb 2011 11:24:45 -0700 > To workaround the noise create an empty file. > > $ touch .Xresources Check. > The default file created automatically by vnc ... contains the > following: ... Restored that. Yes, TightVNC works again. Whew. As expected with the

Re: Re (2): guidance for making a .Xresources file.

2011-02-09 Thread Franz Gustav Niederheitmann
Try this: #!/bin/sh [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources #xsetroot -solid grey #vncconfig -iconic & #x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & #x-window-manager & openbox-lxde & lxsession lxpanel pc