Multiple instances cause problems #11

Closed
opened 2019-03-13 22:45:04 +01:00 by mhu · 1 comment
Owner

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.

  • This can be fixed by creating an object for the layer selector.
  • During this restructuring, the drag and drop code should be moved from the layer element to the layer selector.
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. * This can be fixed by creating an object for the layer selector. * During this restructuring, the drag and drop code should be moved from the layer element to the layer selector.
Author
Owner

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.

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.
mhu closed this issue 2019-03-14 19:01:07 +01:00
mhu referenced this issue from a commit 2019-03-14 19:03:34 +01:00
Sign in to join this conversation.
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

0001-01-01

Dependencies

No dependencies set.

Reference: mhu/gds-render#11
No description provided.