Prevent multiple instances of the application from being opened #142
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-02#142
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?
Currently it's possible to open multiple instances of the application. Ideally if you try to open pybitmessage more than once it should just focus on the original instance - i.e. enforce a single instance.
Just some input: For a cross-platform solution, a lock file might do the job. There's also a library "tendo" which may be able handle this for the major platforms.
Please mark as closed.