Linux URI handling (WIP) #122

Merged
alexliebowitz merged 1 commit from linux-uris into windows-linux-uris 2017-05-12 22:47:43 +02:00
alexliebowitz commented 2017-05-11 19:30:54 +02:00 (Migrated from github.com)

Still left to do: get single-instance app mode working on Linux.

In theory, it should work the same as Windows without any changes. The problem is that app.makeSingleInstance() is always returning true on Linux, meaning "this is the not the original process and the app should close." Probably an Electron bug, but there might be a workaround, and the worst case is that we implement a similar system from scratch.

Still left to do: get single-instance app mode working on Linux. In theory, it should work the same as Windows without any changes. The problem is that `app.makeSingleInstance()` is always returning true on Linux, meaning "this is the not the original process and the app should close." Probably an Electron bug, but there might be a workaround, and the worst case is that we implement a similar system from scratch.
kauffj commented 2017-05-12 22:47:39 +02:00 (Migrated from github.com)

Even in this state, it seems better than not having it at all.

Even in this state, it seems better than not having it at all.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#122
No description provided.