Bug 163013

Summary: Okular fullscreen pdf presentation mode is translucent when kwin's dialog translucency effect is turned on
Product: [Applications] okular Reporter: Troy Unrau <troy>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: normal CC: l.lunak
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: PDF presentation for testing

Description Troy Unrau 2008-06-01 19:33:33 UTC
Version:           trunk (r814668) (using Devel)
Installed from:    Compiled sources

Okular fullscreen pdf presentation mode is translucent when kwin's dialog translucency effect is turned on - fixing this may require changing the window type in okular...
Comment 1 Troy Unrau 2008-06-01 19:40:05 UTC
Created attachment 25046 [details]
PDF presentation for testing
Comment 2 Lubos Lunak 2008-06-06 17:19:39 UTC
Yes indeed, the window claims to be a dialog.
Comment 3 Pino Toscano 2008-06-06 19:22:54 UTC
SVN commit 817703 by pino:

Make the presentation mode a normal widget (instead of a "fake" dialog), so it is not treated like a real dialog when compositing is active.
BUG: 163013

While I am on it, disable the active modality of the presentation mode, so the main window can be actively used once a presentation is active.
CCBUG: 152585


 M  +3 -3      presentationwidget.cpp  
 M  +2 -2      presentationwidget.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=817703
Comment 4 Pino Toscano 2008-06-06 19:22:57 UTC
SVN commit 817704 by pino:

Backport:

Make the presentation mode a normal widget (instead of a "fake" dialog), so it is not treated like a real dialog when compositing is active.
CCBUG: 163013

While I am on it, disable the active modality of the presentation mode, so the main window can be actively used once a presentation is active.
CCBUG: 152585


 M  +3 -3      presentationwidget.cpp  
 M  +2 -2      presentationwidget.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=817704
Comment 5 Troy Unrau 2008-06-06 20:20:19 UTC
Thanks Pino :)

Cheers

On 6 Jun 2008 17:22:55 -0000, Pino Toscano <pino@kde.org> wrote:
[bugs.kde.org quoted mail]