Aloha! I used to run krunner inside a hyprland session by invoking krunner via hotkeys or console.
Yesterday I removed plasma-desktop as hyprland does all I need except krunner. I kept the krunner package, but the executable "krunner" is no longer found. Anything I can do except installing the whole plasma-desktop again?
12 Comments
ragica@lemmy.ml · 5 pts · 3y
the
/usr/bin/krunnerexecutable is owned by theplasma-workspacepackage. It has a lot of dependencies. So yeah, you basically need a huge chunk of kde/plasma to run it.A pretty similar Qt-based launcher utility (not quite so good in some areas, possibly better in some) is called albert, if you don't want to use plasma anymore.
vojel@feddit.de · 2 pts · 3y
I dont't see
plasma-workspaceas a dependecy. Output from paru:This is still alot for one tool, but as far as I can see it will not install the whole plasma desktop again. I am running GNOME, so not sure if GNOME already brings some dependencies not mentioned in my output.
wintersummerland@discuss.tchncs.de · 1 pts · 3y
I have the krunner package installed, though I cannot run it in a console anymore as in- "$ krunner" command not found
vojel@feddit.de · 2 pts · 3y
Ah I see, ragica is right. krunner bin is part of plasma-workspace, kinda misleading that there's an own package.
wintersummerland@discuss.tchncs.de · 2 pts · 3y
Thanks, I ll take albert into consideration
wintersummerland@discuss.tchncs.de · 2 pts · 3y
Tried Albert, seems very capable, alas it is considered to be a regular window in hyprland. I tried catapult from the aur. Blazing fast and does math, I found my new launcher. Thanks everyone 🙏
Strit@lemmy.linuxuserspace.show · 2 pts · 3y
I don't think there is. The Krunner binary is part of the plasma-desktop and it will likely require some dependencies and libraries usually installed through that package.
DrRatso@lemmy.world · 2 pts · 3y
Do you need Krunner as a generic applauncher or do you use other features too?
wintersummerland@discuss.tchncs.de · 1 pts · 3y
I use the maths functionality and find the unit conversion handy to have, though I admit I cannot remember using it ;)
DrRatso@lemmy.world · 1 pts · 3y
If you tinker with programming , you can look into ags - aylurs gnome shell. His dotfiles include an app launcher in it, adding this functionality should not be too hard.
vojel@feddit.de · 1 pts · 3y
Did you try a simple pacman -S krunner?
wintersummerland@discuss.tchncs.de · 1 pts · 3y
Yes, it does not supply the krunner executable