Summary: | deactivate "Aufklappmenue" | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Ingo Wichmann <kde-bugs> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | 3ndymion, amp, arifnoumankhan, bburrill98, bhush94, bughunt, d.anielschmid, kde, nate, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.6.4 | ||
Target Milestone: | 1.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-workspace/fb918b6440cef1949266437218b07208b9caa038 | Version Fixed In: | 5.14.5 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Ingo Wichmann
2016-06-01 05:33:59 UTC
FTR: That menu entry is called "Disable This Popup" in English. I also face this crash when trying to disable clipboard actions in the popup. * I never activated/used clipboard actions, but since an update I always get this popup. Unfortunately, I don't remember the update :( * I don't run klipper explicitly; only have enabled "Extra Item" -> "Clipboard" in "System Tray Settings" * I'm able to disable it temporary by using a global keyboard shortcut (Plasma: "Enable Clipboard Actions"). But the popup will show again after logout/login. I think, this is a duplicate: https://bugs.kde.org/show_bug.cgi?id=372522 *** Bug 372522 has been marked as a duplicate of this bug. *** *** Bug 396210 has been marked as a duplicate of this bug. *** This ends up calling Klipper::disableURLGrabber() which creates a KMessageBox resulting in a nested event loop which typically causes crashes when used in QML I have this problem in Arch Linux with KDE as well. I don't know if this would be helpful info or not, but when I choose to disable the popup, another popup message appears, but it stays minimized down in the taskbar. It does not ever pop up, or maximize, or come into focus on its own. You have to maximize it manually to see it, if you even noticed that it appeared. *** Bug 398310 has been marked as a duplicate of this bug. *** Created attachment 116622 [details]
New crash information added by DrKonqi
plasmashell (5.13.5) using Qt 5.11.1
- What I was doing when the application crashed:
I have disabled Dolphin's "inline rename" feature (because that is a surefire way to make Dolphin disappear files; maybe it has been fixed?). So, renaming a file involved entering the new name into a popup dialog. Once that is done a popup menu shows up with various actions (I don't know where that comes from, Dolphin never did that before). This being annoying, I select "disable this pop-up" in the dialog. A crash then occurs.
-- Backtrace (Reduced):
#6 0x00007fd92caf8d18 in QtSharedPointer::ExternalRefCountData::getAndRef(QObject const*) () at /lib64/libQt5Core.so.5
#7 0x00007fd92dc8a72b in QWidgetWindow::handleMouseEvent(QMouseEvent*) () at /lib64/libQt5Widgets.so.5
#8 0x00007fd92dc8cf0e in QWidgetWindow::event(QEvent*) () at /lib64/libQt5Widgets.so.5
#9 0x00007fd92dc30475 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5
#10 0x00007fd92dc37b90 in QApplication::notify(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5
*** Bug 402010 has been marked as a duplicate of this bug. *** Git commit fb918b6440cef1949266437218b07208b9caa038 by Kai Uwe Broulik. Committed on 12/12/2018 at 15:03. Pushed by broulik into branch 'Plasma/5.14'. Don't exec() hint about deactivating URL grabber Nested event loops in conjunction with QML are dangerous. Port to QMessageBox which can be used without exec() CHANGELOG: Fix crash when deactivating Klipper's URL grabber FIXED-IN: 5.14.5 Differential Revision: https://phabricator.kde.org/D17531 M +7 -3 klipper/klipper.cpp https://commits.kde.org/plasma-workspace/fb918b6440cef1949266437218b07208b9caa038 |