Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate the standalone console window on Windows #14

Open
mottosso opened this issue May 4, 2017 · 3 comments
Open

Eliminate the standalone console window on Windows #14

mottosso opened this issue May 4, 2017 · 3 comments

Comments

@mottosso
Copy link
Contributor

mottosso commented May 4, 2017

Goal

This can safely be hidden.

image

@davidlatwe
Copy link
Collaborator

Hi @mottosso
Has this console window been hidden on you guys end ?
I find that using windowless pythonw.exe and subprocess.Popen to run avalon-setup/avalon.py could do the trick:

pythonw -c "from subprocess import Popen; Popen(['avalon'], shell=True)"

@mottosso
Copy link
Contributor Author

Hey @davidlatwe, no I haven't looked into this yet, and admittedly it hasn't been an issue; quite the opposite, I find the information is quite useful at times.

Maybe showing it could be an opt-in, like an environment variable?

$ set AVALON_SHOW_CONSOLE=1

@davidlatwe
Copy link
Collaborator

and admittedly it hasn't been an issue; quite the opposite, I find the information is quite useful at times.

Oops, that's true, sorry, I forgot to mention that I was writing a .bat file for artists to start the launcher, so was looking for a magic cmd to hide this for them :P

Maybe showing it could be an opt-in, like an environment variable?

$ set AVALON_SHOW_CONSOLE=1

Ummm, I'll think about this, thanks !

tokejepsen pushed a commit to tokejepsen/launcher that referenced this issue Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants