https://bugs.kde.org/show_bug.cgi?id=155603
Vaso <fuc...@ukr.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME |--- --- Comment #26 from Vaso <fuc...@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 watching all bug changes.