-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add "force-new-window" argument to launcher #725
Conversation
@JAFeltran , why do you need this option? |
When trying to access the GUI using SSH on Windows, the |
In this case, isn't it better to fix the bug instead of creating this option? |
I investigated it and couldn't really find out how to fix the bug, especially since I don't have a Windows computer to do the testing. It actually doesn't even return an error that can be treated with |
I understand, @JAFeltran. Good call! In this case, if we simply bypass the check when we recognize the OS is windows, would it solve the problem? What do you think of this approach? |
Thanks! Unfortunately, I don't think this would work, as the problem is specifically when a Windows computer uses SSH to access a Linux computer and open the interface. So, it wouldn't be able to recognize the OS as Windows. We can still add the bypass though, as it may be useful, but it won't solve this particular problem. |
Adds the --force-new-window argument to sirius-hla-as-ap-launcher, an argument that allows bypassing any checks and the creation of a new window.