Created attachment 60458 [details] Dolphin menu is sticked to the primary screen Version: unspecified (using Devel) OS: Linux The new dolphin menu introduced in 4.7 is restricted to the primary screen. On my other screens it appears on the corner of the primary screen. See attachment. Reproducible: Always
Git commit 7ae99b2aebde35a3dcf58cf936f80587ebae49eb by Peter Penz. Committed on 30/05/2011 at 16:32. Pushed by ppenz into branch 'master'. Fix position of Dolphin menu with multiple-screens setup BUG: 274495 FIXED-IN: 4.7.0 M +2 -0 dolphin/src/dolphinmainwindow.cpp http://commits.kde.org/kde-baseapps/7ae99b2aebde35a3dcf58cf936f80587ebae49eb
I could not test the patch as I don't have a multiple screens. Please reopen the issue if the issue is not fixed. Thanks!
Sorry for the delay but I had to wait till your patch was in the Project Neon repositories :) That patch didn’t fix it completely. On the primary screen: Everything’s fine. On the secondary screen: The menu is sticked to the right corner of the screen. Y coordinates are correct (so the top position of the menu matches the dolphin menu button) but we need some work on the X coordinate :P
Thanks for checking! OK, it is at least better than before ;-) I'll make an update again during next week (I'll be offline during the next days) - I hope it works then.
Git commit 0fec71a6e91ed892effbce28c7ee1727562bbe1f by Peter Penz. Committed on 10/06/2011 at 16:26. Pushed by ppenz into branch 'master'. Fix position of toolbar-menu CCBUG: 274495 M +7 -9 dolphin/src/dolphinmainwindow.cpp http://commits.kde.org/kde-baseapps/0fec71a6e91ed892effbce28c7ee1727562bbe1f
Another try :-)
Sorry for the delay. That finally fixed it :) Thanks
Ah, great :-)