77

The Ubuntu Heads-Up Display (HUD) - you love it or you hate it. Personally I rather like a classic desktop, so I use Xfce or GNOME-fork Cinnamon, and I'd like to keep those menu's where they are.

But the HUD is pretty awesome when your menus are complex and you forgot where an option sits. This makes that search trick very interesting.

I know the HUD is Unity specific. I am looking for a HUD-like tool to complement the menu in shells other than Unity.

There is Appmenu Runner for KDE that does this. There is also appmenu-qt for KDE.

Problem with the above is that it uses KDE libs, and it only works for KDE apps.

This is Linux, there aught to be something like this for GNOME/GTK apps, right?

Looking for any tool that can search the menus. I already use(d) Synapse, Kupfer and GNOME Do, but those are simply app-launchers (with some tricks). Something like that would suffice if only they included searching the menus for the currently focused application.

The HUD allows users to activate menu items by typing part of the name. It uses a fuzzy search algorithm that will highlight partial matches. It can match menu items that are multiple layers deep in an application's menu hierarchy. The feature, which replaces traditional menu accelerators, is activated by pressing the alt key.

Similar questions:

Redsandro
  • 3,674
  • 7
    +1 I'd like to see something similar to the HUD for other GTK based Desktops, but not in the in-your-face kind of way as it is now, and such a thing that worked as a plugin for Synapse, Kupfer and Gnome do would be awesome. – Uri Herrera May 17 '12 at 22:40
  • 5
    It should be possible to build a desktop-independent app for the HUD. It runs as a DBus service on Ubuntu, so someone "just" needs to write a nice UI to query it. – James Jun 09 '12 at 03:25
  • 4
    So maybe a Gnome-Do plugin querying the DBus service would be an interesting goal for some developer. :) – Redsandro Jun 11 '12 at 20:53
  • I am really searching to find an answer to this, as the HUD is the most powerful tool I have seen in Unity, so I would like an answer for this as well. I have reached the same conclusions, through searches as you. Did you also try lfhck? I see a similar post there. Jeez dude you tried everywhere didn't you? See almost exact posts all over for this. I am thinking that you hit a wall. I'll try to hit a deep search on this one. – No Time Apr 18 '14 at 05:14

5 Answers5

6

I prefer Synapse over Gnome-Do.

It seems that there is some discussion about bringing this feature to Synapse.

earthmeLon
  • 11,247
  • 2
    However there seems to be not much progress with this feature – student Feb 05 '14 at 17:40
  • 1
    Alike the response from Landroni hereunder, this response is not about an HUD equivalent in Gnome. Synapse of Gnome-Do are application/files finders (Dash equivalent) but do not allow to find command within a running application. – vmalep Mar 29 '17 at 02:21
3

There's qmenu_hud: https://github.com/tetzank/qmenu_hud

It just retrieves the menu entries over dbus and displays them in dmenu.

You still have to get your applications, or rather the toolkit they are using, to export their menu entries to dbus. This is easily done with appmenu-qt for KDE and Qt applications. I'm not sure but i think you need a patched version of gtk to get appmenu enabled there. I guess Ubuntu ships patched gtk packages by default for Unity.

anon
  • 31
2

Have a look at Plotinus. It is shell independent, but it works only with applications that use the GTK+ 3 toolkit. (I hope that will satisfy.)

enter image description here

From the github README:

Have you used Sublime Text's or Atom's "Command Palette"? It's a list of everything those editors can do that opens at the press of a key and finds the action you are looking for just by typing a few letters...

Plotinus brings that power to every application on your system (that is, to those that use the GTK+ 3 toolkit). It automatically extracts all available commands by introspecting a running application, instantly adapting to UI changes and showing only relevant actions...

Just press Ctrl+Shift+P (configurable) and you're in business...

About shell-dependent solutions

I realize the OP asked about sell-independent solutions, but for thoroughness, let me say:

  1. howtogeek said (2017-10-29) "With the switch to the GNOME Shell environment, nothing like the HUD is available, even as an extension."
  2. There actually is a gnome shell extension for the HUD. Update: here is the current version. (The old version's recent reviews are negative, and some of the positive reviews point out that it doesn't work in Ubuntu 17.10.)
  3. Mate (desktop environment) offers a HUD: "A favourite of Unity 7 users is the Heads-Up Display (HUD) which provides a way to search for and run menu-bar commands without your fingers ever leaving the keyboard."
Jellicle
  • 849
  • The problem is that: You are refering a non update source of the gnome shell extension. Please use the developer site of the extension as a source instead: https://gitlab.com/lestcape/Gnome-Global-AppMenu
  • – lestcape Jul 18 '18 at 00:56