Re: Cygwin/X11 on Windows 10

2020-09-30 Thread Marco Atzeri via Cygwin
On 30.09.2020 09:23, Thomas Schweikle via Cygwin wrote: Tried it. Does not work. X11 is fired up and terminates immediately. I am using: ~/.startxwinrc: #!/bin/bash xterm & exec sleep infinity changing "exec sleep infinity" to wait does not change anything. "~/.startxwinrc" is mode 0755: -rwxr-x

Re: Cygwin/X11 on Windows 10

2020-09-30 Thread Eliot Moss
On 9/30/2020 3:23 AM, Thomas Schweikle wrote: > Tried it. Does not work. X11 is fired up and terminates immediately. I am using: > ~/.startxwinrc: > #!/bin/bash > xterm & > exec sleep infinity > > changing "exec sleep infinity" to wait does not change anything. "~/.startxwinrc" is mode 0755: > -

Re: Cygwin/X11 on Windows 10

2020-09-30 Thread Thomas Schweikle via Cygwin
Tried it. Does not work. X11 is fired up and terminates immediately. I am using: ~/.startxwinrc: #!/bin/bash xterm & exec sleep infinity changing "exec sleep infinity" to wait does not change anything. "~/.startxwinrc" is mode 0755: -rwxr-xr-x 1 sct-muc user 42 30. Sep 09:12 .startxwinrc And

Re: Cygwin/X11 on Windows 10

2020-09-29 Thread Eliot Moss
On 9/29/2020 6:26 AM, Thomas Schweikle via Cygwin wrote: > Hi! > > I've managed to install cygwin/X on Windows 10. Now I'm looking for command > "startxwin" -- does not seen to exist. If following instructions from > https://x.cygwin.com/docs/ug/setup.html it should be installed? Or is an > extra

Re: Cygwin/X11 on Windows 10

2020-09-29 Thread Thomas Schweikle via Cygwin
The documentation given at https://x.cygwin.com/docs/ug/setup.html isn't really clear about what packages shall be selected. It only states one awaiting all others pulled in as dependencies. Since this isn't true it might be better to give a list which ones to select. Now the next problem: xinit: