Task Switcher Text Rendering Issue on PineTab2 with Wayland #684
Labels
bug
Something isn't working
device: pinetab2
PINE64 PineTab 2
ui: plasma-desktop
Plasma Desktop from KDE
Context
Device info
Describe the bug
In Wayland session, the Task Switcher displays text as white boxes. Each character in window titles is rendered as a separate white box with size proportional to the character's dimensions. The issue occurs across all Task Switcher layouts (sidebar, compact, thumbnail_grid, etc.).
The issue only affects Task Switcher text; other UI text renders normally. The problem does not occur in X11 sessions.
Attempted Solutions
Environment variables (none worked):
KWin configuration:
Solution/Workaround
Adding
renderType: Text.NativeRendering
to the Kirigami.Heading component in/usr/share/kwin/tabbox/sidebar/contents/ui/main.qml
resolves the issue:Screenshots
Before:
After:
Logfiles and additional information
Key OpenGL errors observed:
Full kwin_wayland log:
kwin_wayland_log.txt
Note
This issue report was prepared with the assistance of Claude AI, which helped analyze the logs and suggested various debugging approaches. The final solution (adding
renderType: Text.NativeRendering
) was found through collaborative debugging.Before submitting a bug report, please be sure that you have done the following:
The text was updated successfully, but these errors were encountered: