Bug 42320 - Impossible to remove the the frame around the window in full screen mode
Summary: Impossible to remove the the frame around the window in full screen mode
Status: RESOLVED LATER
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR minor
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
: 63280 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-05-08 12:18 UTC by Luc Vo Van
Modified: 2006-09-05 15:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
This attachment shows the border which cannot be removed (126.06 KB, image/png)
2004-06-27 17:40 UTC, Yorn de Jong
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vincent887 2002-05-08 12:11:13 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           konsole
Version:           KDE 3.0.0 
Severity:          normal
Installed from:    Mandrake RPMs
Compiler:          Not Specified
OS:                Linux
OS/Compiler notes: Not Specified

I want to make my konsole in full screen mode without any menu or tool bar or sthg like that as it was possible in kde 2. But I can't remove one thick line at the top and bottom of the screen. Just a little bug. Not really severe but ... Yes it is a bug isn't it? :o)


(Submitted via bugs.kde.org)
Comment 1 Chris Spiegel 2003-01-17 05:36:04 UTC
I'd like to note that this is still present in KDE 3.0.5a, and is quite 
annoying.  I've taken to keeping kdelibs/base from KDE 2 around so I can run a 
konsole that does fullscreen properly.  I'd love to be purely KDE 3 but until 
konsole works full screen, I must stick with a previous version. 
 
In short, while this is not a serious bug (konsole still works fine), it's 
severe enough that I just can't use it. 
Comment 2 Karl Vogel 2003-02-19 22:10:51 UTC
Don't know when this was added, but in HEAD you can switch this frame on/off 
 
Go to: 
 Settings->Configure Konsole..->General->Show frame 
 
to toggle the border you are seeing 
 
Comment 3 Chris Spiegel 2003-05-12 07:42:16 UTC
Regarding the comment by Karl Vogel: KDE 3 (and 2, for that matter) has 
always had the ability to remove the frame.  The problem is that in KDE 3, 
you can't completely remove the frame.  Basically, it's "show big fat frame" 
or "show smaller frame".  Try going full screen in KDE 3 and you'll see the 
problem. 
 
If you mean this option has been fixed in HEAD (ie, no frame really does 
mean no frame), then sorry for the misunderstanding.. =)  FWIW it's still 
the same problem in KDE 3.1.1 
Comment 4 Karl Vogel 2003-06-03 14:31:32 UTC
Just to keep this bug up-2-date.. see posting on konsole-devel list:

From: Waldo Bastian <bastian@kde.org>
Subject: [Konsole-devel]  [PATCH] Qt adds extra space to layouts when it shouldn't.
Comment 5 Stephan Binner 2003-11-01 19:44:06 UTC
*** Bug 63280 has been marked as a duplicate of this bug. ***
Comment 6 James Pellow 2004-01-04 23:35:48 UTC
This bug is still present in CVS head as of Jan 4, 2004.  I would personally love to see this fixed.  If someone pointed me in the right direction, I could have a look at fixing it.  Email me...
Comment 7 Waldo Bastian 2004-01-05 10:42:07 UTC
The two small lines are due to a Qt problem that is reported as Issue N23563. It is unlikely to be fixed before Qt 4.
Comment 8 Noname Nope 2004-01-11 04:46:50 UTC
could it be workarounded? it is _very very_ annoying.

There are KDE apps that can be totally borderless, why* konsole can't?

*sorry, but google not found anything useful with "Issue N23563" or "qt bug 23563".. http://bugs.kde.org/show_bug.cgi?id=23563 have unrelated info. thats why I asking.

p.s.
I spent one day of my weekend looking at source code of konsole.. and it seems not TEWidget (derived from QFrame) and not KTabWidget (derived from QTabWidget) draws that annoying lines.
Comment 9 Stephan Kulow 2004-05-25 09:19:29 UTC
Replaced vincent887@caramail.com with thelemmings@thelemmings.net due to bounces by reporter
Comment 10 Yorn de Jong 2004-06-27 17:40:18 UTC
Created attachment 6489 [details]
This attachment shows the border which cannot be removed

I have exact the same problem as described above.

This bug report is already more than a year old, and still, it isn't fixed!
Comment 11 Kurt Hindenburg 2004-06-28 10:43:16 UTC
As Waldo mentions in Comment #7, this is a QT bug, not KDE/konsole.

Does QT not have a public bug webpage?

Should this be marked as Resolve->Later?
Comment 12 K 2006-08-26 19:24:26 UTC
There is still a frame around the window in full screen mode in 1.6.4 version.
Disabling 'Show frame' doesn't fix the problem.
In Comment #8 is referred that the frame isn't created by the tab widget.
But I am almost sure that it is.
So please developers of konsole, let us know what is the true cause of that frame.


By the way, the problem that is referred at the Comment #7 is relative to this: http://lists.kde.org/?l=konsole-devel&m=108081508612769&w=2
Comment 13 Robert Knight 2006-08-26 20:39:06 UTC
This bug still appears in Konsole SVN (based on KDE 4, Qt 4) and it is because of the QTabWidget frame - you can see less visible evidence in other KDE applications as well.

I and at least one other have referred this to Trolltech.  It would be best for Qt to provide a way of hiding the frame, but if that is not possible there are some hacks that can be used in Konsole or possibly KTabWidget.  
Comment 14 K 2006-08-30 01:46:19 UTC
OK, it's good that the cause of this bug is known now.

Now, would be very difficult to implement a patch that will allow users to use konsole without tabs (generally or in fullscreen mode)?
Comment 15 Robert Knight 2006-09-04 13:42:00 UTC
> Now, would be very difficult to implement a patch that will allow users to use konsole without tabs (generally or in fullscreen mode)?

Hiding the tab bar (where the tabs are displayed) is easy, but that isn't the problem.  The problem is the frame which surrounds the 'page area' (where the terminal emulator is displayed) - and that is part of Qt's QTabWidget.
Comment 16 K 2006-09-05 15:51:48 UTC
You got me wrong. I was talking about a patch that would remove the
terminal emulator from the QTabWidget. Like a konsole,without tab
support.

> ------- Additional Comments From robertknight gmail com  2006-09-04 13:42 -------
> > Now, would be very difficult to implement a patch that will allow users to use konsole without tabs (generally or in fullscreen mode)?
>
> Hiding the tab bar (where the tabs are displayed) is easy, but that isn't the problem.  The problem is the frame which surrounds the 'page area' (where the terminal emulator is displayed) - and that is part of Qt's QTabWidget.
>