Questions tagged [menu]
The menu tag has no summary.
164 questions
3 votes
1 answer
129 views
Missing Firefox Context Menu Options in Debian 13 with Gnome
After installing Debian 13 with GNOME, I've noticed that the Firefox ESR launcher doesn't have the option to open a window in a private mode. How to add that option to the launcher's context (right-...
0 votes
1 answer
104 views
How to debug the xdg free desktop menu
I'm using KDE on last debian and i get a lot of problem with the menu. I was using the kdemenu to organise the start menu, but i get a lot of trouble : Some .desktop shows in the start menu but not in ...
1 vote
2 answers
259 views
Multi level submenu, return to previous level and main menu as options
I am working on a multi-level menu and I want to implement the ability for sub menus and sub-sub menus to return to the previous menu or go directly back to the main menu. Please see below... [Menu] 1 ...
0 votes
0 answers
199 views
XFCE4 panel: AppMenu plugin has excess left padding and the menu is cut-off?
My AppMenu panel plugin (global applications menu) on XFCE4 desktop has an excessive amount of left padding, and the menus are cut off: I'm running XFCE4 in Termux-X11 on Android. Based on this ...
0 votes
0 answers
55 views
Name of the arrow icons that tell you there is a subdirectory in a menu?
I don't know how exactly to describe it verbally, but I just mean the white triangular arrows in this example image: In an icon theme that I'm trying to use they either don't exist or are the exact ...
0 votes
1 answer
233 views
Why is the properties option greyed out in the XFCE panel icon menu?
I'm using XFCE and I'm trying to change the properties on a panel icon. However, the option for properties on that icon is greyed out. For some reason it's only for that icon, the other icons are fine....
1 vote
0 answers
267 views
How to make a menu without pressing ENTER after choosing the option?
I'm trying to create a menu in bash but I don't want to press ENTER when selecting the option number. The code I'm trying to use: #!/bin/bash PS3="Select a character:" select character in ...
1 vote
2 answers
4k views
Bash completely CLI interactive menu
I know there are programs which make a TUI (like dialog, whiptail) which allow selections in bash. However, I want a simple, nice, completely CLI menu (may not be simple to implement though). Note: ...