Hi!
For some time now the Sushi preview doesn’t open anymore in my Nautilus.
OS: Silverblue 43.20260408.0 (latest)
Nautilus: 49.5-1.fc43.x86_64 (latest)
Sushi: 46.0 installed as flatpak from flathub (latest)
As far as I understand these components are all installed by default, and are the latest available version.
Sushi does work when I run it on the command line.
But Nautilus cannot start it. In the DBus log I see an “InvalidArgs” error.
method call time=1775649800.875242 sender=:1.250 → destination=org.freedesktop.DBus serial=14 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RequestName
string “org.gnome.NautilusPreviewer”
uint32 4
signal time=1775649800.875270 sender=org.freedesktop.DBus → destination=(null destination) serial=4294967295 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
string “org.gnome.NautilusPreviewer”
string “”
string “:1.250”
signal time=1775649800.875280 sender=org.freedesktop.DBus → destination=:1.250 serial=4294967295 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
string “org.gnome.NautilusPreviewer”
method return time=1775649800.875287 sender=org.freedesktop.DBus → destination=:1.250 serial=4294967295 reply_serial=14
uint32 1
method call time=1775649800.875551 sender=:1.216 → destination=:1.250 serial=221 path=/org/gnome/NautilusPreviewer; interface=org.freedesktop.DBus.Properties; member=GetAll
string “org.gnome.NautilusPreviewer2”
error time=1775649800.875661 sender=:1.250 → destination=:1.216 error_name=org.freedesktop.DBus.Error.InvalidArgs reply_serial=220
string “Il tipo di messaggio «(ssb)» non corrisponde al tipo atteso «(ssbs)»”
I’ve obtained this log with this command:
dbus-monitor "destination='org.gnome.NautilusPreviewer'" "sender='org.gnome.Nautilus'"
Any ideas about what I’m doing wrong?
Thanks