mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 06:42:28 +00:00
Florian Müllner
bccff5bdd8
window: Expose Flatpak application ID
GNOME Shell's window matching currently fails frequently with Flatpak applications, as one of the primary hints used to link windows with .desktop files - the WM_CLASS - no longer matches when flatpak renames the exported .desktop file. Luckily, Flatpak provides us with a fail-safe way to map from the PID to the corresponding application ID, so expose an appropriate method that allows GNOME Shell to reliably match windows to the corresponding Flatpak app. https://bugzilla.gnome.org/show_bug.cgi?id=772614
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%