-
I am using Garuda kde dragonized eddition, which means arch+kde. Konsole is the default terminal. I want to run konsole with kando-menu which I can do, but when I launch terminal from kando-menu it runs from "/usr/lib/kando🔒" directory with this lock icon. So my questions are :-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi there! Looking at the docs, it seems you may be looking for the konsole --workdir ~ --noclose -e "sudo pacman -Syu" I am not sure if that works with the konsole --workdir ~ --noclose -e "bash -c sudo pacman -Syu" |
Beta Was this translation helpful? Give feedback.
OK, right command is this excluding those braces, if you want your terminal to be killed automatically after your work is done you want to use this command -> ( konsole --workdir ~ -e bash -c "sudo pacman -Syu" )
Sometime this command should be used if for some reason you want to keep terminal active even after the process/job is done -> ( konsole --workdir ~ --noclose -e bash -c "sudo pacman -Syu" )
Here is how kando-menu is helping me playing windows games with just one click-
I am using these commands to run my windows free/drm free games using umu-launcher with proton compatibility layer (replacing "username" with your username like if your username is kando than typing kndo instead "…