How to disable ubuntu 18.04 desktop animation


Do you find your Ubuntu 17.10 and 18.04 are slow to open menu? Do you use GNOME 3.26 or above? Do you use old hardware? Then you may need to disable the GNOME Shell desktop animation instead. This will turn off all kind of animations especially the spreading icons on menu, searching, and window animations so you can work faster. To do it, just run this command:

$ gsettings set org.gnome.desktop.interface enable-animations false

Then apply it by pressing Alt+F2 and type  r  and press Enter. This will reset the GNOME Shell to follow your command. 

To revert it back (enable animation again), just change the command to:

$ gsettings set org.gnome.desktop.interface enable-animations true

Note: if you are curious enough about it, because it might looks like Regedit code for you, then install the program dconf-editor and go to /org/gnome/interface/ and you will find Enable Animations option there with ON/OFF toggle.

dconf-editor window

Reference

留言

這個網誌中的熱門文章

【多益】現點現做的英文怎麼說呢?

《Microsoft Word 應用》:圖片被文字蓋住解決方法,不可設定為固定行高

如何在Ubuntu系統上安裝Notepad ++ (Install Notepad++ On Ubuntu 16.04 / 17.10 / 18.04 / 20.04)