MenuLibre is a free and advanced menu editor that adheres to FreeDesktop org standards, ensuring seamless integration with various desktop environments. It comes with visually appealing interface, enables the creation of new launchers or modification of existing ones. Users have complete authority over common settings and access to advanced configurations.
It also comes with menu item arrangement and you can effortlessly add, remove, and adjust desktop actions, facilitating the creation of powerful shortcuts that cater to specific preferences. These actions serve as powerful shortcuts utilized by popular desktop environments like Unity, Xfce, and Pantheon, enhancing user efficiency.
How to Install MenuLibre on Ubuntu
To install MenuLibre on your system, open the terminal application (ctrl+alt+t) and run below MenuLibre flatpak install command.
flatpak install flathub org.bluesabre.MenuLibre
And open it using below command.
flatpak run org.bluesabre.MenuLibre
Note: If you don’t already have flatpak and flathub installed,then install them on your system first using the commands provided below. After the installation, restart your system and again start the MenuLibre installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
You can also uninstall MenuLibre using below commands.
flatpak uninstall org.bluesabre.MenuLibre
[OR]
sudo flatpak uninstall org.bluesabre.MenuLibre