You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rjakobs
changed the title
Single Instance Lock returns exit code 1 on .ilnu
Single Instance Lock returns exit code 1 on Linux
Sep 3, 2024
rjakobs
changed the title
Single Instance Lock returns exit code 1 on Linux
Single Instance Lock: Launching second instance returns exit code 1 on Linux
Sep 3, 2024
Description
Linux only
If you launch the seconde instance from commandline you will get 1 as exit code.
To Reproduce
Expected behaviour
Getting an exit code of 0
Screenshots
No response
Attempted Fixes
No response
System Details
Additional context
Reason seams to be in
wails/v2/internal/frontend/desktop/linux/single_instance.go
Line 75 in 3721d73
unlike in darwin/windows single_instance.go where it leads to
os.Exit(0)
.I don't know if it's by intention or really a bug.
The text was updated successfully, but these errors were encountered: