Skip to content

Commit 4be92ae

Browse files
committed
Downgrade to zbus 4 in cosmic-files-applet to fix file manager interface
1 parent acf5295 commit 4be92ae

File tree

2 files changed

+125
-2
lines changed

2 files changed

+125
-2
lines changed

Cargo.lock

Lines changed: 124 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cosmic-files-applet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
log = "0.4"
8-
zbus = "5"
8+
zbus = "4" # Blocking connection in zbus 5 hangs
99

1010
[dependencies.cosmic-files]
1111
path = ".."

0 commit comments

Comments
 (0)