[plasmashell] [Bug 363771] deactivate "Aufklappmenue"

2018-12-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=363771

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 363771] deactivate "Aufklappmenue"

2018-12-12 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=363771

Kai Uwe Broulik  changed:

   What|Removed |Added

   Version Fixed In||5.14.5
  Latest Commit||https://commits.kde.org/pla
   ||sma-workspace/fb918b6440cef
   ||1949266437218b07208b9caa038
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #10 from Kai Uwe Broulik  ---
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-3klipper/klipper.cpp

https://commits.kde.org/plasma-workspace/fb918b6440cef1949266437218b07208b9caa038

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 363771] deactivate "Aufklappmenue"

2018-12-12 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=363771

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||a...@singingwizard.org

--- Comment #9 from Kai Uwe Broulik  ---
*** Bug 402010 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 363771] deactivate "Aufklappmenue"

2018-12-02 Thread David Tonhofer
https://bugs.kde.org/show_bug.cgi?id=363771

--- Comment #8 from David Tonhofer  ---
Created attachment 116622
  --> https://bugs.kde.org/attachment.cgi?id=116622=edit
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  0x7fd92caf8d18 in
QtSharedPointer::ExternalRefCountData::getAndRef(QObject const*) () at
/lib64/libQt5Core.so.5
#7  0x7fd92dc8a72b in QWidgetWindow::handleMouseEvent(QMouseEvent*) () at
/lib64/libQt5Widgets.so.5
#8  0x7fd92dc8cf0e in QWidgetWindow::event(QEvent*) () at
/lib64/libQt5Widgets.so.5
#9  0x7fd92dc30475 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /lib64/libQt5Widgets.so.5
#10 0x7fd92dc37b90 in QApplication::notify(QObject*, QEvent*) () at
/lib64/libQt5Widgets.so.5

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 363771] deactivate "Aufklappmenue"

2018-12-02 Thread David Tonhofer
https://bugs.kde.org/show_bug.cgi?id=363771

David Tonhofer  changed:

   What|Removed |Added

 CC||bugh...@gluino.name

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 363771] deactivate "Aufklappmenue"

2018-09-06 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=363771

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||bburril...@gmail.com

--- Comment #7 from Kai Uwe Broulik  ---
*** Bug 398310 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 363771] deactivate "Aufklappmenue"

2018-07-27 Thread 3ndymion
https://bugs.kde.org/show_bug.cgi?id=363771

--- Comment #6 from 3ndymion <3ndymio...@gmail.com> ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 363771] deactivate "Aufklappmenue"

2018-07-27 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=363771

--- Comment #5 from Kai Uwe Broulik  ---
This ends up calling Klipper::disableURLGrabber() which creates a KMessageBox
resulting in a nested event loop which typically causes crashes when used in
QML

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 363771] deactivate "Aufklappmenue"

2018-07-27 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=363771

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||3ndymio...@gmail.com

--- Comment #4 from Kai Uwe Broulik  ---
*** Bug 396210 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 363771] deactivate "Aufklappmenue"

2017-04-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=363771

David Edmundson  changed:

   What|Removed |Added

 CC||arifnoumank...@gmail.com

--- Comment #3 from David Edmundson  ---
*** Bug 372522 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 363771] deactivate "Aufklappmenue"

2017-04-25 Thread confused
https://bugs.kde.org/show_bug.cgi?id=363771

confused  changed:

   What|Removed |Added

 CC||d.anielsch...@gmx.de

--- Comment #2 from confused  ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 363771] deactivate "Aufklappmenue"

2016-06-01 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363771

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
FTR: That menu entry is called "Disable This Popup" in English.

-- 
You are receiving this mail because:
You are watching all bug changes.