Thunar - Sharing a performance tip
Posted: Sat Mar 22, 2025 4:44 pm
Because some MX developers and moderators recently helped me, this put me in a little bit of a better mood with my experience with the forum, and because of this I decided I would share something that I learned about recently having to do with Thunar if anyone is interested.
MX 23.5
XFCE 4.20.x (for me this did not work in 4.18.x)
Not sure if anyone else will notice/care about this but
For a while I could not understand why in a DE such as XFCE, that does not really use animations/movements/scrolls with their software, why did Thunar seem be using many of them?
A command was mentioned to me to try, but it did not work when I tried this in XFCE 4.18.x
However, I then tried this out again when I updated to 4.20.x and was surprised that it does work.
Apparently these "animations" have no connection to Thunar, they apparently are due to some kind of gnome animation setting and can actually be turned off, with the following terminal command
by doing this Thunar then (at least to me) acts more of how I was expecting it to function, a lot snappier with no animations.
If anyone is interested give it try and let me know what you think.
If for any reason you do not like this it can be reversed back by entering this command instead
Hopefully others will find this useful as well.
Also I will share some examples of "animations" I am speaking of in a reply below.
MX 23.5
XFCE 4.20.x (for me this did not work in 4.18.x)
Not sure if anyone else will notice/care about this but
For a while I could not understand why in a DE such as XFCE, that does not really use animations/movements/scrolls with their software, why did Thunar seem be using many of them?
A command was mentioned to me to try, but it did not work when I tried this in XFCE 4.18.x
However, I then tried this out again when I updated to 4.20.x and was surprised that it does work.
Apparently these "animations" have no connection to Thunar, they apparently are due to some kind of gnome animation setting and can actually be turned off, with the following terminal command
Code: Select all
gsettings set org.gnome.desktop.interface enable-animations false
If anyone is interested give it try and let me know what you think.
If for any reason you do not like this it can be reversed back by entering this command instead
Code: Select all
gsettings set org.gnome.desktop.interface enable-animations true
Also I will share some examples of "animations" I am speaking of in a reply below.