Macchina-CLI / macchina

A system information frontend with an emphasis on performance.
https://crates.io/crates/macchina
MIT License
1.48k stars 51 forks source link

[BUG] Add Debian point releases from /etc/debian_version #291

Closed superbonaci closed 11 months ago

superbonaci commented 1 year ago

Debian stores point releases in another file:

$ neofetch
OS: Debian GNU/Linux 12 (bookworm) x86_64
$ cat /etc/debian_version 
12.1

So displaying minor version 12.1 would improve accuracy. [Solved] Bookworm upgrade to 12.1

superbonaci commented 1 year ago

Reported to original project https://github.com/dylanaraps/neofetch/issues/2381

grtcdr commented 11 months ago

This is an upstream issue (or not, depending on how you look at it, but it's definitely not ours).

Adding special exceptions for certain distributions would be a maintenance burden I would really, really like to avoid, /etc/os-release is a widely-adopted standard/convention/whatever and we currently rely on that as a generic mechanism to query distribution information.