Klipper uses a regular QPopupMenu (or the QML equivalent). Once it is open, there is no way of closing it without selecting an item. [BTW, it has also an ugly black border around it] I'm reporting this bug against the System Tray because other applications might use popup menus and block the user workflow. Reproducible: Always Steps to Reproduce: 1. Make sure Klipper is running 2. Click on its icon in the system tray 3. Try to close the menu without changing the contents of your clipboard Actual Results: It's very hard Expected Results: Clicking outside the menu (panel, desktop, application window, ...) should close it I'm using Project Neon daily ppa
Can reproduce here.
This is also reported as bug 333009, but I am unsure if it is a Klipper bug to begin with.
(Regarding the black border, see bug 333008.)
This is already fixed with https://git.reviewboard.kde.org/r/118200/
*** Bug 333009 has been marked as a duplicate of this bug. ***
This was fixed last week, but it seems to have reappeared (using latest git of knotifications and plasma-*)
Can't reproduce anymore...are you sure you're running klipper from kde5?
Actually it works in a new session, but it stops working as soon as you restart plasmashell: 1) Login -> works 2) kquitapp5 plasmashell && plasmashell -> doesn't work
hi my kimtoy code is written to be like the following tray = new KStatusNotifierItem(this); tray->setAssociatedWidget(tray->contextMenu()); the context menu was made to be the associated widget however, after the changes in this bugfix commit there is always ugly window frame and taskbar entry shown when i activate the context menu with left mouse click so, i have to use eventfilter to restore the old behavior, and this bug too https://quickgit.kde.org/?p=kimtoy.git&a=commit&h=19aa88bb10d1cfc3d84ea2b216c7737e9793c118
Please report regressions as a new bug, maybe with a screen shot.