From jon.turney@dronecode.org.uk Wed May 1 13:46:00 2013 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Wed, 01 May 2013 13:46:00 -0000 Subject: struggling with xauth vs xhost In-Reply-To: References: Message-ID: <51811CB6.2090403@dronecode.org.uk> On 30/04/2013 15:21, Larry W. Virden wrote: > While in the process of moving from a commercial X server to the > cygwin Xfree server, we seem to have run into a peculiar behavior. > > The previous environment made heavy use of xhost. I proposed that in > cygwin xfree we move to xauth as a more secure environment. That has > for the most part worked out. The usual caveat applies: if you have an actual need for security, a random person on the internet is not where you should be getting your information. > The environment is that the x applications are running on a Solaris 10 > sparc machine, displaying back to Win7 desktops with cygwin 1.7.x > running on them. > > When a user chooses the single X window method of opening a local > window which ssh's over to the Unix machines, things seem to work > okay. I'm not sure why you mention xauth above, if you are actually using ssh -Y. (which is a far better alternative) > When they choose the "full screen" approach, where the entire window > takes over the desktop, and the window manager and everything else is > running remotely, an xhost is being executed. This causes some > applications to fail because the language used considers that to be a > security risk. > > When we look in both local start up files as well as remote start up > files, we do not see where the xhost is being performed. I don't think there's anything in the X server that does this. So this is happening somewhere in the client (i.e. on the Solaris host). Note that it might be in xdm (or it's equivalent) or something that runs, and that might be using libX11's XAddHost() function directly, rather than running xhost. I don't know of any way to make XDMCP secure. If you are using the default configuration (e.g. without XDM-AUTHENTICATION-1) it's wide open to MIM attacks, and the plain-text X protocol is always open to eavesdropping. You can achieve a somewhat similar effect using something like 'ssh -Y remotehostname Xnest :1 -query localhost' > Is there a way for us to track down where that is occurring so that we > can see about commenting that out? -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- 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/ From testtest_2005@ukr.net Tue May 7 02:52:00 2013 From: testtest_2005@ukr.net (Vasiliy) Date: Tue, 07 May 2013 02:52:00 -0000 Subject: 1.14.0-2 XWin does not start, though 1.13.2.0 X Server latest snapshot 20130210-git works Message-ID: - 1.14.0-2 XWin X Server installation is broken after replacing 1.13 in Cygwin (1.17.18 / 1.17.19s) - no software interfering with Cygwin is installed - reinstalling xorg-server doesn't help - with the latest Cygwin snapshot (20130503) it might cause 1.14.0-2 XWin core dump [.xserverrc] XWin -multiwindow -wgl 'Symptoms' (irrelevant to the content of ~/.xserverrc): 1.17.18: xinit: giving up xinit: unable to connect to X server: Connection refused xinit: unexpected signal 2 1.17.19s: ~/.xserverrc: line 1: #### Aborted (core dumped) XWin -multiwindow -wgl xinit: giving up xinit: unable to connect to X server: Connection refused xinit: server error Specifics (notice no problem with 1.13 XWin, and less with the OpenGL driver): GL_RENDERER: NV31GLM Pro/AGP/SSE2 (NvStrap'ped GeForce FX Go5600) XWin-backtrace.log contains: 1.17.18-backtrace 1.17.19s-backtrace (XWin.0.log) XWin.1.log (1.13 run without .xserverrc): normal run, equivalent to -rootless -nowgl XWin.2.log (1.13 run with -multiwindow): good run, but no autostart of applications from /etc/X11/xinit/xinitrc then 'waiting for X server to begin accepting connections'.. .. .. one can run/close xterm, however, dry exit from the X Server causes (why?): xinit: giving up xinit: unable to connect to X server: Connection refused xinit: server error XWin.3.log (1.13 run with -multiwindow -nowgl): perfectly normal run, autostart of applications from /etc/X11/xinit/xinitrc XWin.4.log (1.13 run with -rootless -nowgl): normal run Expected: 1.14.0-2 XWin working Best regards, Vasiliy -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin-backtrace.log Type: application/octet-stream Size: 17105 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.0.log Type: application/octet-stream Size: 2955 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.1.log Type: application/octet-stream Size: 10313 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.2.log Type: application/octet-stream Size: 17786 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.3.log Type: application/octet-stream Size: 35497 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.4.log Type: application/octet-stream Size: 10165 bytes Desc: not available URL: -------------- next part -------------- -- 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/ From yselkowitz@users.sourceforge.net Tue May 7 06:32:00 2013 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Tue, 07 May 2013 06:32:00 -0000 Subject: 1.14.0-2 XWin does not start, though 1.13.2.0 X Server latest snapshot 20130210-git works In-Reply-To: References: Message-ID: <51889FEF.7060704@users.sourceforge.net> On 2013-05-06 21:52, Vasiliy wrote: > - 1.14.0-2 XWin X Server installation is broken after replacing 1.13 > in Cygwin (1.17.18 / 1.17.19s) Do you have only a 3-button mouse? If so, the issue is known and a fix is already queued up for 1.14.1-1. Yaakov -- 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/ From yoav66@hotmail.com Tue May 7 08:52:00 2013 From: yoav66@hotmail.com (Yoav Kashiv) Date: Tue, 07 May 2013 08:52:00 -0000 Subject: =?windows-1256?Q?xmgrace_do?= =?windows-1256?Q?esn't_load?= =?windows-1256?Q?=FE?= Message-ID: I just installed cygwin/X + Xming + a number of packages (X11, gcc, grace, xclock, xeyes, etc.).?I also added "C:\cygwin\bin" to the path. Most things?seem to work fine. For example, I can open xterm, xclock, xeyes and run gcc in the cygwin window.? However, grace doesn't load. This is what I get: $ xmgrace /usr/bin/xmgrace.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory I'm guessing that there's a simple solution that has to do with a definition somewhere, but couldn't figure it out... Any suggestions? Thanks! From marco.atzeri@gmail.com Tue May 7 10:09:00 2013 From: marco.atzeri@gmail.com (marco atzeri) Date: Tue, 07 May 2013 10:09:00 -0000 Subject: xmgrace doesn't =?windows-1256?Q?load=FE?= In-Reply-To: References: Message-ID: <5188C406.2040701@gmail.com> Il 5/7/2013 10:52 AM, Yoav Kashiv ha scritto: > I just installed cygwin/X + Xming + a number of packages (X11, gcc, grace, xclock, xeyes, etc.). I also added "C:\cygwin\bin" to the path. Most things seem to work fine. For example, I can open xterm, xclock, xeyes and run gcc in the cygwin window. > However, grace doesn't load. This is what I get: > $ xmgrace > /usr/bin/xmgrace.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory > I'm guessing that there's a simple solution that has to do with a definition somewhere, but couldn't figure it out... Any suggestions? Thanks! > what is the output of : cygcheck /usr/bin/xmgrace.exe Regards Marco -- 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/ From jon.turney@dronecode.org.uk Tue May 7 16:35:00 2013 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Tue, 07 May 2013 16:35:00 -0000 Subject: 1.14.0-2 XWin does not start, though 1.13.2.0 X Server latest snapshot 20130210-git works In-Reply-To: References: Message-ID: <51892D57.8080104@dronecode.org.uk> On 07/05/2013 03:52, Vasiliy wrote: > - 1.14.0-2 XWin X Server installation is broken after replacing 1.13 > in Cygwin (1.17.18 / 1.17.19s) > - no software interfering with Cygwin is installed > - reinstalling xorg-server doesn't help > - with the latest Cygwin snapshot (20130503) it might cause 1.14.0-2 > XWin core dump Please try again with the Xserver 1.14.1-1 test release I uploaded today. > XWin-backtrace.log contains: > 1.17.18-backtrace > 1.17.19s-backtrace (XWin.0.log) Thanks for these. Unfortunately these aren't as useful as they might be, due to some recent change which the instructions at http://x.cygwin.com/devel/backtrace.html haven't caught up with yet. > $ gdb --args /usr/bin/XWin -multiwindow -wgl > [...] > Program received signal SIGSYS, Bad system call. > CheckForShmSyscall () at /usr/src/debug/xorg-server-1.14.0-2/Xext/shm.c:188 > 188 if (shmid != -1) { When running the X server under gdb, to avoid stopping with SIGSYS when checking if shared memory is available, either cygserver needs to be running, or gdb needs to be told to not stop on SIGSYS with 'handle SIGSYS nostop' before the program is started. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- 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/ From yoav66@hotmail.com Tue May 7 18:26:00 2013 From: yoav66@hotmail.com (Yoav Kashiv) Date: Tue, 07 May 2013 18:26:00 -0000 Subject: =?windows-1256?Q?RE:_xmgrac?= =?windows-1256?Q?e_doesn't_?= =?windows-1256?Q?load=FE?= In-Reply-To: <5188C406.2040701@gmail.com> References: ,<5188C406.2040701@gmail.com> Message-ID: Hi Marco, > Il 5/7/2013 10:52 AM, Yoav Kashiv ha scritto: > > I just installed cygwin/X + Xming + a number of packages (X11, gcc, grace, xclock, xeyes, etc.). I also added "C:\cygwin\bin" to the path. Most things seem to work fine. For example, I can open xterm, xclock, xeyes and run gcc in the cygwin window. > > However, grace doesn't load. This is what I get: > > $ xmgrace > > /usr/bin/xmgrace.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory > > I'm guessing that there's a simple solution that has to do with a definition somewhere, but couldn't figure it out... Any suggestions? Thanks! > > > what is the output of : > cygcheck /usr/bin/xmgrace.exe I used your suggestion. Below is the output of?cygcheck /usr/bin/xmgrace.exe.? It says cygcheck: track_down: could not find cygsasl2-2.dll So I installed the?libsasl2 packages and that fixed the problem! Thanks for the reply and suggestion! Yoav $ cygcheck /usr/bin/xmgrace.exe C:\cygwin\bin\xmgrace.exe ? C:\cygwin\bin\cygwin1.dll ? ? C:\windows\system32\KERNEL32.dll ? ? ? C:\windows\system32\API-MS-Win-Core-RtlSupport-L1-1-0.dll ? ? ? C:\windows\system32\ntdll.dll ? ? ? C:\windows\system32\KERNELBASE.dll ? ? ? C:\windows\system32\API-MS-Win-Core-ProcessThreads-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-Heap-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-Memory-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-Handle-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-Synch-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-File-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-IO-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-ThreadPool-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-LibraryLoader-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-NamedPipe-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-Misc-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-SysInfo-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-Localization-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-ProcessEnvironment-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-String-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-Debug-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-ErrorHandling-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-Fibers-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-Util-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Core-Profile-L1-1-0.dll ? ? ? C:\windows\system32\API-MS-Win-Security-Base-L1-1-0.dll ? C:\cygwin\bin\cygfftw3-3.dll ? C:\cygwin\bin\cygjpeg-8.dll ? ? C:\cygwin\bin\cyggcc_s-1.dll ? C:\cygwin\bin\cygnetcdf-7.dll ? ? C:\cygwin\bin\cygcurl-4.dll ? ? ? C:\cygwin\bin\cygcrypto-1.0.0.dll ? ? ? ? C:\cygwin\bin\cygz.dll ? ? ? C:\cygwin\bin\cyggssapi-3.dll ? ? ? ? C:\cygwin\bin\cygheimntlm-0.dll ? ? ? ? ? C:\cygwin\bin\cygkrb5-26.dll ? ? ? ? ? ? C:\cygwin\bin\cygasn1-8.dll ? ? ? ? ? ? ? C:\cygwin\bin\cygroken-18.dll ? ? ? ? ? ? ? ? C:\cygwin\bin\cygcrypt-0.dll ? ? ? ? ? ? ? C:\cygwin\bin\cygcom_err-2.dll ? ? ? ? ? ? C:\cygwin\bin\cygwind-0.dll ? ? ? ? ? ? C:\cygwin\bin\cyghx509-5.dll ? ? ? ? ? ? C:\cygwin\bin\cygintl-8.dll ? ? ? ? ? ? ? C:\cygwin\bin\cygiconv-2.dll ? ? ? ? ? ? C:\cygwin\bin\cygsqlite3-0.dll ? ? ? ? ? ? C:\cygwin\bin\cygheimbase-1.dll ? ? ? C:\cygwin\bin\cygidn-11.dll ? ? ? C:\cygwin\bin\cyglber-2-4-2.dll ? ? ? C:\cygwin\bin\cygldap-2-4-2.dll cygcheck: track_down: could not find cygsasl2-2.dll ? ? ? ? C:\cygwin\bin\cygssl-1.0.0.dll ? ? ? C:\cygwin\bin\cygssh2-1.dll ? ? C:\cygwin\bin\cyghdf5-7.dll ? ? C:\cygwin\bin\cyghdf5_hl-7.dll ? C:\cygwin\bin\cygpng15-15.dll ? C:\cygwin\bin\cygt1-5.dll ? C:\cygwin\bin\cygX11-6.dll ? ? C:\cygwin\bin\cygxcb-1.dll ? ? ? C:\cygwin\bin\cygXau-6.dll ? ? ? C:\cygwin\bin\cygXdmcp-6.dll ? C:\cygwin\bin\cygXm-4.dll ? ? C:\cygwin\bin\cygfontconfig-1.dll ? ? ? C:\cygwin\bin\cygexpat-1.dll ? ? ? C:\cygwin\bin\cygfreetype-6.dll ? ? ? ? C:\cygwin\bin\cygbz2-1.dll ? ? C:\cygwin\bin\cygXext-6.dll ? ? C:\cygwin\bin\cygXft-2.dll ? ? ? C:\cygwin\bin\cygXrender-1.dll ? ? C:\cygwin\bin\cygXmu-6.dll ? ? ? C:\cygwin\bin\cygXt-6.dll ? ? ? ? C:\cygwin\bin\cygICE-6.dll ? ? ? ? C:\cygwin\bin\cygSM-6.dll ? ? ? ? ? C:\cygwin\bin\cyguuid-1.dll ? C:\cygwin\bin\cygXmHTML-0.dll ? ? C:\cygwin\bin\cygXpm-4.dll > > Regards > Marco > > > -- > 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/ > From testtest_2005@ukr.net Tue May 7 18:56:00 2013 From: testtest_2005@ukr.net (Vasiliy) Date: Tue, 07 May 2013 18:56:00 -0000 Subject: Fwd: 1.14.0-2 XWin does not start, though 1.13.2.0 X Server latest snapshot 20130210-git works In-Reply-To: References: <51892D57.8080104@dronecode.org.uk> Message-ID: Works Just Fine For Me http://cygwin.com/acronyms/#WJFFM Thanks for the test release, and your suggestions. Kind regards, Vasiliy PS. Please, update also the instructions at http://x.cygwin.com/devel/backtrace.html On Tue, May 7, 2013 at 6:35 PM, Jon TURNEY wrote: > On 07/05/2013 03:52, Vasiliy wrote: >> - 1.14.0-2 XWin X Server installation is broken after replacing 1.13 >> in Cygwin (1.17.18 / 1.17.19s) >> - no software interfering with Cygwin is installed >> - reinstalling xorg-server doesn't help >> - with the latest Cygwin snapshot (20130503) it might cause 1.14.0-2 >> XWin core dump > > Please try again with the Xserver 1.14.1-1 test release I uploaded today. > >> XWin-backtrace.log contains: >> 1.17.18-backtrace >> 1.17.19s-backtrace (XWin.0.log) > > Thanks for these. Unfortunately these aren't as useful as they might be, due > to some recent change which the instructions at > http://x.cygwin.com/devel/backtrace.html haven't caught up with yet. > >> $ gdb --args /usr/bin/XWin -multiwindow -wgl >> [...] >> Program received signal SIGSYS, Bad system call. >> CheckForShmSyscall () at /usr/src/debug/xorg-server-1.14.0-2/Xext/shm.c:188 >> 188 if (shmid != -1) { > > When running the X server under gdb, to avoid stopping with SIGSYS when > checking if shared memory is available, either cygserver needs to be running, > or gdb needs to be told to not stop on SIGSYS with 'handle SIGSYS nostop' > before the program is started. > > -- > Jon TURNEY > Volunteer Cygwin/X X Server maintainer -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.log Type: application/octet-stream Size: 5893 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.0.log Type: application/octet-stream Size: 6575 bytes Desc: not available URL: -------------- next part -------------- -- 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/ From yselkowitz@users.sourceforge.net Tue May 7 21:58:00 2013 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Tue, 07 May 2013 21:58:00 -0000 Subject: xmgrace doesn't =?windows-1256?Q?load=FE?= In-Reply-To: References: ,<5188C406.2040701@gmail.com> Message-ID: <51897920.10900@users.sourceforge.net> On 2013-05-07 13:26, Yoav Kashiv wrote: > I used your suggestion. Below is the output of cygcheck /usr/bin/xmgrace.exe. > It says > cygcheck: track_down: could not find cygsasl2-2.dll Volker, I fixed libopenldap2_4_2's deps on sourceware accordingly. Yaakov -- 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/ From youny_y@yahoo.com Thu May 9 06:00:00 2013 From: youny_y@yahoo.com (Jianle) Date: Thu, 09 May 2013 06:00:00 -0000 Subject: Christian Louboutin uk outlet Message-ID: <1368079227493-98525.post@n5.nabble.com> Christian Louboutin uk outlet are actually recognized initially for their red soles, which are subtle, but indicate the brand. The couple established in 1992 in Paris in addition they sell pumps, boots, and additionally wedges for to as much as one thousands of dollars. Christian Louboutin has grown to be among the highly recognized brands inside the fashion world, because superstars including Nicole Kidman and Sarah Jessica Parker make use of them to high side events. The average person grew to become impressed with fashion designer footwear as a whole, because catalogs and additionally TV shows glorify the luxury way of life related with celebrities today. Many designers reap the benefits of this sensation, as the couple get increasingly more middle class consumers purchasing their products. Christian Louboutin shoes or boots can be found in boutiques and also websites around the world from Hong Kong, London, and Paris to Los Angeles, Mosbow, and also Ny. They happen to be carried in Section stores like for example Barneys, Bergdorf-Goodman, and Neiman Marcus. One thing which numerous consumers don't know would be that genuine Christian Louboutin outlet online shoes can be located at online listings and, just where the couple go for around 50% off the wholesale price. High end fashion designer items such as these can add up as soon as you purchase numerous sets, so preserving on it can put in to as much as big savings by and by. We shall by not means know which the very first man or perhaps girl to in fact positioned that foot thing, but some folks believe that Leonardo da Vinci which invented the very very first Christian Louboutin Extremely Prive Spikes 120mm Black color Fabric Peep Toe System Pump. Regarding 70 many years later on, he created it, folks started to create by themselves glance higher heels. The very very first example of the common 14-year-old Catherine D "Medici whom put on high heels at just this girl marriage, get a pair of inches in height - it has carried out because. For ladies, there is no restriction of the shoes. Christian Louboutin shoes, Provide You With A Awesome Life Then your purpose of purchasing the shoes or boots is becoming a collection gradually. Indeed there is a brand with continued reddish tread, whichever its pattern, it could attract the girls to buy the well-known designer is French Christian Louboutin.Polished Christian Louboutin pumps uk Selects. It is merely as a result that ladies are really flocking to it, actually during the risk of spraining feet. The wives and female friends of world class footballers, or perhaps wags as they happen to be recognized have increased the recognition related with designer companies for example Christian Louboutin women's shoes or boots. If or when you purchase discount fashion designer shoes or boots then it is quite possible to get Christian Louboutin shoes 2013 sale , Mary Jane heels for around a 100 and additionally thirty lbs - and various other Louboutin shoes or boots at just a much lower price point. Some dealers are actually cashing in throughout the reality which superstars have brought fashion designer shoes or boots to the interest of the general public plus they are advertising look likewise shoes. Most women however, would rather conserve their revenue till they may be able provide a real set of Christian Louboutin or possibly Jimmy Choo footwear instead of a set that seems like them. Should you decide need genuine Christian Louboutin or perhaps Jimmy Choo shoes, purely like Kylie sports then chances are you needs to be searching for discount fashion designer shoes. Together with the popularity on this brand there are another significant knockoff replicas in circulation, that is painful Christian Louboutin. The couple waste funds with this prohibited reproduction business. If in case you are really in the market for fashion designer shoes, you will and choose the actual thing because not merely are you getting to put on the exact same shoes since the favorite motion picture hollywood film stars, however you also get footwear that final in length and appear better than most other people available to choose from. And endure yet not least, the standard related with your shoes is 2nd to none, since they happen to be usually Christian Louboutin Outlet UK handcrafted and also made with the greatest materials, which makes them extremely pleasurable. ----- Christian Louboutin outlet shoes Christian Louboutin uk sale Christian Louboutin uk outlet -- View this message in context: http://cygwin.1069669.n5.nabble.com/Christian-Louboutin-uk-outlet-tp98525.html Sent from the cygwin-xfree mailing list archive at Nabble.com. -- 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/ From Aron.Wahl@dialogic.com Thu May 9 14:12:00 2013 From: Aron.Wahl@dialogic.com (Aron Wahl) Date: Thu, 09 May 2013 14:12:00 -0000 Subject: No protocol specified error Message-ID: <81112A226353C44DAA5E53C84FDD3E50AA0D07DF@MBX.dialogic.com> Hello, I have the latest cygwin X server installed on my Win 7 laptop. I use it to get to get my Linux apps displayed on my laptop. It used to work all fine, but now for some reason, I get "no protocol specified" error when launching an app on Linux. (DISPLAY is correctly configured, xhost is correctly called, and it used to work fine) I have discovered now that when my PC has another ip address it does work correctly. (When I vpn to work). Although it used to work before regardless the IP address of the laptop Anybody any idea? Maybe some hidden lock file from a previous session that is not deleted? Thanks -- 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/ From lcdaccessory@gmail.com Wed May 15 05:11:00 2013 From: lcdaccessory@gmail.com (library) Date: Wed, 15 May 2013 05:11:00 -0000 Subject: cygwin-xfree Library cleaner Book sterilizer for distributor looking for Message-ID: <410-2201353155129248@ericpc> Dear cygwin-xfree, We just develop new device special for library book distributors. If you don't know where to find new products and how to make profits, Pls contact us for your interesting immediately. visit site at http://www.emetal.tw/protect/MF001.htm for library cleaner and http://www.emetal.tw/protect/UV001.htm for book sterilizer Sincerely, Eric Mayor eMetal Technology Ltd. 179-2, Sec. 3, Jianguo Rd., Fongshan City, Kaohsiung County 830, Taiwan Tel: +886-989707190 Fax: +886-7-7458015 www.emetal.tw/protect info@emetal.tw 10689 -- 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/ From steffen.dettmer@gmail.com Wed May 15 10:41:00 2013 From: steffen.dettmer@gmail.com (Steffen Dettmer) Date: Wed, 15 May 2013 10:41:00 -0000 Subject: Cygwin X Windows (xterm) and VirtuaWin: How to fix the refresh problem when switching virtual desktops Message-ID: Hi all in short: To make VirtuaWin refresh windows correctly when switching desktops, generate a window rule that uses "Hide by move" for the X windows. in more detail: Several people like virtual desktops. On Windows, they can be provided by a tool called VirtuaWin. However, together with Cygwin XServer there are issues with refreshing the X windows when switching desktops. I was annoyed for this known issue since years and every now and then I looked to the internet checking if a solution appeared. Interestingly such a solution exists [1] since years (2009) but I did not find it before - now I am so happy! As this had be questioned on this list but as far as I see without presenting the solution, I decided to write this mail. To make VirtuaWin refresh windows correctly when switching desktops, generate a window rule that uses "Hide by move" for X windows. This can be done by clicking with the middle mouse button on the title bar of an Cygwin X Windows window, such as an xterm, and select "Add Window Rule". In the dialog near bottom there is "Method for hiding the window", change it to "Hide by move window". Do not forget to press "Add" and "Apply" buttons afterwards. With middle-click titlebar and selecting "Info" it can be verified that instead of "Handling: Standard,Standard" now there should be "Handling Move,....". Please note that this might not instantly work for currently opened windows or windows on another desktop. Re-apply the rule on other desktops might help, a forum post [2] suggests rebooting (well, it's Windows). So just in case someone else lives with the same issue, I hope it helped that I repeated (copied) the solution [1] here. Regards, Steffen [1] http://sourceforge.net/projects/virtuawin/forums/forum/257054/topic/3413433 [2] http://sourceforge.net/projects/virtuawin/forums/forum/257054/topic/4089538 -- 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/ From jon.turney@dronecode.org.uk Wed May 15 14:07:00 2013 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Wed, 15 May 2013 14:07:00 -0000 Subject: Updated: xorg-server-1.14.1-1 (TEST) In-Reply-To: <51892A1E.3040506@dronecode.org.uk> References: <51892A1E.3040506@dronecode.org.uk> Message-ID: <519396A3.6010304@dronecode.org.uk> On 07/05/2013 17:21, Jon TURNEY wrote: > The following packages have been updated in the Cygwin distribution: > > *** xorg-server-*1.14.1-1 > > These packages contain XWin and the other X.Org X11 servers. > > These packages are currently available as a test release. These packages have been promoted from test to current. > Please try test releases and report problems to the Cygwin/X mailing list. > Testing helps ensure good releases! > > In addition to upstream fixes and improvements [1], this contains the > following cygwin-specific changes since 1.14.0-2: > > * Fix a potential crash on startup when less than 5 mouse buttons are reported > (a regression introduced in 1.14.0-1) > * [cygwin64] Workaround to correctly send WM_DELETE_WINDOW to the X client > when clicking on the native window frame's close button in multiwindow mode > * [cygwin64] Debug build and GLX build fixes > * [cygwin64] Fix OS version reporting > > 76cc1555fa54a7a32eda05cf22378eeb *xorg-server-1.14.1-1.tar.bz2 > 33f8d28f8cbc4f3fbd601f65811844b0 *xorg-server-common-1.14.1-1.tar.bz2 > 4038ce57ddcdfae930b9de1a66a50f5f *xorg-server-debuginfo-1.14.1-1.tar.bz2 > 15b06fbc62b7864349e13eb94b094507 *xorg-server-devel-1.14.1-1.tar.bz2 > 9475d4fee10e7265b9be4536cd01e492 *xorg-server-dmx-1.14.1-1.tar.bz2 > 1c0f6b82c6286fc0186a6aee2b36ab70 *xorg-server-extra-1.14.1-1.tar.bz2 > ff6af500aff8d2836578a5ad701b59a9 *xorg-server-1.14.1-1-src.tar.bz2 > > [1] http://lists.x.org/archives/xorg-announce/2013-April/002200.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- 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/ From info@primeshanghai.com Wed May 22 06:27:00 2013 From: info@primeshanghai.com (Vivian Jiang) Date: Wed, 22 May 2013 06:27:00 -0000 Subject: Order & Quotation Needed Message-ID: Please open the attached Notepad to view my order. -------------- next part -------------- A non-text attachment was scrubbed... Name: Quotation Needed.rtf Type: application/octet-stream Size: 1079 bytes Desc: not available URL: -------------- next part -------------- -- 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/ From echipamente.telefonice@gmail.com Tue May 28 21:16:00 2013 From: echipamente.telefonice@gmail.com (echipamente telefonice) Date: Tue, 28 May 2013 21:16:00 -0000 Subject: propunere de colaborare Message-ID: <20130528211532520.1A7520674A4218CF@Calin-PC> Buna ziua, Pe aceasta cale as dori cu accordul dvs. sa va prezint pe scurt firma noastra : Beia Consult International SRL Bucuresti (daca nu o cunoasteti d??j??) in vederea unei posibile colaborari viitoare . Activand in domeniul telefoniei si al telecomunicatiilor de peste 20 de ani este in continua extindere si cautare de noi parteneri si potentiali clienti printre care am fi onorati sa va numarati si dvs. Principalul domeniu de activitate il reprezinta comercializarea, montajul si mentenanta urmatoarelor echipamente: -centrale telefonice de mica si mare capacitate -microcentrale telefonice de secretariat -retele de centrale telefonice(Hipath 4000, A 4400) -console operator pentru centrala telefonica -telefoane digitale si analogice -casti operatoare telefonie -elemente de retea date-voce - cablare structurata - aplicatii software pentru centrale telefonice (Call-Center, VoIP, Voice-Mail, IVR) -telefoane analogice fixe sau fara fir DECT -si alte aplicatii Daca domeniul nostru de activitate prezinta interes pentru dvs. in viitorul apropiat va rugam sa ne contactati. SC Beia Consult International SRL Bucuresti Colaborator ing. Calin Dalota echipamente.telefonice@gmail.com 0740006769 http://www.beia.ro/ Daca nu mai doriti sa primiti mesaje de la noi sau considerati ca abonarea dvs s-a produs din greseala, va rugam sa acceptati scuzele noastre pentru neplacerile provocate si sa trimiteti un mail cu subiectul " Nu -- 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/