Multiple instances cause problems #11
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
Dependencies
No dependencies set.
Reference: mhu/gds-render#11
Loading…
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?
Starting the application 2 times, the second instance detects the first one and merges in there.
Due to the static design of the layer selector, this breaks literally everything. Don't try this. It's very unpleasing.
An easier fix is to change the GApplication options to G_APPLICATION_NON_UNIQUE. Opening the same program again will therefore not cause a merge of these applications.