Bug 505116

Summary: Write help in user-centric terms (not QStringList)
Product: [Applications] konsole Reporter: Justin Zobel <justin>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Justin Zobel 2025-06-02 06:16:09 UTC
konsole --list-profile-properties shows the below (snipped for brevity)
Path : QString
Name : QString
UntranslatedName : QString
Icon : QString
Command : QString
Arguments : QStringList
SemanticHints : int
SemanticUpDown : bool

Most users aren't aware of what a QSTringList is, or an int/bool

This being user facing should be translated into non-jargon.

int > number
bool > true/false
etc