Summary: | Menu behaves strangely in Fullscreen mode | ||
---|---|---|---|
Product: | [Applications] gwenview | Reporter: | Stephan Burkhardt <oceanofsolaris> |
Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Possible fix |
Description
Stephan Burkhardt
2008-01-14 23:02:33 UTC
Are you talking about the fullscreenbar which contains a set of buttons to the previous/next image and start the slideshow? If it's the case, then I can't reproduce the bug. It works as expected for me. Aurélien I checked it and the problem only occurs on my second screen (I have a laptop with a connected VGA Monitor and use them in cinerama mode. The Menu tries to hide itself about every 4 seconds or so. Stephan Good catch, it could definitely be caused by a Xinerama setup. I created a patch but I don't have the necessary hardware to test right now. Can you try to apply the attached patch to see if it fixes your problem? Created attachment 23091 [details]
Possible fix
I compiled it with the fix and now it works. Thanks for the fast response P.S:This was the first time I actually compiled a package myself, that's why it took some time- I first had to find out how to do it. Great, then I close it and will backport to 4.0 branch. SVN commit 764039 by gateau: Fix disappearing fullscreenbar when running on the 2nd screen of a Xinerama setup. CCBUG:155787 M +6 -1 fullscreenbar.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=764039 SVN commit 764041 by gateau: Fix disappearing fullscreenbar when running on the 2nd screen of a Xinerama setup. CCBUG:155787 Backported https://svn.kde.org/home/kde/trunk/KDE/kdegraphics@764039 M +6 -1 fullscreenbar.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=764041 |