Today I found a nice setting which I want to share. Maybe someone is interested.
Personally, I don't like having to click so many times in the Zorin start menu to get to an app, and I've often used the gnome extension "Arc Menu", which allows for much more flexibility in the design of the start menu.
Nowadays, I mostly only use the search function.
Today I discovered that the Mint menu layout, which I prefer, can be easily activated in Zorin by setting “Mint” as layout in dconf-editor.
sudo apt install dconf-editor
There go to org > gnome > shell > extensions > zorin-menu > layout
and disable "use default value". Then select 'Mint'.
When you like terminal commands to set up this layout instead of the GUI of dconf-editor, enter
gsettings set org.gnome.shell.extensions.zorin-menu layout 'MINT'
If you like a Windows look, you can choose "APPGRID" as layout.
gsettings set org.gnome.shell.extensions.zorin-menu layout 'APP_GRID'
(Please note: Do not enter 'APPGRID' here, but 'APP_GRID'. This is unusual, as normally the names are the same as shown in dconf-editor.)
To go back to the default setting, choose "use default value" in dconf-editor or enter in terminal
gsettings set org.gnome.shell.extensions.zorin-menu layout 'ALL'
The layouts are not such customizable as Arc Menu, but an alternative for those users who don't want to use third-party gnome shell extensions or are beginners.







