neon dev unstable here start plasma wayland session press printscreen and enter to take a screenshot right click on screenshot preview in notification menu appears on top of the screen
Sorry, here are better steps start plasma wayland session open dolphin press printscreen and enter, click "save & exit" button to take a screenshot right click on screenshot preview in notification menu appears on top of the screen
Is it only Spectacle's notifications, or do other notifications also appear in the same place?
I noticed this bug only with spectacle so far.
Thanks!
bug persists on Arch Linux running plasma 5.13 beta and spectacle 18.04.1.
Created attachment 125466 [details] screenshot showing the context menu of a notification with window decoration positioned in the upper left corner Operating System: Arch Linux KDE Plasma Version: 5.17.90 KDE Frameworks Version: 5.66.0 Qt Version: 5.14.1
@kai, the fact it has a window deco is important. It means Qt didn't think there was a toplevel with focus that it could request a popup for. If Qt doesn't think it can create a popup it falls back to a toplevel which we're seeing here.
> It means Qt didn't think there was a toplevel with focus that it could request a popup for. Since this is a notification popup, there's no toplevel with focus, so this is to be expected?
Git commit 3c31b7a6a1b744df631343befa6bd1690ed05a40 by Kai Uwe Broulik. Committed on 27/01/2020 at 19:37. Pushed by broulik into branch 'Plasma/5.18'. [Notifications] Set transient parent for file menu Required on Wayland so it can be properly positioned. FIXED-IN: 5.18.0 Differential Revision: https://phabricator.kde.org/D26943 M +2 -0 applets/notifications/filemenu.cpp https://commits.kde.org/plasma-workspace/3c31b7a6a1b744df631343befa6bd1690ed05a40