Bug 250370 - Menu/Toolbar/Window decoration loss on Okular restart when closing with full screen
Summary: Menu/Toolbar/Window decoration loss on Okular restart when closing with full ...
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
: 251882 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-09-06 16:19 UTC by Alf Mel
Modified: 2010-10-16 02:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.5.3


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.