feat: try to gracefully shut down settings daemon when exiting
This commit is contained in:
parent
2612282fcf
commit
60ff2241ed
3 changed files with 36 additions and 16 deletions
|
|
@ -13,9 +13,9 @@ color-eyre = "0.6"
|
|||
futures-util = "0.3"
|
||||
cosmic-dbus-a11y = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
|
||||
launch-pad = { git = "https://github.com/pop-os/launch-pad" }
|
||||
# launch-pad = { git = "https://github.com/pop-os/launch-pad" }
|
||||
itertools = "0.12"
|
||||
#launch-pad = { git = "https://github.com/pop-os/launch-pad", branch = "remove-sync-bounds" }
|
||||
launch-pad = { git = "https://github.com/pop-os/launch-pad", branch = "feat-graceful-stop" }
|
||||
libc = "0.2"
|
||||
log-panics = { version = "2", features = ["with-backtrace"] }
|
||||
rustix = "0.38"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue