[konsole] [Bug 155603] Konsole needs an easy way to resize the window to 80 columns
Vaso
bugzilla_noreply at kde.org
Sat Jul 24 16:08:37 BST 2021
https://bugs.kde.org/show_bug.cgi?id=155603
Vaso <fuckel at ukr.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |---
--- Comment #26 from Vaso <fuckel at ukr.net> ---
(In reply to Jinesh Choksi from comment #25)
> You can sort of control Konsole's geometry via using the following command
> line parameter:
>
> -p <property=value> Change the value of a profile property.
>
>
> e.g.
>
> If a user wanted to simulate "konsole --geometry 100x100+400+400" as
> mentioned in comment 22, they can use the following command:
>
> konsole -geometry +400+400 -p TerminalColumns=100 -p TerminalRows=100
>
> Note, 100 rows may be too large for most people's screens and so Konsole
> will do the right thing and only expand the rows to what is visibly fittable
> on the screen. It will helpfully adjust the Y axis figure as well to fit as
> many rows as possible.
>
> So try using command to confirm things work as wanted:
>
> konsole -geometry +400+400 -p TerminalColumns=84 -p TerminalRows=24
Tested on:
Ubuntu 20.04.2 LTS
konsole 19.12.3
plasmashell 5.18.5
KDE neon User Edition 5.22
konsole 21.04.3
plasmashell 5.22.3
$ konsole --geometry 200x200+400+400 -- Runs konsole 12x5 at position +400+400
$ konsole -geometry +400+400 -p TerminalColumns=84 -p TerminalRows=24 -- Runs
konsole with previos size (12x5 as about) at position +400+400
$ konsole -geometry +200+200 -p TerminalColumns=84 -p TerminalRows=24 -- Runs
konsole with previos size (12x5 as about) at position +200+200
So properties like TerminalColumns and TerminalRows are still ignoring by
konsole
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list