[Konsole-devel] [Bug 83162] Option --notabbar interferes with --schema=<transparent schema>

Kurt V.Hindenburg khindenburg at cherrynebula.net
Sun Jul 18 06:32:15 UTC 2004


------- 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=83162      
khindenburg cherrynebula net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Option --notabbar interferes|Option --notabbar interferes
                   |with --schema               |with --schema=<transparent
                   |                            |schema>



------- Additional Comments From khindenburg cherrynebula net  2004-07-18 08:32 -------
To reproduce, --schema=<transparent schema> must be on the command line.  Having it as the 'default' will not trigger this bug.
It doesn't matter if the notabbar is given on the command line or is the 'default'.
This below patch seems kinda hackish.  It fixes the bug, but it might be nice to know why...

Index: main.cpp
===================================================================
RCS file: /home/kde/kdebase/konsole/konsole/main.cpp,v
retrieving revision 1.267
diff -u -p -r1.267 main.cpp
--- main.cpp    10 Jul 2004 15:51:52 -0000      1.267
+++ main.cpp    18 Jul 2004 06:27:29 -0000
 @ -536,6 +536,7  @ extern "C" int kdemain(int argc, char* a
       if (schema.right(7)!=".schema")
         schema+=".schema";
       m->setSchema(schema);
+      m->activateSession(0); // fixes BR83162
     }

     ksm->konsole = m;



More information about the konsole-devel mailing list