All KDE software from git master as of today. X11. Clicking links in Flatpak apps no longer opens them in the browser. Instead it just does... nothing. Reproduced with Element and Discord.
Per Aleix's suggestion, running `/usr/lib/xdg-desktop-portal -r` fixes the issue for me. However running the custom built-from-source version fails: $ /home/nate/kde/usr/lib64/libexec/xdg-desktop-portal-kde -r $ echo $? 1
I'd suggest renaming this issue to "XDG Desktop Portal sometimes to run start us". Looking for errors in the logs to see what happened when we tried to get us started would be useful.
(Correction: the path is /usr/libexec/xdg-desktop-portal) (In reply to Aleix Pol from comment #2) > Looking for errors in the logs to see what happened when we tried to get us > started would be useful. Which log?
Use QT_LOGGING_RULES='xdp*.debug=true' for xdg-desktop-portal-kde and G_MESSAGES_DEBUG=all for xdg-desktop-portal.
$ (master) QT_LOGGING_RULES='xdp*.debug=true' /home/nate/kde/usr/lib64/libexec/xdg-desktop-portal-kde xdp-kde: Failed to register org.freedesktop.impl.portal.desktop.kde service
Sounds related to https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/issues/1 ? > xdp-kde: Failed to register org.freedesktop.impl.portal.desktop.kde service that should mean that another instance is already running
This is an issue with my dev setup. Conversation continues in https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/issues/1