https://bugs.kde.org/show_bug.cgi?id=155603

Jinesh Choksi <jin...@onelittlehope.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |WORKSFORME
                 CC|                            |jin...@onelittlehope.com

--- Comment #25 from Jinesh Choksi <jin...@onelittlehope.com> ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to