Implement unified logout path #40
No reviewers
Labels
No labels
bug
duplicate
enhancement
future
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
albert/shepherd-launcher!40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "u/albert/fix/logout-fixes"
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?
All forms of logout:
now do the following:
swaymsg exitThis resolves an issue where after logging out with the HUD button, the API server stayed up. On the next boot, since the server doesn't know about the new session, it won't receive events regarding the currently running activity. This makes it impossible to extend or cancel it.