Bug 493559

Summary: Font installation error visually broken until KNS dialog is resized a tiny bit
Product: [Frameworks and Libraries] frameworks-knewstuff Reporter: Francisco H <francisco278herrera>
Component: generalAssignee: Dan Leinir Turthra Jensen <admin>
Status: RESOLVED FIXED    
Severity: normal CC: alexander.lohnau, kdelibs-bugs, nate
Priority: HI    
Version: 6.6.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
URL: https://bugreports.qt.io/browse/QTBUG-128935
Latest Commit: Version Fixed In: Qt 6.8.1
Sentry Crash Report:

Description Francisco H 2024-09-24 05:07:31 UTC
***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

Please remove this comment after reading and before submitting - thanks!
***

SUMMARY


STEPS TO REPRODUCE
1. Use Fedora 40 Workstation. I downloaded the GNOME version and then installed KDE plasma, with no other KDE apps using sudo dnf install @kde-desktop-environment
2. Open the system settings app, then search for fonts, then select font management
3. click on get new fonts. select the font at the top right, then click install, The font doesn't install, the window says it has an unknown state and has a link to report the issue here. The window has a transparent dark gray square on the top left corner.

OBSERVED RESULT
The font "MS True Type Core Fonts by SeanParsons" is not installed.


EXPECTED RESULT
The font "MS True Type Core Fonts by SeanParsons" is installed successfully.

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 40
KDE Plasma Version: 6.1.5
KDE Frameworks Version: 6.6.0
Qt Version: 6.7.2
Kernel Version: 6.10.10-200.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 5600H with Radeon Graphics
Memory: 14.5 GiB of RAM
Graphics Processor: AMD Radeon Graphics


ADDITIONAL INFORMATION
Comment 1 Nate Graham 2024-09-24 12:20:46 UTC
I can reproduce the issue.

If I resize the window, the layout gets fixed, and an error dialog appears warning me that "Cannot install 'MS True Type core fonts' because it points to a web page. Click here to finish the installation."

So ultimately the item on store.kde.org itself is broken, but the error message telling you this isn't legible. We can fix the legibility issue.
Comment 2 Francisco H 2024-09-25 06:24:40 UTC
(In reply to Nate Graham from comment #1)
> I can reproduce the issue.
> 
> If I resize the window, the layout gets fixed, and an error dialog appears
> warning me that "Cannot install 'MS True Type core fonts' because it points
> to a web page. Click here to finish the installation."
> 
> So ultimately the item on store.kde.org itself is broken, but the error
> message telling you this isn't legible. We can fix the legibility issue.

That's ok
Comment 3 Nate Graham 2024-11-15 16:39:04 UTC
Fixed by David Edmundson with https://codereview.qt-project.org/c/qt/qtdeclarative/+/600347, to be released with Qt 6.8.1!