Downgrade to zbus 4 in cosmic-files-applet to fix file manager interface

This commit is contained in:
Jeremy Soller 2025-10-17 16:14:25 -06:00
parent acf5295c48
commit 4be92ae8ca
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
2 changed files with 125 additions and 2 deletions

View file

@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
log = "0.4"
zbus = "5"
zbus = "4" # Blocking connection in zbus 5 hangs
[dependencies.cosmic-files]
path = ".."