Bug 493240 - Broken/pixelated fonts in plasma system monitor processes table on Overview page
Summary: Broken/pixelated fonts in plasma system monitor processes table on Overview page
Status: RESOLVED FIXED
Alias: None
Product: plasma-systemmonitor
Classification: Applications
Component: general (show other bugs)
Version: 6.1.5
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords:
: 493186 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-09-17 05:18 UTC by Althaf
Modified: 2024-09-18 01:39 UTC (History)
5 users (show)

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


Attachments
Plasma system monitor screenshot (201.21 KB, image/png)
2024-09-17 05:18 UTC, Althaf
Details
Issue zoomed in 4x (73.38 KB, image/png)
2024-09-17 14:43 UTC, Noah Davis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Althaf 2024-09-17 05:18:24 UTC
Created attachment 173750 [details]
Plasma system monitor screenshot

SUMMARY
  When using fractional scaling (125%) in some parts of the plasma-systemmonitor the fonts are broken/pixelated and also sometimes icons are blurry. This can be found in all kirigami apps. I use Open sans semibold 10 as the font for plasma.

STEPS TO REPRODUCE
1. Open system monitor
2. Just inspect the UI

OBSERVED RESULT
Broken/pixelated fonts

EXPECTED RESULT
Good font rendering and clean UI

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  EndeavourOS 
KDE Plasma Version: 6.1.5
KDE Frameworks Version: 6.6.0
Qt Version: 6.7.2
Kernel Version: 6.10.10-zen1-1-zen (64-bit)
Graphics Platform: Wayland

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2024-09-17 14:16:13 UTC
Can you attach a screenshot that shows the issue in another Kirigami app? Or even better, more than one such screenshot?
Comment 2 Noah Davis 2024-09-17 14:41:23 UTC
I have reproduced the issue and setting `pixelAligned` to true on the TableView seems to fix the problem.
Comment 3 Noah Davis 2024-09-17 14:43:02 UTC
Created attachment 173769 [details]
Issue zoomed in 4x

I got this by scrolling in the table view with my touchpad, but it's kind of hard to see if you aren't paying close attention.
Comment 4 Nate Graham 2024-09-17 15:56:40 UTC
*** Bug 493186 has been marked as a duplicate of this bug. ***
Comment 5 Bug Janitor Service 2024-09-17 17:38:39 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/313
Comment 6 Noah Davis 2024-09-17 17:46:51 UTC
Git commit 049aff70ca2d65115e1801c1f0076606b59505a5 by Noah Davis.
Committed on 17/09/2024 at 17:40.
Pushed by ndavis into branch 'master'.

BaseTableView: Set pixelAligned to true

M  +1    -0    src/table/BaseTableView.qml

https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/049aff70ca2d65115e1801c1f0076606b59505a5
Comment 7 Noah Davis 2024-09-17 17:47:09 UTC
Git commit 70d4505c95a7a65027a4d670b53fbe4b3e0dd5e5 by Noah Davis.
Committed on 17/09/2024 at 17:47.
Pushed by ndavis into branch 'Plasma/6.2'.

BaseTableView: Set pixelAligned to true

(cherry picked from commit 049aff70ca2d65115e1801c1f0076606b59505a5)

Co-authored-by: Noah Davis <noahadvs@gmail.com>

M  +1    -0    src/table/BaseTableView.qml

https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/70d4505c95a7a65027a4d670b53fbe4b3e0dd5e5
Comment 8 Nate Graham 2024-09-18 01:39:28 UTC
Please open new bug reports for additional cases where you see this — one bug report per issue. Thanks a lot!