[BUG / REGRESSION] OS release version not showing since a recent update #1628
Answered
by
CarterLi
pavinjosdev
asked this question in
Q&A
-
Read the FAQ first
DescriptionThe first field for OS in fastfetch is currently showing Not sure with which update this issue happened but it's recent (a few weeks). Version used2.37.0 Bug prevalenceAlways RegressionYes InstallationPackage manager Package managerzypper ScreenshotsNo response ConfigurationSystem informationOnly including relevant part:
{
"type": "OS",
"result": {
"buildID": "",
"codename": "",
"id": "opensuse-slowroll",
"idLike": "opensuse-tumbleweed opensuse suse",
"name": "openSUSE Tumbleweed-Slowroll",
"prettyName": "openSUSE Tumbleweed-Slowroll",
"variant": "",
"variantID": "",
"version": "",
"versionID": "20250302"
},
"stat": 0.0317080020904541
}, Features built-in
|
Beta Was this translation helpful? Give feedback.
Answered by
CarterLi
Mar 19, 2025
Replies: 1 comment 1 reply
-
It's expected. After v2.34.0 we print only pretty name in OS module by default. Please try |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pavinjosdev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's expected. After v2.34.0 we print only pretty name in OS module by default.
Please try
fastfetch -s os --os-format '{pretty-name} {version-id} {arch}'