Well, it took me several months, but, finally, I found out how to turn off those animations when minimizing windows in the GNOME desktop. I intended to set Metacity as the window manager in a VNC session to see if it’s usable and accidentally, while checking its options in the configuration editor on my current desktop, it turned out that one of them controlled those window animations. The key is:
/apps/metacity/general/reduced_resources
If it’s turned on, the animations are completely gone. The change is instant. I wonder why I had never checked Metacity’s settings… this is GNOME’s window manager…
Anyway, by enabling this “reduced_resources” option, I also noticed that, when dragging a window, its contents are invisible and only a window frame is displayed instead. But, I think it isn’t that bad this way.
Turning off window animations in GNOME by George Notaras is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Copyright © 2006 - Some Rights Reserved
use in konsole:
gconftool-2 –set –type bool ‘/apps/metacity/general/reduced_resources’ true
My actual problem was what key to modify rather than how to modify it. But, thanks for posting this info. Some readers might find it very helpful :)