https://bugs.kde.org/show_bug.cgi?id=393202

--- Comment #9 from isalliswell <rahul.vit2...@gmail.com> ---
(In reply to Nate Graham from comment #8)
> (In reply to Antonio Rojas from comment #7)
> > (In reply to isalliswell from comment #6)
> > > As pointed out in the comments,it depends on the font size.So,I am just
> > > curious if it is related to "Force a content size into the background 
> > > style
> > > item
> > > " update to Kirigami in recent Frameworks update to 5.45.
> > > 
> > > Kirigami Content size update: https://phabricator.kde.org/D11189
> > 
> > No, this is caused by
> > https://github.com/KDE/qqc2-desktop-style/commit/
> > 9a5f7d834f86f57e88c3993fbcf4c17d09a01e10
> 
> Can confirm. :/ Sorry about that. I swear I tested this
> extensively--including with a non-default font size of Noto Sans 11.
> Unfortunately, that's not one of the affected font and size combinations, so
> I missed this.
> 
> The bug seems to be that this *particular* view has some minor mis-alignment
> that triggers the clipped text bug when Qt Native text rendering is used. I
> don't think we should roll back the fix; rather, we need to fix whatever it
> is in this particular scrollview that's triggering the bug.
> 
> 
> Workaround: open the following file:
> - Debian-based distros:
> /usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/Label.
> qml
> - Other distros:
> /usr/lib64/qt5/qml/QtQuick/Controls.2/org.kde.desktop/Label.qml
> 
> Comment out the line that begins with "renderType:" and add a new line
> consisting of "renderType: Text.QtRendering" Save the file and re-open
> System Settings. Should be fixed.
> 
> This will force Qt Text Rendering, which does not have the issue. It will
> have the effect of making nearly all text using Qml Label items subtly
> lighter in color though.

It seems to fix the issue.In Arch the path of the file is slightly different
i.e :/usr/lib64/qt/qml/QtQuick/Controls.2/org.kde.desktop/Label.qml

Just curious why this issue is not there in KDE Neon Dev-Unstable even though
they are using(presumably) the same configurations ?

Thank you!

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to