Bug 496374 - Android Studio UI stops updating after minimizing the window
Summary: Android Studio UI stops updating after minimizing the window
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kwin
Classification: Plasma
Component: platform-x11-standalone (other bugs)
Version First Reported In: 6.2.3
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-17 13:30 UTC by priv.luk
Modified: 2024-11-19 19:00 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!