-
Notifications
You must be signed in to change notification settings - Fork 520
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
use GUI on multiple VNC sessions on linux server simultaneously #1066
Comments
I need more details from the application to be able to troubleshoot further. Please check the logs created at I'm not aware of why using VNC would prevent another user from launching the app, but this isn't an area that I've used (it's also been a couple of decades since I used a VNC client and server in anger). |
Thank you for your issue! |
Hi there, sorry that it took me so long.
In fact, for user2 there is no |
Please reopen if you have anything else to add. Otherwise I'm going to close this out due to inactivity. |
The feature request
We have a server running on ubuntu 20.04. We have git and github-desktop installed. When I connect via ssh to the server with user1 and use VNC to have a graphical desktop interface. I can start github-desktop and use it. If user2 connects to the server via ssh at the same time and uses their own VNC session, starting github-desktop does not work (no error message given). Only if user1 closes their github-desktop GUI, then user2 can successully start their github-desktop session. Is there a way that user1 and user2 can both use github-desktop at the same time?
Proposed solution
Maybe there is an obvious solution to this, that I am not familiar with? Something like installing github-desktop for each user individually in some way? Any help on this much appriciated!
Additional context
Why do we need this feature? We have a comlex data evaluation software running on our server. Multiple users make changes to the data evaluation (i.e. changing software parameters in a variety of text files) and we track these changes using git. Our workflow would certainly benefit from being able to use the github-desktop GUI in multiple sessions at the same time.
The text was updated successfully, but these errors were encountered: