This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: rgb.txt not honored in X7?


> From: cygwin-xfree-owner@cygwin.com 
> [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Jon TURNEY
> Sent: Thursday, February 12, 2009 10:44 AM

> Mike Ayers wrote all on one line:

	I don't know why.  My mailer usually fills, I think.
I'll do it by hand this time, if that helps.

> > 	From where?  I believe this should be ~/.Xdefaults, but 
> the nature of cygwin can make ~ an indefinite place for 
> startup files.  I set %HOME%, which becomes $HOME to what 
> will be ~, but if I put 
> 
>  >"XTerm*toolbar: false" in $HOME/.Xdefaults I still have 
> toolbars on my xterms.
> 
> Case is signficant. Try "XTerm*toolBar: false"

	That worked, but not immediately.  I still don't know
wether I am trying to put it into .Xdefaults, or what directory
that would go in (Windows default home or %HOME%), or whether
the file should actually be named .Winrc, as implied by the
tray icon (sometimes).

	I have gotten a bit of functionality back by modifying my
startx.bat script from:

[SNIP type="old"]
@echo off

C:
chdir C:\cygwin\bin

bash --login -c startx
[/SNIP]

	to

[SNIP type="new"]
@echo off

C:
chdir C:\cygwin\bin

bash --login -c "/usr/bin/startx -- -multiwindow -clipboard"
[/SNIP]

> >> .Xresources is xrdb -merge'd by /etc/X11/xinit/xinitrc (i.e. 
> >> if you use startx)

	I manage that in my .xinitrc, which was originally copied
from the system xinitrc.

> I suspect you used to have the -multiwindow option to the X 
> server in your 
> startx script somewhere (defaultserverargs?)

	I only used the startx as shipped.  My start script (above) is the only modification I made.

> A few people have reported cut-and-paste problems with 
> vncclient also running.

	I'm one of them.

> If you can spare the time to write a mail (in a new thread) 
> with some clear 
> reproduction steps, that would be most appreciated.

	Coming shortly.


	Thanks,

Mike

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]