Version: 2.0 (using KDE 4.00.00 (KDE 4.0.0), Kubuntu packages) Compiler: gcc OS: Linux (i686) release 2.6.22-14-generic When in Fullscreen mode, hovering over the menu will make it try to disappear, and then reappear again, over and over. This is quite annoying as it doesn't seem to accept clicks while disappearing. I would expect it to stay where it is as long as I don't move the mouse-pointer away from it
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