flathub / org.gnome.Boxes

https://flathub.org/apps/details/org.gnome.Boxes
13 stars 10 forks source link

(Wayland) Desktop file name missmatch with app-id #95

Closed frandmb closed 6 months ago

frandmb commented 6 months ago

Same as https://github.com/flathub/com.visualstudio.code/issues/429 ~app-id~ wmclass is gnome-boxes while the desktop file named org.gnome.Boxes.desktop.

They should match according to Wayland spec. Affects KDE. Should be working fine on Gnome due to the usage of StartupWMClass.

A6GibKm commented 6 months ago

Thanks for the report, I had a suspicion something like this was happening. Unfortunately, this is the repository for the Flatpak distribution of the app. Please open an issue upstream https://gitlab.gnome.org/GNOME/gnome-boxes. In any case I will try to debug this when I find some time.

A6GibKm commented 6 months ago

See https://gitlab.gnome.org/GNOME/gnome-boxes/-/merge_requests/643 and https://gitlab.gnome.org/GNOME/gnome-boxes/-/merge_requests/642. But please note that the app id is correctly set to org.gnome.Boxes, it is the wmclass thats set to gnome-boxes, but this shouldn't matter.

A6GibKm commented 6 months ago

I am closing, please open an issue upstream or join the discussion at the linked MRs if needed :)