Re: FW: How to create an icon to startx with no extra CMD.EXE window

2008-04-09 Thread Holger Krull
Siegfried Heintze (Aditi) schrieb: I use: E:\cygwin\bin\bash.exe -c -l 'run bash -c -l "CYGWIN=server Xwin.exe :0 -query 192.168.11.1 -from 192.168.11.2 -once -dpi 120 &" ' If you don't have cygserver running you should delete CYGWIN=server, if you don't need larger fonts delete -dpi 120

RE: FW: How to create an icon to startx with no extra CMD.EXE window

2008-04-09 Thread Siegfried Heintze (Aditi)
>I use: >E:\cygwin\bin\bash.exe -c -l 'run bash -c -l "CYGWIN=server Xwin.exe :0 -query >192.168.11.1 -from 192.168.11.2 -once -dpi 120 &" ' >If you don't have cygserver running you should delete CYGWIN=server, if you >don't need larger fonts delete -dpi 120 Very interesting. Could you kindly

Re: [ITA] xfig/xfig-lib: An interactive drawing tool

2008-04-09 Thread Angelo Graziosi
Dr. Volker Zell ha scritto: I would like to adopt and maintain the 'xfig/xfig-lib' packages from Harold Hunt. The procedure of installing 3.2.4-7 removes the previous 3.2.4-6, so the link app-defaults -> /etc/X11/app-defaults in /usr/X11R6/lib/X11/ is lost and the new postinstall script (xf

Re: FW: How to create an icon to startx with no extra CMD.EXE window

2008-04-09 Thread xerces8
If you just want a shell running, you can use this: C:\cygwin\bin\rxvt.exe -sl 5000 -fn 20 -bg black -fg white -sr -e bash --login -i (I have that as a shortcut in my start menu) (it is not xterm, but rxvt. It works without X.) Regards, David -Original Message- From: "Siegfried Heintze

Re: FW: How to create an icon to startx with no extra CMD.EXE window

2008-04-09 Thread Holger Krull
Phil Betts schrieb: Thomas Dickey wrote on Wednesday, April 09, 2008 1:35 AM:: On Tue, 8 Apr 2008, Siegfried Heintze (Aditi) wrote: But I have this ugly console hanging around. When I kill it, it kills X as well. Is there a way to have an icon that does not create a superfluous console window