https://bugs.kde.org/show_bug.cgi?id=495435
Alex Bikadorov <alex.bikado...@kdemail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WAITINGFORINFO Status|REPORTED |NEEDSINFO --- Comment #10 from Alex Bikadorov <alex.bikado...@kdemail.net> --- Thanks for all the information! Your stack trace > #1 0x00007ffff696a7cc in QWidgetWindow::handleMouseEvent > (this=0x555556cddc50, event=0x7fffffffd8b0) at > /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidgetwindow.cpp:639 corresponds to the code https://github.com/qt/qtbase/blob/b839e9b36db3a4e50dfb34521d8ef8de1fd01969/src/widgets/kernel/qwidgetwindow.cpp#L636C1-L645C7 The interesting thing here is the QT_NO_CONTEXTMENU macro. According to https://stackoverflow.com/a/60143763/6286694 it is only active on special embedded systems (or for touch screens?). Is this the case for you? And what is the output of `pacman -Qi qt6-base`? In any case this looks like a bug in Qt itself and not in Krusader. -- You are receiving this mail because: You are watching all bug changes.