https://bugs.kde.org/show_bug.cgi?id=478780
--- Comment #2 from yun...@proton.me --- (In reply to Nate Graham from comment #1) > Very likely a combination of bug 476002 and bug 455585. What's your screen > resolution, refresh rate, and scale factor? Thank you for the reply. Resolution: 2160x1440 (3:2) Scale: 100% Refresh Rate: 60Hz Additionally, during my testing today, I checked journalctl and found it reporting multiple errors related to the digital clock and AMD GPU, although there were no crashes. I think these lines are connected to the overview issue, as they appear every time I enter the new overview. ``` Dec 21 16:29:15 fedora kwin_wayland_wrapper[15310]: amdgpu: amdgpu_cs_ctx_create2 failed. (-13) Dec 21 16:29:15 fedora kwin_wayland_wrapper[15310]: amdgpu: amdgpu_cs_ctx_create2 failed. (-13) Dec 21 16:29:15 fedora kwin_wayland[15310]: QSqlDatabasePrivate::database: requested database does not belong to the calling thread. Dec 21 16:29:15 fedora kwin_wayland[15310]: kde.plasma.activitiesstats: PlasmaActivities: Database is not open: "" "" QSqlError("", "Driver not loaded", "Driver not loaded") Dec 21 16:29:15 fedora kwin_wayland[15310]: kde.plasma.activitiesstats: Plasma Activities ERROR: There is no database. This probably means that you do not have the Activity Manager running, or that something else> Dec 21 16:29:15 fedora kwin_wayland[15310]: QObject::startTimer: Timers cannot be started from another thread Dec 21 16:29:17 fedora kwin_wayland[15310]: QObject::killTimer: Timers cannot be stopped from another thread ``` The logs indicate a driver missing issue, so I layered mesa-va-drivers-freeworld from RPM Fusion, but the error persists. ``` Dec 21 17:00:48 fedora kwin_wayland_wrapper[1754]: amdgpu: amdgpu_cs_ctx_create2 failed. (-13) Dec 21 17:00:48 fedora kwin_wayland_wrapper[1754]: amdgpu: amdgpu_cs_ctx_create2 failed. (-13) Dec 21 17:00:49 fedora kwin_wayland[1754]: QObject::startTimer: Timers cannot be started from another thread Dec 21 17:00:50 fedora kwin_wayland[1754]: QObject::killTimer: Timers cannot be stopped from another thread ``` I also encountered multiple errors related to the digital clock, though they don't seem to be related to the overview issue. ``` Dec 21 16:24:48 fedora plasmashell[15510]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/main.qml:78: TypeError: Type error ``` -- You are receiving this mail because: You are watching all bug changes.