Summary: | Web Browser plasmoid and KHelpCenter's QtWebEngine does not adhere to the Fonts KCM's preferences. | ||
---|---|---|---|
Product: | [Unmaintained] kdeplasma-addons | Reporter: | Roke Julian Lockhart Beedell <4wy78uwh> |
Component: | Web Browser | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | wishlist | CC: | nate |
Priority: | NOR | ||
Version First Reported In: | 6.2.2 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
URL: | https://bugreports.qt.io/browse/QTBUG-131844 | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=496990 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Screenshot of the Web Browser plasmoid at a "file"-schema URI.
Screenshot of the "Fonts" KCM. |
Description
Roke Julian Lockhart Beedell
2024-11-09 15:31:05 UTC
Created attachment 175680 [details]
Screenshot of the "Fonts" KCM.
Yes, that's because it internally uses QtWebEngine which uses Chromium which doesn't respect these settings. (In reply to Nate Graham from comment #2) Thanks. I thought it embedded Chromium directly. Per https://forum.qt.io/post/437001, it seems like Qt can consume the system font is a platform-independent manner, so I'll take this upstream, to the QtWebEngine developers. (In reply to Nate Graham from comment #2) On this note, I wanted to file another issue for the same, but about the colour scheme. However, I'd like to know whether it would best be filed here, or, again, at Qt's Jira, instead. Specifically, the undermentioned CSS code: ```CSS HTML { color-scheme: light dark !important; } ``` ...should make the browser utilize the in-use `.colors` file. This works on Firefox (Gecko) but not the Web Browser. I presume that Qt at least understands colour schemes - so again, this is not the purview of KDE Frameworks specifically? Qt, yeah. (In reply to Nate Graham from comment #5) Thanks. Reported to https://bugreports.qt.io/browse/QTBUG-131844. |