feat: try to gracefully shut down settings daemon when exiting

This commit is contained in:
Ashley Wulber 2024-11-21 14:33:21 -05:00 committed by Ashley Wulber
parent 2612282fcf
commit 60ff2241ed
3 changed files with 36 additions and 16 deletions

View file

@ -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"