public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Thomas Schweikle <tschweikle@gmail.com>
To: moss@cs.umass.edu
Cc: Cygwin <cygwin@cygwin.com>
Subject: Re: Cygwin/X11 on Windows 10
Date: Wed, 30 Sep 2020 09:23:00 +0200	[thread overview]
Message-ID: <CA+rGx5dDhacV0ynBooiaHsTdVxWZtFKcDCuvHckp2DHRHCJO+A@mail.gmail.com> (raw)
In-Reply-To: <2c7d0361-b78c-f2e9-01d6-17fc879c5c91@cs.umass.edu>

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 XLaunch is started with:
C:\cygwin\bin\run.exe /bin/xlaunch -p /usr/bin -run
/home/sct-muc/.config/XLaunch/config.xlaunch

config.xlaunch holds:
<?xml version="1.0" encoding="UTF-8"?>
<XLaunch WindowMode="MultiWindow" ClientMode="NoClient" LocalClient="True"
 Display="0" RemoteProtocol="" LocalProgram="xterm" RemoteProgram="xterm"
 RemoteHost="" RemoteUser="" XDMCPHost="" XDMCPBroadcast="False"
 XDMCPIndirect="False" Clipboard="True" ExtraParams="" Wgl="True"
 DisableAC="False" XDMCPTerminate="False" SSHKeyChain="False"
 SSHTerminal="True" ExtraSSH=""/>



On Tue, Sep 29, 2020 at 2:30 PM Eliot Moss <moss@cs.umass.edu> wrote:

> 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 package selected needed beyond what is given in upper mentioned
>  > handbook online?
>  >
>  > If I start "XWin.exe -multiwindow" directly it starts and finishes
>  > immediately. The recommended idea of creating an
>  > executable "~/.startxwinrc" holding only "exec sleep infinity" does not
>  > help. Same behaviour as before. Any other suggestions?
>
> startxwin is in the xinit package.  Personally I use xlaunch, in the
> xlaunch package.  xlaunch with no arguments fires up a GUI where you
> can configure it and save an xlaunch file, e.g., ~/config.xlaunch.
> I put a link to xlaunch in my Windows task bar, with the follow
> command line it:
>
> C:\cygwin64\bin\run.exe /bin/xlaunch -p /usr/bin -run
> /home/moss/config.xlaunch
>
> You'll need to change paths for your file locations, of course.
>
> It uses startxwin.  Below is my personal .startxwinrc file for a sample.
> It
> starts a couple of xterm windows and an emacs, all iconized.  The emacs
> geometry suits my high resolution screen.  The "wait" is important -
> otherwise
> things exit immediately and the X server terminates.
>
> #!/bin/bash
>
> xrdb -merge ${HOME}/.Xdefaults
> xmodmap ${HOME}/.Xmodmap
>
> UC="${USER} console"
> xterm +tb -geometry 110x62+4+0  -T "${USER}" -n "${USER}" -name "${USER}"
> -bg rgbi:.0/.2/.2    -ls
> -iconic &
> xterm +tb -geometry 110x62-10+0 -T "${UC}"   -n "${UC}"   -name "${UC}"
>  -bg rgbi:.5/.0/.1    -ls
> -iconic &
> emacs --chdir=${HOME} --no-splash --iconic --geometry=130x60+100+100 -T
> emacs &
> wait
> --
> Problem reports:      https://cygwin.com/problems.html
> FAQ:                  https://cygwin.com/faq/
> Documentation:        https://cygwin.com/docs.html
> Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
>


-- 
Thomas

  reply	other threads:[~2020-09-30  7:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-29 10:26 Thomas Schweikle
2020-09-29 12:05 ` Thomas Schweikle
2020-09-29 12:27 ` Eliot Moss
2020-09-30  7:23   ` Thomas Schweikle [this message]
2020-09-30 13:41     ` Eliot Moss
2020-09-30 17:20     ` Marco Atzeri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+rGx5dDhacV0ynBooiaHsTdVxWZtFKcDCuvHckp2DHRHCJO+A@mail.gmail.com \
    --to=tschweikle@gmail.com \
    --cc=cygwin@cygwin.com \
    --cc=moss@cs.umass.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).