flathub / org.darktable.Darktable

https://flathub.org/apps/details/org.darktable.Darktable
5 stars 14 forks source link

Darktable 3.0 Flatpak themes broken #50

Closed hcw70 closed 4 years ago

hcw70 commented 4 years ago

Describe the bug If changing themes in the 3.0 flatpak version to something other than the default theme, most themes show empty squares instead of the texts, so GUI becomes unusable.

To Reproduce Go to preferences and change theme to i.e. "darktable-icons-darker".

Screenshots See screenshot

Platform (please complete the following information):

TingPing commented 4 years ago

Corrupted fontconfig cache perhaps. Can you delete the cache dir for darktable?

hfiguiere commented 4 years ago

FWIW It works here on Fedora 31.

hcw70 commented 4 years ago

Corrupted fontconfig cache perhaps. Can you delete the cache dir for darktable?

Will try. How do i do this?

hcw70 commented 4 years ago

Ok, i figured it out:

flatpak run --command=fc-cache org.darktable.Darktable -f -v

based on the hint from https://github.com/flatpak/flatpak/issues/3191 .

Now themes work great!