Bug 505116 - Write help in user-centric terms (not QStringList)
Summary: Write help in user-centric terms (not QStringList)
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-02 06:16 UTC by Justin Zobel
Modified: 2025-06-02 06:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

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