jcupitt / vipsdisp

Tiny libvips / gtk+4 image viewer
MIT License
130 stars 10 forks source link

vipsdisp is stuck with one theme #17

Open ZechariahB opened 1 year ago

ZechariahB commented 1 year ago

I installed this application with flatpak. If a theme is installed with flatpak and that theme is downloaded and applied via dconf, this application currently does not apply the currently used theme. Other applications change theme, but this one sticks with the old-ish Adwaita look. A current workaround is to change flatpak filesystem permissions to allow xdg-data/themes and then use GTK_THEME debug variable to forcefully apply a theme.

jcupitt commented 1 year ago

Hi @ZechariahB, thanks for report, let's tag this as a bug.

If you have time to make a PR, that'd be very appreciated.