this post was submitted on 17 Mar 2025
143 points (99.3% liked)
Opensource
2214 readers
135 users here now
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If anyone else was annoyed by the excessive animations in the UI, it should obey your OS settings for reduced motion:
https://www.gimp.org/release-notes/gimp-3.0.html#user-interface
On linux, adding
gtk-enable-animations=false
to~/.config/gtk-3.0/settings.ini
will disable the animations. (Although I don't know if that is the prefer reduced motion setting per se, or just override for gtk3, Either way, the animations are disabled).