Bug 105905 - Toggling hiding via DCOP disables set fullscreen
Summary: Toggling hiding via DCOP disables set fullscreen
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.4.2
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-18 21:23 UTC by Raphael Wimmer
Modified: 2005-05-18 21:44 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 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.