public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Marco Atzeri <marco.atzeri@gmail.com>
To: cygwin@cygwin.com
Subject: Re: xterm does not launch from a local shell after upgrade...
Date: Tue, 24 Mar 2015 17:57:00 -0000	[thread overview]
Message-ID: <55119E19.9020905@gmail.com> (raw)
In-Reply-To: <20150324100348.d6168d22c01192821051a28fc2a78025.1ad0453a10.wbe@email16.secureserver.net>



On 3/24/2015 6:03 PM, gary.barnes@datasoft.com wrote:
> I had not upgraded in sometime the last setup.exe I had downloaded was
> 12/18/2014 then most recently 3/18/2015.
>

> After completing the install/upgrades I attempt to restart xwin via
> startxwin command. Now I get an instance appearing on my task bar and in
> the typical iconized item in the task list, I also now have an active
> application showing in the upper left hand corner of my display. When I
> attempt to launch xterm, or any other xapplication,  from the Cygwin
> command line it responds ‘xterm: Xt error: Can't open display:’ or
> associated applications name. If I attempt to launch xterm from a
> Windows desktop shortcut ‘C:\cygwin\bin\run.exe -p /usr/X11R6/bin
> xterm -display 127.0.0.1:0.0 -ls +ah -aw -rightbar -sb -sl 1000
> /bin/bash’ a window flashes on the screen and disappears. I have

change in:
  run -p /usr/bin xterm -display :0.0 -ls +ah -aw -rightbar -sb -sl 1000 
/bin/bash

Currently the Xserver is not using anymore TCP connection
so 127.0.0.1 is causing the "Can't open display"
see "-nolisten tcp' deafult on:

https://www.cygwin.com/ml/cygwin-xfree-announce/2015-02/msg00014.html

/usr/X11R6/bin
   is not used by long time

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

  reply	other threads:[~2015-03-24 17:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-24 17:26 gary.barnes
2015-03-24 17:57 ` Marco Atzeri [this message]
2015-04-10  7:55 ` visitor

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=55119E19.9020905@gmail.com \
    --to=marco.atzeri@gmail.com \
    --cc=cygwin@cygwin.com \
    /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).