According to https://bugzilla.redhat.com/show_bug.cgi?id=2212512, I have decided to drop this from fontconfig and want to move a control over this to KDE.
Please update.
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> <fontconfig> <description>Enable sub-pixel rendering with the RGB stripes layout for KDE only</description> <!-- Enable sub-pixel rendering --> <match target="font"> <!-- This sort of configuration is available on the major desktop environments and we don't have to break it with "assign" unconditionally. however, we want to set something for others. So we use "append" here to get this working in both cases so that most clients would takes a look at the first place only. --> <test name="desktop" compare="contains"> <string>KDE</string> </test> <edit name="rgba" mode="append"><const>rgb</const></edit> </match> </fontconfig>
Metadata Update from @siosm: - Issue tagged with: meeting
From: - https://src.fedoraproject.org/rpms/fontconfig/c/b1ee7ffdbdf3d8ab16b9259507d8218be4ad94ca?branch=rawhide - https://src.fedoraproject.org/rpms/fontconfig/blob/rawhide/f/10-sub-pixel-rgb-for-kde.conf
Add to https://src.fedoraproject.org/rpms/kde-settings
Metadata Update from @siosm: - Issue assigned to ngompa
Metadata Update from @siosm: - Issue untagged with: meeting
This is ready to go for when we make our next kde-settings release for f40.
This landed some time ago.
Metadata Update from @ngompa: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)