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

Feature Request: aSPICE multiple instances #583

Open
sim4dim opened this issue Sep 13, 2024 · 3 comments
Open

Feature Request: aSPICE multiple instances #583

sim4dim opened this issue Sep 13, 2024 · 3 comments

Comments

@sim4dim
Copy link

sim4dim commented Sep 13, 2024

It is critical to have multiple instances of aSPICE running on the same Mac in order to connect to different hosts at the same time. Perhaps to have aSPICE launcher window and drag and drop .vv files there to spawn new windows.

@iiordanov
Copy link
Owner

iiordanov commented Sep 14, 2024 via email

@iiordanov
Copy link
Owner

iiordanov commented Nov 23, 2024

Installing the MacOS version of the app, and using a terminal, we can open multiple instances like this at the moment:

open -n -a aSPICE.app ~/Downloads/Hr2kxHtV.vv 
open -n -a aSPICE.app ~/Downloads/e4mCPfYW.vv 

@iiordanov
Copy link
Owner

Ideally, the app should support multiple windows and be able to launch new connections in new windows via something like:

https://developer.apple.com/documentation/uikit/uiscenedelegate/supporting_multiple_windows_on_ipad

But that would require major surgery to the VNC, SPICE, and RDP backends to ensure they can all run multiple sessions simultaneously without overwriting each other's session data.

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