Cygdrive remote mount question

2009-10-29 Thread Joel Gwynn
Not really an X question, but I figured I'd try here first. On my linux workstation, I have some sshfs mounts to a remote box. Is there way of doing the same thing and sharing it as a /cygdrive/x that would be available to the windows file system? TIA, Joel -- Unsubscribe info:

Re: X11R7.5 and C.UTF-8

2009-10-29 Thread Jon TURNEY
On 29/10/2009 00:07, Andy Koppe wrote: 2009/10/28 Jon TURNEY: On 28/10/2009 14:22, Ken Brown wrote: X11R7.5 doesn't like the (default) locale C.UTF-8. If I start the server with 'LANG=C.UTF-8 /usr/bin/startxwin.bat', the server exits immediately, and the log has complaints about the locale.

Re: X11R7.5 and C.UTF-8

2009-10-29 Thread Corinna Vinschen
On Oct 29 13:42, Jon TURNEY wrote: I haven't been following the discussion about C.UTF-8 closely, but curiously, for me at least, this test program shows that setlocale(LC_ALL, ) fails with LANG=C.UTF-8 (so that doesn't actually seem to be a valid locale, although if it's the default it

Re: Cygdrive remote mount question

2009-10-29 Thread Yaakov (Cygwin/X)
On 29/10/2009 08:00, Joel Gwynn wrote: Not really an X question Then you're on the wrong list. Yaakov Cygwin/X -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ:

Re: How to open a standalone xterm

2009-10-29 Thread Jon TURNEY
On 28/10/2009 13:01, Joel Gwynn wrote: On Wed, Oct 28, 2009 at 12:10 AM, Larry Hall (Cygwin X) wrote: On 10/27/2009 11:02 PM, Joel Gwynn wrote: So it looks like if I first start up the multiwindow window manager like so: xwin -multiwindow, then I can run xterm, but I have to specify the

Re: 1.5.25-15: 100% CPU under xdmcp and Gnome

2009-10-29 Thread Jon TURNEY
On 29/10/2009 00:08, Quinn Jones wrote: Larry Hall (Cygwin X) wrote: Any interest in trying Cygwin 1.7http://cygwin.com/#beta-test? I don't know if it would help but it has a newer X and friends and is actively maintained. One day in and it seems to be helping - no problems to report so far

Re: Anyone else having new recent problems with Windows clipboard?

2009-10-29 Thread Jon TURNEY
On 21/10/2009 23:27, Jim Reisert AD1C wrote: I'm running Cygwin 1.7 (latest) and X-Org server (latest). 'latest' is not a number :-) For the past week or two, I've been having strange clipboard problems. The most problematic is that I can't copy/cut text in a Windows application and paste

Re: X11R7.5 and C.UTF-8

2009-10-29 Thread Ken Brown
On 10/29/2009 9:42 AM, Jon TURNEY wrote: On 29/10/2009 00:07, Andy Koppe wrote: 2009/10/28 Jon TURNEY: On 28/10/2009 14:22, Ken Brown wrote: X11R7.5 doesn't like the (default) locale C.UTF-8. If I start the server with 'LANG=C.UTF-8 /usr/bin/startxwin.bat', the server exits immediately, and

Re: Running Java application with drag and drop support in cygwin

2009-10-29 Thread Jon TURNEY
On 28/10/2009 05:57, Dees wrote: I have developed a Java application involving jTree with extensive drag and drop support, which runs correctly in my Linux box. However, when I switch to a windows box and access the same Linux box using cygwin x-server, the drag and drop in jTree stops working.

Re: X11R7.5 and C.UTF-8

2009-10-29 Thread Jon TURNEY
On 29/10/2009 13:56, Corinna Vinschen wrote: On Oct 29 13:42, Jon TURNEY wrote: I haven't been following the discussion about C.UTF-8 closely, but curiously, for me at least, this test program shows that setlocale(LC_ALL, ) fails with LANG=C.UTF-8 (so that doesn't actually seem to be a valid

Re: X11R7.5 and C.UTF-8

2009-10-29 Thread Jon TURNEY
On 29/10/2009 14:37, Ken Brown wrote: On 10/29/2009 9:42 AM, Jon TURNEY wrote: On 29/10/2009 00:07, Andy Koppe wrote: 2009/10/28 Jon TURNEY: On 28/10/2009 14:22, Ken Brown wrote: X11R7.5 doesn't like the (default) locale C.UTF-8. If I start the server with 'LANG=C.UTF-8

RE: 1.5.25-15: 100% CPU under xdmcp and Gnome

2009-10-29 Thread Mike Ayers
From: cygwin-xfree-ow...@cygwin.com [mailto:cygwin-xfree- ow...@cygwin.com] On Behalf Of Jon TURNEY Sent: Thursday, October 29, 2009 7:11 AM Yes, the clipboard integration code in 1.5.x has some known problems, but there will probably be no more X server releases for Cygwin/X unless

Re: Anyone else having new recent problems with Windows clipboard?

2009-10-29 Thread Jim Reisert AD1C
On Thu, Oct 29, 2009 at 8:27 AM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 21/10/2009 23:27, Jim Reisert AD1C wrote: I'm running Cygwin 1.7 (latest) and X-Org server (latest). 'latest' is not a number :-) You're right. I just upgraded all to Cygwin/X Server 1.7.1 If you can

Re: 1.5.25-15: 100% CPU under xdmcp and Gnome

2009-10-29 Thread Jon TURNEY
On 29/10/2009 17:01, Mike Ayers wrote: From: cygwin-xfree-ow...@cygwin.com [mailto:cygwin-xfree- ow...@cygwin.com] On Behalf Of Jon TURNEY Sent: Thursday, October 29, 2009 7:11 AM Yes, the clipboard integration code in 1.5.x has some known problems, but there will probably be no more X server

Re: X11R7.5 and C.UTF-8

2009-10-29 Thread Jon TURNEY
On 29/10/2009 15:01, Jon TURNEY wrote: On 29/10/2009 14:37, Ken Brown wrote: $ LANG=C.UTF-8 ./Xlocale.exe Setting locale from LANG succeeded Locale is C.UTF-8 XSupportsLocale returned false Okay, well this makes sense now :-( Appropriate data needs to exist in /usr/share/X11/locale for the

Re: X11R7.5 and C.UTF-8

2009-10-29 Thread Andy Koppe
2009/10/29 Jon TURNEY: I've put a patch in bugzilla [1] which can be applied to /usr/share/X11/locale to temporarily repair this problem. This needs to be looked at more deeply, though, as I'm not sure I've fully understood what that locale data is being used for, or specified C.UTF-8

Re: X11R7.5 fontcache..

2009-10-29 Thread Linda Walsh
Does this mean it is a 'beta' or test version? If it is a released version, will it be made available for the released version of cygwin (1.5). I've no idea when cygwin will release 1.7 as being 'ready'... How difficult would it be to turn on compiling in of the 'font-cache' extension? I use