Bug 470457

Summary: Font version number is not displayed
Product: [Applications] kfontview Reporter: Peter <sunspark>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version: 5.26.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: From Windows, displays the version number.
From Windows, details tab.

Description Peter 2023-05-30 17:08:44 UTC
Created attachment 159353 [details]
From Windows, displays the version number.

SUMMARY

kfontview does not display the version number of the font file nor does right-clicking on the file and selecting properties, then details.

This is an issue because sometimes newer or older font versions are broken and it's necessary to know which is which.

There is a command line workaround, but it's onerous because it's not a string that can be remembered (see additional info).

STEPS TO REPRODUCE
1. Double-click on a font file or right-click in a file manager, select properties and look at details.

OBSERVED RESULT
The version number of the font is not present.

EXPECTED RESULT
Version number to be displayed.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.26.1

ADDITIONAL INFORMATION
Comment 1 Peter 2023-05-30 17:09:42 UTC
Created attachment 159354 [details]
From Windows, details tab.
Comment 2 Peter 2023-05-30 17:12:18 UTC
fc-query -f '%{fontversion}\n' DejaVuSans.ttf | perl -E 'printf "%.3f\n", <>/65536.0'

Above is a string that can be typed in the console to get the version number of a font.. nobody is going to be able to have this memorized.