Bug 436178 - Make "Open Terminal" action show the icon and name of the default terminal application
Summary: Make "Open Terminal" action show the icon and name of the default terminal ap...
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 21.04.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2021-04-25 17:48 UTC by popov895
Modified: 2021-04-27 00:25 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!