Bug 442031 - No longer setting window title according to -qwindowtitle
Summary: No longer setting window title according to -qwindowtitle
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 21.08.1
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-05 12:32 UTC by david
Modified: 2021-09-05 12:32 UTC (History)
0 users

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


Attachments
Results of using '-qwindowtitle' option and 'tabtitle' property (37.26 KB, application/pdf)
2021-09-05 12:32 UTC, david
Details

Note You need to log in before you can comment on or make changes to this bug.
Description david 2021-09-05 12:32:11 UTC
Created attachment 141311 [details]
Results of using '-qwindowtitle' option and 'tabtitle' property

After an upgrade and reboot konsole stopped setting the window title of konsole windows according to the -qwindowtitle option.


STEPS TO REPRODUCE
1. Run command `konsole -qwindowtitle File_Manager --workdir 12-realms -e mc` (adjusting --workdir value to an existing directory)

OBSERVED RESULT
Window title is set to '12-realms : mc'

EXPECTED RESULT
Window title set to 'File_Manager'

SOFTWARE/OS VERSIONS
Linux: 5.10.0
KDE Plasma Version: 5.21.5
KDE Frameworks Version: 5.85.0
Qt Version: 5.15.2
Konsole: 21.08.1

ADDITIONAL INFORMATION
The command `konsole -p tabtitle=File_Manager --workdir 12-realms -e mc` *does* set the window title to 'File_Manager'