From dbd614783fef3b331197338d5984a496185575ed Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sun, 2 May 2021 05:09:38 -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 2227aec..09a1d9e 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 +sudo apt install xfce4-appmenu-plugin vala-panel-appmenu-common appmenu-gtk2-module appmenu-gtk3-module xfconf-query -c xsettings -p /Gtk/Modules -n -t string -s "appmenu-gtk-module" ```