-
ilac
In 1.9.5 opening of images does not seem to trigger any action?
-
ilac
(flatpak version)
-
meson
ilac, do you see anything relevant in the debug log? View -> Debug Console -> Log or press Shift+Ctrl+X
-
ilac
meson, nothing at all.
-
ilac
Even with --verbose.
-
meson
also not in journalctl?✎ -
meson
also nothing in journalctl? ✏
-
ilac
meson, nothing.
-
meson
ilac, sure lovetox or cal0pteryx can help you better Just as a last idea, you could check what it tries to open using the `dbus-monitor`: search for `.var/app/org.gajim.Gajim/data/gajim/downloads/` and look for something like `string "org.kde.gwenview"` or `interface=org.freedesktop.impl.portal.AppChooser; member=ChooseApplication`
-
ilac
I am looking for the code that deals with that.
-
ilac
Hum, it relies on dbus?
-
lovetox
flatpak is a sandobox it needs "portals" and permission, to execute something on your system
-
lovetox
e.g. opening the photo viewer application
👍 1 -
lovetox
you need to have the proper dependencies installed on your system that provide these portals
👍 1 -
ilac
Ah! It's trying to load it up with the wrong viewer.
-
lovetox
https://dev.gajim.org/gajim/gajim/tree/master/flatpak
-
lovetox
there is a readme with all dependencies
-
lovetox
if some file extension maps to the wrong application, this may also help
-
lovetox
https://dev.gajim.org/gajim/gajim/-/wikis/help/gajimfaq#gajim-opens-folderfiles-with-the-wrong-application-linux
-
ilac
Yeah, so that's the thing. The gio mime image/jpeg returns the proper viewer.
-
ilac
Alright, `flatpak permission-reset` fixed the problem.
-
ilac
`flatpak permissions desktop-used-apps` helped showing what was wrong.
🙏 1