Bug 496374

Summary: Android Studio UI stops updating after minimizing the window
Product: [Plasma] kwin Reporter: priv.luk
Component: platform-x11-standaloneAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED DOWNSTREAM    
Severity: normal CC: nate
Priority: NOR    
Version First Reported In: 6.2.3   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description priv.luk 2024-11-17 13:30:34 UTC
SUMMARY
Android Studio UI stops updating after minimizing the window.

STEPS TO REPRODUCE
1. Open Android Studio project
2. Minimize window
3. Unminimize it and notice that it's no longer updating

OBSERVED RESULT
UI works and reacts to input.

EXPECTED RESULT
UI doesn't work and doesn't react to input.

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 41
KDE Plasma Version: 6.2.3
KDE Frameworks Version: 6.8.0
Qt Version: 6.8.0
Kernel Version: 6.11.6-300.fc41.x86_64 (64-bit)
Graphics Platform: X11
Processors: 24 × AMD Ryzen 9 5900X 12-Core Processor
Memory: 125.7 GiB of RAM
Graphics Processor: AMD Radeon RX 6600 XT

ADDITIONAL INFORMATION
https://www.youtube.com/watch?v=GUEuNn_2Q-o
Comment 1 Nate Graham 2024-11-19 19:00:54 UTC
On X11, KWin isn't responsible for drawing the window like this. As such, it's either a bug in the app, or a bug in the X server, neither of which are KDE code. Normally I'd recommend following up with the Fedora folks about this; however I don't believe Fedora KDE supports the X11 session anymore, so you may be out of luck there. You might try the Wayland session, or switching to a distro that still offers support for issues on X11.

Thanks, and good luck!