https://bugs.kde.org/show_bug.cgi?id=409461
--- Comment #7 from Patrick Silva <bugsefor...@gmx.com> --- reported to Gnome devs. https://gitlab.gnome.org/GNOME/totem/issues/378 Apparently it's a xdg-desktop-portal-kde issue. Comment from the link above: "totem uses gtk_application_inhibit(), which is ultimately implemented in gtk/gtkapplication-dbus.c (look for inhibit in there). This code then contacts the portal, because you're not running the application under gnome-session, or xfce-session. The portal code in xdg-desktop-portal then passes on the application's data to the per-desktop portal, in this case xdg-desktop-portal-kde. It doesn't look like the KDE code passes on the app_id: https://github.com/KDE/xdg-desktop-portal-kde/blob/master/src/inhibit.cpp The GTK version does: https://github.com/flatpak/xdg-desktop-portal-gtk/blob/master/src/inhibit.c#L122 The problem is in one of glib, xdg-desktop-portal, or xdg-desktop-portal-kde. It's not in totem." -- You are receiving this mail because: You are watching all bug changes.