Flent-users discussion archives
 help / color / mirror / Atom feed
* [Flent-users] [tohojo/flent] flent-gui not launching from Cygwin environment on Windows 10 (#159)
@ 2019-03-19 20:29 cklatsky
  2019-03-19 21:07 ` Toke Høiland-Jørgensen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cklatsky @ 2019-03-19 20:29 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed


[-- Attachment #1.1: Type: text/plain, Size: 1523 bytes --]

Hi,

I have a new setup that I am trying to get Flent gui to run, so I may view test output files.  The setup is Cygwin environment running on Windows 10.  Cygwin definition copied below from Wikipedia.  I have all the packages installed successfully, but I get this output when trying to launch the gui:
CKlats000@HQSWL-c029872 ~
$ flent --new-gui-instance
Started Flent 1.2.2 using Python 2.7.15.
font search path ['/usr/lib/python2.7/site-packages/matplotlib/mpl-data/fonts/ttf', '/usr/lib/python2.7/site-packages/matplotlib/mpl-data/fonts/afm', '/usr/lib/python2.7/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts']
generated new fontManager
Initialised matplotlib v2.2.4 on numpy v1.11.2.
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-CKlats000'
qt.qpa.screen: QXcbConnection: Could not connect to display
Could not connect to any X display.

I am thinking maybe it is just some environment variable that needs to be set, but not sure which one.  Any suggestions?

+++++++++ Cygwin environment summary+++++++++
Cygwin is a POSIX-compatible environment that runs natively on Microsoft Windows. Its goal is to allow programs of Unix-like systems to be recompiled and run natively on Windows with minimal source code modifications by providing them with the same underlying POSIX API they would expect in those systems. Wikipedia

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/159

[-- Attachment #1.2: Type: text/html, Size: 3112 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Flent-users] [tohojo/flent] flent-gui not launching from Cygwin environment on Windows 10 (#159)
  2019-03-19 20:29 [Flent-users] [tohojo/flent] flent-gui not launching from Cygwin environment on Windows 10 (#159) cklatsky
@ 2019-03-19 21:07 ` Toke Høiland-Jørgensen
  2019-03-28 17:41 ` cklatsky
  2019-03-28 17:41 ` cklatsky
  2 siblings, 0 replies; 4+ messages in thread
From: Toke Høiland-Jørgensen @ 2019-03-19 21:07 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed


[-- Attachment #1.1: Type: text/plain, Size: 1361 bytes --]

cklatsky <notifications@github.com> writes:

> Hi,
>
> I have a new setup that I am trying to get Flent gui to run, so I may view test output files.  The setup is Cygwin environment running on Windows 10.  Cygwin definition copied below from Wikipedia.  I have all the packages installed successfully, but I get this output when trying to launch the gui:
> CKlats000@HQSWL-c029872 ~
> $ flent --new-gui-instance
> Started Flent 1.2.2 using Python 2.7.15.
> font search path ['/usr/lib/python2.7/site-packages/matplotlib/mpl-data/fonts/ttf', '/usr/lib/python2.7/site-packages/matplotlib/mpl-data/fonts/afm', '/usr/lib/python2.7/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts']
> generated new fontManager
> Initialised matplotlib v2.2.4 on numpy v1.11.2.
> QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-CKlats000'
> qt.qpa.screen: QXcbConnection: Could not connect to display
> Could not connect to any X display.
>
> I am thinking maybe it is just some environment variable that needs to
> be set, but not sure which one.  Any suggestions?

This is probably because you haven't started the X server. See
https://x.cygwin.com/docs/ug/using.html


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/159#issuecomment-474584896

[-- Attachment #1.2: Type: text/html, Size: 4384 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Flent-users] [tohojo/flent] flent-gui not launching from Cygwin environment on Windows 10 (#159)
  2019-03-19 20:29 [Flent-users] [tohojo/flent] flent-gui not launching from Cygwin environment on Windows 10 (#159) cklatsky
  2019-03-19 21:07 ` Toke Høiland-Jørgensen
@ 2019-03-28 17:41 ` cklatsky
  2019-03-28 17:41 ` cklatsky
  2 siblings, 0 replies; 4+ messages in thread
From: cklatsky @ 2019-03-28 17:41 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed


[-- Attachment #1.1: Type: text/plain, Size: 294 bytes --]

Hi Toke,

Got it.  Started the X server, then I was able to launch flent --new-gui-instance

Thanks!
-Carl

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/159#issuecomment-477700465

[-- Attachment #1.2: Type: text/html, Size: 1977 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Flent-users] [tohojo/flent] flent-gui not launching from Cygwin environment on Windows 10 (#159)
  2019-03-19 20:29 [Flent-users] [tohojo/flent] flent-gui not launching from Cygwin environment on Windows 10 (#159) cklatsky
  2019-03-19 21:07 ` Toke Høiland-Jørgensen
  2019-03-28 17:41 ` cklatsky
@ 2019-03-28 17:41 ` cklatsky
  2 siblings, 0 replies; 4+ messages in thread
From: cklatsky @ 2019-03-28 17:41 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed


[-- Attachment #1.1: Type: text/plain, Size: 194 bytes --]

Closed #159.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/159#event-2237089036

[-- Attachment #1.2: Type: text/html, Size: 2059 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-28 18:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-19 20:29 [Flent-users] [tohojo/flent] flent-gui not launching from Cygwin environment on Windows 10 (#159) cklatsky
2019-03-19 21:07 ` Toke Høiland-Jørgensen
2019-03-28 17:41 ` cklatsky
2019-03-28 17:41 ` cklatsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox