Bug 105905

Summary: Toggling hiding via DCOP disables set fullscreen
Product: [Applications] konsole Reporter: Raphael Wimmer <raphman>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: 1.4.2   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Raphael Wimmer 2005-05-18 21:23:47 UTC
Version:           1.4.2 (using KDE KDE 3.3.2)
Installed from:    Debian testing/unstable Packages
OS:                Linux

I want to have a Konsole which I can show and hide with a keypress - just like the tilde conxole in Quake. I start a Konsole with a special profile which hides menu and tab bar and the scroll bars and enables the fullscreen mode. 
However, when I hide the window with 
dcop konsole-1234 konsole-mainwindow#1 setHidden true
and show it again with
dcop konsole-1234 konsole-mainwindow#1 setHidden false
the window has left fullscreen mode. I don't know if this is a bug. I would also be happy with a DCOP function for setting fullscreen.

Btw: Konsole and DCOP are really great.
Comment 1 Raphael Wimmer 2005-05-18 21:44:20 UTC
Sorry, there is a function for setting fullscreen via DCOP. Thus no need for fixing this bug. I'm happy.