Downgrade to zbus 4 in cosmic-files-applet to fix file manager interface
This commit is contained in:
parent
acf5295c48
commit
4be92ae8ca
2 changed files with 125 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
zbus = "5"
|
||||
zbus = "4" # Blocking connection in zbus 5 hangs
|
||||
|
||||
[dependencies.cosmic-files]
|
||||
path = ".."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue