1

I'm using Kali Linux, and in the top left corner of my screen there's an Applications menu, with items like this:

01 - Info...
02 - Vul...
03 - We...

How can I enlarge the menu, so that the entire folder names would fit?

I've found the file containing all the menu items (/etc/xdg/menus/applications-merged/kali-applications.menu), but there seems to be no way to edit the width, or preferably make it auto-fit.

1 Answer 1

0

The question was answered on Unix Stackexchange. This was the answer:

edit:

'/usr/share/gnome-shell/extensions/[email protected]/extension.js'

and replace:

this.categoriesBox.box.width = 300;

by:

this.mainBox.box.width = 950;
this.categoriesBox.box.width = 500;

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .