[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2024-05-12 Thread Piotrek
https://bugs.kde.org/show_bug.cgi?id=446581 Piotrek changed: What|Removed |Added CC||piotre...@o2.pl --- Comment #14 from Piotrek ---

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2024-03-26 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=446581 Murz changed: What|Removed |Added CC||mur...@gmail.com -- You are receiving this mail

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2023-09-25 Thread Calvin Hoy
https://bugs.kde.org/show_bug.cgi?id=446581 Calvin Hoy changed: What|Removed |Added CC||calvin.f@gmail.com -- You are receiving this

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2023-09-09 Thread Greg B
https://bugs.kde.org/show_bug.cgi?id=446581 Greg B changed: What|Removed |Added CC||grg...@gmail.com -- You are receiving this mail

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2023-09-05 Thread Eduardo Rocha
https://bugs.kde.org/show_bug.cgi?id=446581 Eduardo Rocha changed: What|Removed |Added CC||edarocha1...@gmail.com -- You are receiving

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2023-04-11 Thread Oleksandr Natalenko
https://bugs.kde.org/show_bug.cgi?id=446581 Oleksandr Natalenko changed: What|Removed |Added CC||oleksa...@natalenko.name -- You are

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2023-02-11 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=446581 Fushan Wen changed: What|Removed |Added CC||alexander@gmail.com --- Comment #13 from

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2022-12-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=446581 Nate Graham changed: What|Removed |Added CC||2724167...@qq.com --- Comment #12 from Nate

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2022-10-26 Thread Silvan Calarco
https://bugs.kde.org/show_bug.cgi?id=446581 Silvan Calarco changed: What|Removed |Added CC||silvan.cala...@mambasoft.it -- You are

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2022-10-23 Thread James McIntosh
https://bugs.kde.org/show_bug.cgi?id=446581 James McIntosh changed: What|Removed |Added CC||jamesxmcint...@gmail.com -- You are

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2022-10-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=446581 --- Comment #11 from chris.long...@gmail.com --- Temporary solution that worked for me is to disable Firefox notifications: https://support.mozilla.org/en-US/questions/1283277 https://support.mozilla.org/en-US/questions/1345694 -- You are receiving

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2022-09-29 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=446581 Fushan Wen changed: What|Removed |Added CC||chris.long...@gmail.com --- Comment #10 from

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2022-06-14 Thread nyanpasu64
https://bugs.kde.org/show_bug.cgi?id=446581 --- Comment #9 from nyanpasu64 --- Problem: QMimeData is non-copyable, and obtained from KSystemClipboard (either QtClipboard or WaylandClipboard), and the main thread might erase it while the worker thread is in the middle of calling QMimeData::text()

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2022-06-14 Thread nyanpasu64
https://bugs.kde.org/show_bug.cgi?id=446581 --- Comment #8 from nyanpasu64 --- ## Popping up menus upon copying URLs At https://invent.kde.org/plasma/plasma-workspace/-/blob/master/klipper/klipper.cpp#L825-833, you call URLGrabber::checkNewData() (which pops up a menu if Klipper's Action Menu

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2022-06-07 Thread Ralf Jung
https://bugs.kde.org/show_bug.cgi?id=446581 --- Comment #7 from Ralf Jung --- > So perhaps plasmashell and Klipper should be rewritten to not block while > waiting for clipboard contents Blocking the main plasmashell thread sounds like a bad idea in general, since it always risks a freeze of

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2022-06-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=446581 Nate Graham changed: What|Removed |Added Summary|plasmashell and Firefox |plasmashell and Firefox |hang