From 3418e6bf3f8ecb0f6659dbcfe910d72ac1bcb501 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sun, 2 May 2021 16:59:11 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09a1d9e..c64ae96 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Try toggling numlock on & off (clear key on official mac keyboards). If it still If you want a global menu app similar to what mac users have then I strongly recommend Ubuntu Budgie as it has the Vala Appmenu built in and ready for activation. Short of that Vala-AppMenu can be installed in various distros, mileage will vary. If you try to activate it in the latest 20.xx releases with XFCE then you may need to run the following commands. ``` -sudo apt install xfce4-appmenu-plugin vala-panel-appmenu-common appmenu-gtk2-module appmenu-gtk3-module +sudo apt install xfce4-appmenu-plugin vala-panel-appmenu-common appmenu-gtk2-module appmenu-gtk3-module appmenu-gtk-module-common xfconf-query -c xsettings -p /Gtk/Modules -n -t string -s "appmenu-gtk-module" ```