There is a new pull request by gspe against master on the void-packages repository https://github.com/gspe/void-packages gthumb https://github.com/void-linux/void-packages/pull/28520 gthumb: fix to run on wlroots compositor #### General - [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR Actually gthumb doesn't run on wlroots based compositor. After asking on #sway irc channel they told me that this is a `clutter` problem https://gitlab.gnome.org/GNOME/clutter/-/merge_requests/5 and for now as workaround I can run gthumb with this command `CLUTTER_BACKEND=gdk gthumb` I've tested this with wayland compositor and with X11 and it works in both cases. So this PR just add this environmental variable to the gthumb .desktop file, obvious this only works if gthumb is launched by menu/launcher of file manager not if it is run by terminal. A patch file from https://github.com/void-linux/void-packages/pull/28520.patch is attached