Start btop or htop from menu. #1400
Unanswered
krister-dahl
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
The issue is that TUI applications like btop and htop require a terminal emulator In your .desktop file, make sure you have: Terminal=trueOr if that doesn't work with your setup, explicitly call your terminal emulator: Exec=foot btopReplace Exec=kitty -e btop
Exec=alacritty -e btopAlso make sure the .desktop file is in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How come that either htop or btop starts from the shortcuts in the menu. It works from the terminal but not from the menu. I checked the .desktop files and they seem ok but no luck?
Beta Was this translation helpful? Give feedback.
All reactions