Bug 235223

Summary: KRDC stays in full screen mode after session ends.
Product: [Applications] krdc Reporter: Sven Maier <svenmaier>
Component: generalAssignee: Urs Wolfer <uwolfer>
Status: RESOLVED FIXED    
Severity: wishlist CC: murraytony
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sven Maier 2010-04-23 23:47:22 UTC
Version:            (using KDE 4.4.2)
OS:                Linux
Installed from:    Fedora RPMs

Steps to reproduce: 
- Open a RDP session in window mode. 
- Switch to full screen mode
- End session 

Result: KRDC remains in fullscreen mode. 

Expected result: KRDC should return to window mode. 

Usually if you open an application you expect the application to be closed either through the close control in the title bar or through the File Menu (File->Quit). If a user ends a full screen RDP session KRDC it self remains in full screen mode. A user now has to first search for the controls to return into window mode in order to quit the application. I think the behavior should be, the application returning into window mode.
Comment 1 Urs Wolfer 2010-04-25 23:26:06 UTC
Tony, this is probably an issue you could look into if you find the time for it ;)
Comment 2 Tony Murray 2010-04-27 19:15:46 UTC
SVN commit 1119700 by murrant:

Return to window mode if there are no more open connections.

BUG: 235223


 M  +12 -0     mainwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1119700
Comment 3 Tony Murray 2010-04-27 21:03:27 UTC
SVN commit 1119743 by murrant:

Backport to 4.4 branch:
SVN Commit 1119700 by murrant:

Return to window mode if there are no more open connections.

CCBUG: 235223



 M  +12 -0     mainwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1119743