1

I'm running 16.04 on a very old PC, so I'm using the Enlightenment (currently E22) desktop.

I'm looking at LXQT, but I'd like the "program search" feature that comes with XFCE's Whisker Menu. I'm told that a whisker menu-type search isn't possible in LXDE (which is why I don't use it), but can it be (easily) done in LXQT?

LeafHead
  • 700

3 Answers3

3

The xfce4-appfinder is part of the Whisker Menu.

To install it, run the following command:

sudo apt install --no-install-recommends xfce4-appfinder

After it is installed simply run xfce4-appfinder from a command prompt or you can assign it to a keyboard shortcut. In Xfce4 it is assigned to Super+R to bring it up.

enter image description here

Hope this helps!

Terrance
  • 43,712
1

The xfce app finder will do it:

sudo apt-get install --no-install-recommends xfce4-appfinder

Then you can find it from the main menu under Accessories: it's called "Application Finder" and has an hour-glass icon.

LeafHead
  • 700
-1

LXQt comes with its own launchers

  • The Applications menu panel widget acts just like Whisker-menu.

enter image description here

  • There is also lxqt-runner, very similar to krunner from KDE. Github. Its shortkey can be configured.

enter image description here

enter image description here

enter image description here

  • Other launchers, especially desktop-agnostic ones like Synapse, can be used to get the desired behavior.

  • Assigning only the Super key as shortcut, a nice feature of the Whisker Menu (but also of other launchers) can be added thus: for any launcher, including the ones mentioned above: install ksuperkey (preferably from source, which worked very smoothly for me - see details here), run it at startup, then assign Alt-F1 as shortcut for the launcher. For Synapse you need just to follow this answer (that is: edit .config/synapse/config.json in order to have "activate" : "Super_L").