RE: Title bar of X apps, no host name?

2011-11-04 Thread Jay Goldman
You can put what you want in the title by setting PROMPT_COMMAND - e.g., set PROMPT_COMMAND="setWindowTitle $(uname -n)" where setWindowTitle is a shell script like: echo -ne "\e]2;$*\a" by putting it in the PROMPT_COMMAND you handle the case where some command sets the window title while it i

Problems using XWin with remote desktop with latest version

2010-09-20 Thread Jay Goldman
I have the following batch file to start xwin: @echo off SET CYGWIN_ROOT= SET RUN=%CYGWIN_ROOT%\bin\run -p /usr/bin SET PATH=.;%CYGWIN_ROOT%\bin;%PATH% SET XAPPLRESDIR= SET XCMSDB= SET XKEYSYMDB= SET XNLSPATH= %RUN% XWin -mul

RE: X Server no longer launches urxvtc-X

2010-08-25 Thread Jay Goldman
Thanks Bob, this eliminates the '/bin/find' error when starting rxvt or urxvt. I just added cd / before the PATH= line. Still cannot run urxvtc from X server tray app. > -Original Message- > From: cygwin-xfree-ow...@cygwin.com [mailto:cygwin-xfree- > ow...@cygwin.com] On Behalf

RE: X Server no longer launches urxvtc-X

2010-08-23 Thread Jay Goldman
ng 'urxvtc' or urxvtc's ability to contact the daemon from within the XWindows server. Is there any logging that I can enable? > -Original Message- > From: Jay Goldman > Sent: Friday, August 20, 2010 3:59 PM > To: cygwin-xfree@cygwin.com > Subject: RE: X Ser

RE: X Server no longer launches urxvtc-X

2010-08-20 Thread Jay Goldman
invoked before .bash_profile is invoked. > -Original Message- > On August 20, 2010 3:06 PM, Corinna Vinschen wrote:> > > Please dont top-post. > > > On Aug 20 14:14, Jay Goldman wrote: > > Another data point, when I try: > > black EXEC "/bi

RE: X Server no longer launches urxvtc-X

2010-08-20 Thread Jay Goldman
On 8/20/2010 10:48 AM, Jay Goldman wrote: > >I have the following menu items in my .XWinrc: > >Black EXEC "/bin/urxvtc-X -fg green -bg black -cr dodgerblue -g > > 80x40 -e /bin/bash -l -I" > >dodger EXEC "urxvtc-X -fg white -bg do

RE: X Server no longer launches urxvtc-X

2010-08-20 Thread Jay Goldman
cygwin-xfree-ow...@cygwin.com] On Behalf Of Charles Wilson Sent: Friday, August 20, 2010 10:54 AM To: cygwin-xfree@cygwin.com Subject: Re: X Server no longer launches urxvtc-X On 8/20/2010 10:48 AM, Jay Goldman wrote: > I have the following menu items in my .XWinrc: > Black EXEC &qu

X Server no longer launches urxvtc-X

2010-08-20 Thread Jay Goldman
I have the following menu items in my .XWinrc:    Black EXEC  "/bin/urxvtc-X -fg green -bg black   -cr dodgerblue -g 80x40 -e /bin/bash -l -I"    dodger EXEC  "urxvtc-X -fg white -bg dodgerblue   -cr blue -g 80x42 -e /bin/bash -l -I" Which have been working for months . Today I upgraded