Make GajuDesk run in its own zx instance #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
People do surprising things, and GajuDesk and GajuMine running in the same instance doesn't work smoothly for some of those cases.
For example, on MacOS (of course it would be MacOS) only one instance of a managed application can be running at a given time (so convenient! thanks, Apple!) so if you launch GajuMine, then from GajuMine launch GajuDesk, then close GajuMine, then try to open GajuMine again, it won't open because Apple believes it is still running (as the original instance has not unblocked the launcher yet).
The "Open GajuDesk" button should open GajuDesk in a separate zx instance instead of adding it to the current one.