Bug 279542 - Konsole doesn't listen to --geometry parameter
Summary: Konsole doesn't listen to --geometry parameter
Status: RESOLVED DUPLICATE of bug 147094
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.7
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-06 16:27 UTC by Admc
Modified: 2011-08-06 18:19 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Admc 2011-08-06 16:27:57 UTC
Version:           2.7 (using KDE 4.7.0) 
OS:                Linux

When I run e.g. konsole --geometry 80x24, konsole doesn't open 80x24 terminal. It opens terminal with last closed terminal size.

Reproducible: Always

Steps to Reproduce:
Open konsole, change it size to other than 80x24, close konsole. Run "konsole --geometry 80x24".

Actual Results:  
Konsole opens with last size, not with set geometry

Expected Results:  
Konsole should run with set geometry

OS: Kubuntu 11.04
Kernel: Linux (i686) release 2.6.38-11-generic
Compiler: gcc
Comment 1 Jekyll Wu 2011-08-06 18:19:46 UTC
That --geometry option is provided by kdelibs, and is currently broken. See #165355. 

The workaround is always use '--nofork' together with '--geometry'. And the unit is pixel, not character.

*** This bug has been marked as a duplicate of bug 147094 ***