0

I seem to have forgotten how to do this, and I don't think I'm phrasing it right for a google search, nor do I see a keyboard shortcut for this. I'd like to be able to show an application's menu (such as file, edit, etc.)

Does anyone know how to do this for Ubuntu 19.10?


EDIT:

To clarify, in Unity we had the "menu bar" per application, which exposed application-specific dropdowns beyond the dropdown that appears in the upper left in GNOME shell. Here's an example of a tutorial that deals with the "menu bar" in Unity: https://www.howtogeek.com/187999/how-to-enable-local-menus-in-ubuntu-14.04/

I prefer to continue to use GNOME shell (or the current Ubuntu-flavored equivalent, that's fine) but I would like a way to display the "menu bar" options for an application.

jerome
  • 837
  • See if https://askubuntu.com/questions/961161/how-do-i-disable-client-side-decoration-globally-in-gnome/999663#999663 helps – DK Bose Dec 11 '19 at 14:24
  • Did you try to select another desktop manager at login screen as shown in the image at the following question? https://askubuntu.com/questions/1136127/which-desktop-manager-to-use-in-19-04 – FedKad Dec 11 '19 at 14:30
  • I think the user is actually asking... what function key is used to drop down the application menu? I don't think it's documented along with the normal keyboard shortcuts... but it's something like special_key+function_key (ie: alt-F2). – heynnema Dec 11 '19 at 14:36
  • Please clarify what you exactly want to know. – vanadium Dec 11 '19 at 15:04
  • does not the alt key on its own open the 'menu' for the active application? it does for me. – pierrely Dec 31 '19 at 05:03
  • @pierrely - Yes, for some applications (such as Firefox) but not all, at least not in my experience. – jerome Jan 01 '20 at 14:10
  • if an appmenu can be accessed with the mouse, the I would use a shortcut key for the command to select it. or a script for something like the following. to get the coordinates for top left, or where the app menu is. assumes that that is in the same place for all windows. and need to account for window decorations. https://unix.stackexchange.com/questions/14159/how-do-i-find-the-window-dimensions-and-position-accurately-including-decoration

    xdotool mousemove && xdotool click 1

    – pierrely Jan 02 '20 at 23:25
  • also if the location is different for different apps, you can customise the script for that like. – pierrely Jan 02 '20 at 23:25
  • well a lot of my comment was cut out somehow ... , xdotool search --desktop 0 --class , getactivewindow are hints . you get the ID of the current window then test for the ID of the class (eg Konsole, Firefox etc) in the script then choose where to click the mouse to correspond to your menu. make a shortcut key to it. I will have to start saving my long comments to local file now. probably too many edits and I forgot to save edits before PC crashed. – pierrely Jan 03 '20 at 04:20

1 Answers1

0

Aha! This is a pervasive issue, and not one with an easy fix or explanation. I'll link to this excellent discussion on the topic, and answer my question.

For Ubuntu 18.04, is there a way to show drop-down menus for a certain applications in a menu bar?

jerome
  • 837