SUMMARY The "Open Terminal" action opens the default terminal app, which is not always Konsole. It would be nice if this action would show the icon and name of the terminal application to be opened, eg. "Open Konsole", "Open Terminator". SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE neon 5.21 User Edition / X11 KDE Plasma Version: 5.21.4 KDE Frameworks Version: 5.81.0 KDE Gear: 21.04.0 Qt Version: 5.15.2
Agreed.
It seems we can simply read `TerminalApplication` from `~/.config/kdeglobals` Maybe do some copy-paste from this file? https://invent.kde.org/plasma/plasma-desktop/-/blob/master/kcms/componentchooser/componentchooserterminal.cpp#L50
Yeah pretty much!