X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=pyr3j7bMM5CP997xMXkzflYgFMD9X R0nn9PnJzaKRLocEIO0mADBFu1UNPNzQaaCuf/nUCKK5X9mi5y20aesELamp+DpZ eCbSxS0Qo9p2eRr8LpNuzm2fkJF4LwEquLbFfL/9acOsUP3wb2cJq/VDCv/T60c9 VwWe5S5azPeGU8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=2/sblkT8mJegui0m7kr6NPfY5Nc=; b=Swq w+AoKT0IxGBolBM1Q8v6ywR5zWKk37N3Ysw63N/cOlxqXcPNlkj+q/WjNZHmavTQ 1a8hF4HasipPx9qidxJ3IinoRr46D+Vw5o9Z/b8ktjC1CWhnrDn3c9H6MVnGfMYn wJrAZqqtSppVliqySZfO2wiCcCJUIWhXxyTVMrN4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=DISPLAY X-HELO: mail-qt0-f181.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=4uuHlJAHf7iAnn4uXWba0Y8mAU6xhjwOL0VsVxY+eyg=; b=C+C/oqkw1Gosgh/KsXO6JKEdAB/SJyHHUgUgHYHM34W4TD95jkzHu5r8IjyGFsOC/C b4rzTfbV0xRcGhvs4qk4I8w4qIlzVd1ip1ERIk4pWNbiI2LkJ9VUXopcpKArRid8iuTi o0AEkyv6z3MbZ2TD2EKM/Gz74LQbl6epnno5xqgCSjaqC8RMhM6JtgCJnZ2vtsZ0oHbS OwBv22CdwPhmO6UX/KI6uXTnDs6pOYaFAnAQ+J9h+pULcM4vAFo1/cUfC0AldRRsgEhM TJtZ4OZyYWNmejvM4tqv0rPdTIpCkoHNLifK8LaRaqL9EqDlGRkIEibFmJs5WMS/M9Cs 6pKA== X-Gm-Message-State: AODbwcAR61i9gDWWbjd0NE8t6p9sLQMgdVqRU/0cl2Ib4Y2j2tcoec5C aZSeYQaZpTg8wq/18No/6LkYXAF/ibSI X-Received: by 10.55.195.199 with SMTP id r68mr39204053qkl.23.1496848737265; Wed, 07 Jun 2017 08:18:57 -0700 (PDT) MIME-Version: 1.0 From: Ugly Leper Date: Wed, 7 Jun 2017 16:18:56 +0100 Message-ID: Subject: Starting a xterm window To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" Just getting a problem: this used to work but has stopped! From within bash I can type $ run XWin -clipboard -nolock -multiwindow 2>/dev/null & $ /bin/xterm -display :0.0 and I am in a xterm window. Good; as intended. If I want to enter xterm straight from a Windows command prompt I try G:\> bin\run bin\XWin -clipboard -nolock -multiwindow 2>nul & G:\> bin\xterm -display :0.0 but line 2 gives /usr/bin/xterm: Xt error: Can't open display: :0.0 /usr/bin/xterm: DISPLAY is not set Any ideas? (This used to work, it really did ...) -- 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