Joe Tseng wrote:
>> I seen it, so I assume you are using startxwin.bat.
>>  
>> You need some cleaning of it
>> as it is still using the the old server set up.
>>  
>> Attached the one I am using now that solved 
>> the problem for myself.
>>  
>> I suspect these rows were the problem
>>  
>> SET
>> PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6bin;%PATH%
>>
>> SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
>> SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
>> SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
>> SET XNLSPATH=/usr/X11R6/lib/X11/locale
> 
> I couldn't use the first line but I put the following into my .bash_profile:
> 
> export XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
> export XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
> export XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
> export XNLSPATH=/usr/X11R6/lib/X11/locale
> 
> No dice.  I also wiped out the installation but of course that didn't work.  
> Would anyone else have other ideas?

Marco is saying you need to *remove* those lines from startxwin.bat 
(you'll see he's commented out those lines in the startxwin.bat he has 
attached)

The correct paths are now (but these are the X server defaults anyhow) 
so don't actually need to be set):

SET XAPPLRESDIR=/etc/X11/app-defaults
SET XCMSDB=/usr/lib/X11/Xcms.txt
SET XKEYSYMDB=/usr/share/X11/XKeysymDB
SET XNLSPATH=/usr/share/X11/locale

If you still have a problem, can you post the /tmp/Xwin.log ?

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general

Reply via email to