Bug 436178

Summary: Make "Open Terminal" action show the icon and name of the default terminal application
Product: [Applications] dolphin Reporter: popov895 <popov895>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: CONFIRMED ---    
Severity: wishlist CC: bugs.kde, kfm-devel, nate, popov895, shenlebantongying
Priority: NOR Keywords: usability
Version: 21.04.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description popov895 2021-04-25 17:48:02 UTC
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
Comment 1 Nate Graham 2021-04-26 00:24:29 UTC
Agreed.
Comment 2 shenlebantongying 2021-04-26 19:29:19 UTC
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
Comment 3 Nate Graham 2021-04-27 00:25:54 UTC
Yeah pretty much!