Bug 446734 - konsoleprofile won't change font
Summary: konsoleprofile won't change font
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 21.08.3
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-09 15:21 UTC by Filip Majetić
Modified: 2021-12-09 15:21 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 Filip Majetić 2021-12-09 15:21:07 UTC
SUMMARY
The konsoleprofile command won't change the font in the current tab, even though the Font property is shown when running `konsole --list-profile-properties`.

STEPS TO REPRODUCE
1. Confirm `konsole --list-profile-properties` contains the Font property
2. Run something like `konsoleprofile "Font=Fira Code,13,-1,5,50,0,0,0,0,0"`

OBSERVED RESULT
The font in the current tab does not change

EXPECTED RESULT
The font in the current tab should change to the specified font and size

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
Operating System: Manjaro Linux
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2


ADDITIONAL INFORMATION
Konsole can definitely find the font, because running `konsole -p "Font=Fira Code,13,-1,5,50,0,0,0,0,0"` correctly opens a new instance with the specified font.
There is also this old bug report that was closed for lack of info: https://bugs.kde.org/show_bug.cgi?id=400411