Bug 250370

Summary: Menu/Toolbar/Window decoration loss on Okular restart when closing with full screen
Product: [Applications] okular Reporter: Alf Mel <alf>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: normal CC: mailthatmale
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 4.5.3

Description Alf Mel 2010-09-06 16:19:27 UTC
Version:           unspecified (using KDE 4.5.0) 
OS:                Linux

When Okular is closed while in Full Screen, when it is restarted you may experience a loss of the menu, toolbars, and/or window decorations.

Reproducible: Always

Steps to Reproduce:
Start Okular, make sure your toolbars and menu are displayed.  Go to full screen mode, and exit through a KILL signal or logout.

Actual Results:  
When you restart the application, it will return to full screen.  You'll have to use Alt-M to restore the menu, and then use the menu to show your toolbars.  Window decorations will be gone until next restart.

Expected Results:  
Restart with the window settings that existed before the application went to full screen mode.
Comment 1 Albert Astals Cid 2010-09-07 00:06:21 UTC
You don't need to logout or use a kill signal, a simple alt+f4 will do
Comment 2 Albert Astals Cid 2010-09-22 00:11:30 UTC
*** Bug 251882 has been marked as a duplicate of this bug. ***
Comment 3 Albert Astals Cid 2010-10-14 21:19:29 UTC
SVN commit 1185956 by aacid:

rembemer the values of m_menuBarWasShown and m_toolBarWasShown
Patch based in a patch by Victor Blazquez
BUG: 250370


 M  +16 -0     shell.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1185956
Comment 4 Alf Mel 2010-10-16 02:04:06 UTC
Thank, Albert for the fix.