Bug 99884 - --noframe option does nothing
Summary: --noframe option does nothing
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-20 21:02 UTC by Paul Giannaros
Modified: 2007-08-30 10:40 UTC (History)
0 users

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 Paul Giannaros 2005-02-20 21:02:48 UTC
Version:           1.5-beta (using KDE KDE 3.3.92)
Installed from:    Gentoo Packages
Compiler:          g++ 3.3.4 
OS:                Linux

The --noframe option does not remove the frame around the konsolepart like it is meant to any more.
Worked in KDE 3.3.2

Screenshot:
http://cerulean.pyresoft.com/snapshot.png
The active konsole was started with --noframe, the inactive one was not.
Comment 1 Kurt Hindenburg 2005-02-21 19:51:59 UTC
CVS commit by hindenburg: 

Allow --noframe to work again.
BUG: 99884


  M +3 -1      konsole.cpp   1.508


--- kdebase/konsole/konsole/konsole.cpp  #1.507:1.508
@@ -249,4 +249,5 @@ Konsole::Konsole(const char* name, int h
 ,b_dynamicTabHide(false)
 ,b_autoResizeTabs(false)
+,b_framevis(true)
 ,b_fullscreen(false)
 ,m_menuCreated(false)
@@ -1500,4 +1501,5 @@ void Konsole::readProperties(KConfig* co
      b_bidiEnabled = config->readBoolEntry("EnableBidi",false);
      s_word_seps= config->readEntry("wordseps",":@-./_~");
+     if (b_framevis)  // False only with --noframe
      b_framevis = config->readBoolEntry("has frame",true);
      QPtrList<TEWidget> tes = activeTEs();


Comment 2 Kurt Hindenburg 2005-02-28 18:33:41 UTC
This broke show/hiding frame via Configure Konsole.
Comment 3 munlinux 2006-11-21 21:47:39 UTC
Any chance to re-implement this? --noframe in version 1.6.5 (KDE 3.5.5) still appears to have no effect.
Comment 4 Robert Knight 2007-06-02 16:49:39 UTC
KDE 4 - Fixed since there is no option at all to even have a frame in the first place.  Some of the frames were not removable in KDE 3 either.
Comment 5 User 0xFF78 2007-08-30 10:40:47 UTC
Its also possible in KDE 3.5

http://www.kde-look.org/content/show.php/True+transparency+for+Konsole?content=48303

--> "And as a bonus, it removes the 1 pixel border around the window, so that you can embed the console in the desktop."