Home Ubuntu How to speed up Applications menu in Ubuntu 18.04

How to speed up Applications menu in Ubuntu 18.04

by Kiran Kumar
Published: Last Updated on
Speed up applications menu in Ubuntu

Ubuntu GNOME applications menu has the app icons appear with diverging animation from the bottom corner of the screen to the center of the screen. Though this looks cool, I feel that it feels slow and gives an impression of sluggish PC performance.

If you think the same as I do, there is a way to turn off this animation, making it quicker to launch the apps from the “Applications” menu.

Disable Icons animation in the Applications menu in Ubuntu

This guide is tested to be working in Ubuntu 18.04 but should work in Ubuntu 17.10 and above. You can choose one of the two methods:

Method 1: GUI Way

Step 1) We shall first install dconf-editor to tweak the settings. dconf is a configuration system and settings management. It provides the backend access to GSettings. To install it in your Ubuntu system, launch ‘Terminal’ and enter the following command:

sudo apt install dconf-editor

Alternatively, if you want a GUI way, you can look for “dconf-editor” in the Ubuntu Software Center and install it too.

Step 2) Launch dconf-editor from Activities menu.

Launching dconf-editor

Launching dconf-editor

Step 3) Carefully navigate to /org/gnome/desktop/interface/ and toggle the “Enable-Animations” option to OFF.

Disabling animations in dconf-editor

Disabling animations in dconf-editor

Step 4) Close the dconf-editor.

Method 2: Command line way

Step 1) Launch Terminal.

Step 2) Copy and paste the following into the Terminal and press enter.

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

The above command will disable the animation of the icon. If you wish to bring it back, copy & paste the following command:

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

That’s it! Check the “Applications” menu. You should no longer see the animation of the icons. Instead, you will see all the application icons appear at once.

You may also like

3 comments

José Perales July 18, 2020 - 10:22 AM

really useful! thanks man!

Reply
Jamshed October 25, 2020 - 4:38 AM

Thanks buddy…….
really very useful info.
& boom….issue has been gone

Reply
Greg April 18, 2021 - 6:10 AM

It’s working thank you

Reply

Leave a Comment

fl_logo_v3_footer

ENHANCE YOUR LINUX EXPERIENCE.



FOSS Linux is a leading resource for Linux enthusiasts and professionals alike. With a focus on providing the best Linux tutorials, open-source apps, news, and reviews written by team of expert authors. FOSS Linux is the go-to source for all things Linux.

Whether you’re a beginner or an experienced user, FOSS Linux has something for everyone.

Follow Us

Subscribe

©2016-2023 FOSS LINUX

A PART OF VIBRANT LEAF MEDIA COMPANY.

ALL RIGHTS RESERVED.

“Linux” is the registered trademark by Linus Torvalds in the U.S. and other countries.