In GS 3.10 all other submenus are automatically closed when one is open.
In fact, I like this feature, and even implemented it myself manually in
Alternative Activities for GS 3.6 and 3.8 (for consistent behavior
across GS versions). But this feature makes it impossible to use
subsubmenus, as whene
Hi all,
I have an extension for gnome-shell in which I have to display some items
nested. In gnome 3.8 I used these commands and everything worked well:
const TestNestedFolder = new Lang.Class({
Name: 'TestNestedFolder',
Extends: PanelMenu.Button,
_init: function() {
this.p