Bug 62338

Summary: Using --geometry breaks profile loading at correct size (43x18???)
Product: [Applications] konsole Reporter: Santiago Romero <sromero>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.2.3   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Santiago Romero 2003-08-07 17:17:25 UTC
Version:           1.2.3 (using KDE 3.1.3)
Installed from:     (testing/unstable)
Compiler:          gcc version 3.3.1 20030722 (Debian prerelease)
OS:          Linux (i686) release 2.4.20

I've noticed there are similar bugs reported, but
they are said to be resolved at kde 3.1.x, and I'm
using KDE 3.1.3 and still happens to me (Debian
unstable packages).

 When I use --geometry, the console always starts
at 43x18...

 Example:

Good: konsole -vt_sz 80x25 --profile 2shells
 Bad: konsole -vt_sz 80x25 --profile 2shells --geometry +1+1

 This was supossed to be fixed in 3.1 branch :?
Comment 1 Santiago Romero 2003-08-07 18:21:40 UTC
A friend using the same KDE & Konqueror version reports 
me that it's working fine for him :? Maybe a package 
problem? 
 
Comment 2 Waldo Bastian 2003-08-07 18:50:29 UTC
I can confirm the problem. Will look into it. 
Comment 3 Waldo Bastian 2003-09-10 14:58:24 UTC
Subject: kdebase/konsole/konsole

CVS commit by waba: 

Honour --vt_sz in combination with --profile
CCMAIL: 62338-done@bugs.kde.org


  M +1 -0      main.cpp   1.252


--- kdebase/konsole/konsole/main.cpp  #1.251:1.252
@@ -407,4 +407,5 @@ extern "C" int kdemain(int argc, char* a
           for (int i=1;i<=counter;i++)
             m->activateSession( i );
+          m->setColLin(c,l); // will use default height and width if called with (0,0)
         }
         // works only for the first one, but there won't be more.