is the issue with the recent update of lsb-release?
For someone not familiar with that GUI I am not sure of what it's the problem.
my conky uses lsb release to report the distro i am using. in the picture the conky is showing the liquorix kernel being used but it is reporting that my distro i'm in is arch linux. in case it's not obvious it should be saying and used to say Artix Linux but it does not anymore. Since lsb-release was updated recently i assume the issue is with that?
fyi
conky.text = [[
${font OpenDyslexic:size=26}${voffset 0}${exec lsb_release -d | awk '{print $2" "$3}'} | Kernel: ${kernel} | Ram: ${mem}/${memmax} | Root: ${fs_used /}/${fs_size /} | Cpu: ${cpu cpu0}%
]]
---#
exec lsb_release -d | awk '{print $2" "$3}'
Arch Linux
Same for me
I see exactly the same release in arch linux and artix
/usr/bin/lsb_release is owned by lsb-release 2.0.r53.a86f885-2
the package files have the same name, but are different in md5sum
Afaik lsb_release takes info from /etc/lsb-release. I guess you may edit it manually.
Packaging mistake on my part. Should be fixed now.
Woo!