| Summary: | Using --geometry breaks profile loading at correct size (43x18???) | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Santiago Romero <sromero> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.2.3 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Santiago Romero
2003-08-07 17:17:25 UTC
A friend using the same KDE & Konqueror version reports me that it's working fine for him :? Maybe a package problem? I can confirm the problem. Will look into it. 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. |