Re: X/Cygwin icon proposal

2004-03-13 Thread Earle F. Philhower III
Hi Harold, Attached please find a patch against 4.3.0.54 that: . Adds TRAYICON iconidentifier to the .xwinrc file parser which lets you, surprisingly enough, change the tray icon . Adds file.dll,XX parsing to the icon loader to support grabbing icons from inside DLL or EXEs . Adds ,XX parsing

Re: X/Cygwin icon proposal

2004-03-13 Thread Harold L Hunt II
Earle, Just about off to bed at the moment... but figured it would probably be easier if you commit this patch directly. Can you send me, privately, an ssh DSA public key, preferred user name, and preferred email forwarding address? I can create you an account on freedesktop.org tomorrow

xhost/display oddities

2004-03-13 Thread Chris Green
Can anyone explain the following regarding xhost, display permissions, etc. I have an /etc/X0.hosts file with the following in it:- 127.0.0.1 If I open a Cygwin win2k console window I can run rxvt and an rxvt window pops up successfully. It's using the above X0.hosts permission because if

Re: xhost/display oddities

2004-03-13 Thread Chris Green
On Sat, Mar 13, 2004 at 11:56:28AM +, Chris Green wrote: However if I try and run xhost it says 'unable to open display ' and similarly xlsfonts says the same thing. How does rxvt know to try and open display 127.0.0.1:0.0 whereas xhost and xlsfonts (and others presumably) just have

Re: xhost/display oddities

2004-03-13 Thread Chris Green
On Sat, Mar 13, 2004 at 12:03:58PM +, Chris Green wrote: On Sat, Mar 13, 2004 at 11:56:28AM +, Chris Green wrote: However if I try and run xhost it says 'unable to open display ' and similarly xlsfonts says the same thing. How does rxvt know to try and open display

Re: x-start-menu-icons doesn't install on a W2K german OS

2004-03-13 Thread Benjamin Riefenstahl
Hi Igor, Igor Pechtchanski [EMAIL PROTECTED] writes: This is probably an ASCII vs Unicode issue. Most of Cygwin calls the ASCII versions of the Windows API. I'm not sure Cygwin is even Unicode-aware. Windows uses Unicode internally to encode the filenames. It's probably that some program

Re: x-start-menu-icons doesn't install on a W2K german OS

2004-03-13 Thread Benjamin Riefenstahl
Benjamin Riefenstahl [EMAIL PROTECTED] writes: and IBM encodings are identified by their number in IBM's codepage and OEM encodings ...

Take 5O% off Gener|ic online odysseus

2004-03-13 Thread Herschel Bouchard
Gene'ric Cialis get hard upto 36 hours http://Ronald.der5dxcx.com/ti/ andromeda scoot tientsin anionic manhood deduct loaf racial bias dilution = vehicular acquisitive basketball bee hadamard officeholder lana perquisite= serviceberry anodic coffin absinthe soignee drop aniline clairvoyant

Re: xhost/display oddities

2004-03-13 Thread Igor Pechtchanski
On Sat, 13 Mar 2004, Chris Green wrote: On Sat, Mar 13, 2004 at 11:56:28AM +, Chris Green wrote: However if I try and run xhost it says 'unable to open display ' and similarly xlsfonts says the same thing. How does rxvt know to try and open display 127.0.0.1:0.0 whereas xhost and

-clipboard not working?

2004-03-13 Thread Ben Jackson
Hi, I've been recently unable to paste into windows apps from x apps (since about -50 release I think). The windows apps just hang. I've seen some info on this on the list, but I didn't see a fix :x There doesn't appear to be anything of note in /tmp/XWin.log and I just upgraded to all the latest

Xview ported to Cygwin

2004-03-13 Thread Erik Morre Pedersen
Does anybody know of any port of Xview libraries to cygwin? Regards Erik Morre Pedersen e-mail:[EMAIL PROTECTED]

Re: xhost/display oddities

2004-03-13 Thread Alexander Gottwald
Igor Pechtchanski wrote: What's odd, is using the value 127.0.0.1:0.0 for DISPLAY, when XWin runs on :0.0 by default. XWin listens on TCP and Unix sockets. 127.0.0.1:0 is a TCP display, :0.0 is a unix socket. bye ago NP: VNV Nation - Untitled -- [EMAIL PROTECTED] http://www.gotti.org

G*eneric..Half Price G-uaranteed .. twosome

2004-03-13 Thread Rogelio Gore
Gene'ric Cialis get hard upto 36 hours http://Walter.der5dxcx.com/ti/ orgiastic gunky paulson sought caviar beginner transylvania postgraduate c= omfort haag saturnalia immoderate r's curse handyman curtis foxglove exclu= sionary relish pavlov louisville chang anaerobic cambrian dutton sequoia

Re: x-start-menu-icons doesn't install on a W2K german OS

2004-03-13 Thread Harold L Hunt II
I think I have half of a fix for this (will need it to be tested, the sooner the better). The script was using 'cygpath -A -P' to save the path to the icon folder in a shell variable. I figured it might be better to instead pass '-A -P' to mkshortcut directly, since it can handle those

Re: x-start-menu-icons doesn't install on a W2K german OS

2004-03-13 Thread Harold L Hunt II
Oh darn, it will be slightly more complex than I had hoped. We will actually have to add an option to mkshortcut to have it create all folders on the specified path, because it fails if the folders do not exist and we have the same problem if we create the folders from our shell script. Ugh.