[Konsole-devel] [Bug 62338] Using --geometry breaks profile loading at correct size (43x18???)

Waldo Bastian bastian at kde.org
Wed Sep 10 12:58:27 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=62338     
bastian at kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From bastian at kde.org  2003-09-10 14:58 -------
Subject: kdebase/konsole/konsole

CVS commit by waba: 

Honour --vt_sz in combination with --profile
CCMAIL: 62338-done at 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.


More information about the konsole-devel mailing list