Bug 492764 - System tray widgets become unresponsive when pasting a screenshot to the desktop
Summary: System tray widgets become unresponsive when pasting a screenshot to the desktop
Status: CONFIRMED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 6.5.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-07 20:11 UTC by epicbattleoff
Modified: 2024-09-13 18:04 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
bug reproduction (3.81 MB, video/x-matroska)
2024-09-07 20:11 UTC, epicbattleoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description epicbattleoff 2024-09-07 20:11:21 UTC
Created attachment 173413 [details]
bug reproduction

SUMMARY
System tray widgets become unresponsive when pasting a screenshot to the desktop

STEPS TO REPRODUCE
1. Make a screenshot using Spectacle
2. Paste it to the desktop
3. Try clicking things in the system tray

OBSERVED RESULT
All widgets become unresponsive

EXPECTED RESULT
All widgets should be responsive

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.1.4
KDE Frameworks Version: 6.5.0
Qt Version: 6.7.2


ADDITIONAL INFORMATION
I am not a programmer, but this is probably related to inheritance or something since this popup also freezes Dolphin when pasting a screenshot so I guess it does the same to the desktop and all of its children which includes the system tray
Comment 1 cwo 2024-09-13 18:04:30 UTC
Can confirm on 6.1.4.

I think this is because the KIO dialog is set to modal, and as with all modal dialogs the underlying program will not accept input until the dialog is closed. It's just usually shown by dimming the rest of the program, and that doesn't happen here (and likely would look weird).

Moving to frameworks-kio.