Skip to content

Commit

Permalink
fix: Use dbus-rs backend of notify-rust to fix busy loop issue
Browse files Browse the repository at this point in the history
Corresponds to pop-os/upgrade#190.

Fix for pop-os/pop#1792.
  • Loading branch information
ids1024 authored and mmstick committed Jul 9, 2021
1 parent 9de4181 commit 607595a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 240 deletions.
239 changes: 1 addition & 238 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions notify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ fwupd = []
fomat-macros = "0.3"

[dependencies]
notify-rust = "4.5"
notify-rust = { version = "4.5", default-features = false, features = ["dbus"] }
firmware-manager = { path = "../" }
i18n-embed = { version = "0.12.0", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.5.0"
rust-embed = "5.9.0"
once_cell = "1.7.2"
once_cell = "1.7.2"

0 comments on commit 607595a

Please sign in to comment.