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!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Okxa@sopuli.xyz 3 points 1 day ago* (last edited 1 day ago)

If anyone else was annoyed by the excessive animations in the UI, it should obey your OS settings for reduced motion:

We now better respect reduce motion and animation OS settings across the interface. Several animations and “easter eggs” no longer display based on your system settings. We implemented these fixes after feedback from users that these animations could cause motion sickness and other issues for certain people.

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).