Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: cat herders of linux on 23 August 2024, 08:08:51

Title: something is wonky here
Post by: cat herders of linux on 23 August 2024, 08:08:51
is the issue with the recent update of lsb-release?
Title: Re: something is wonky here
Post by: kiblaster on 23 August 2024, 09:07:28
For someone not familiar with that GUI I am not sure of what it's the problem.
Title: Re: something is wonky here
Post by: cat herders of linux on 23 August 2024, 16:34:12
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?
Title: Re: something is wonky here
Post by: cat herders of linux on 23 August 2024, 17:28:01
fyi

Code: [Select]
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}%
]]

---#
Title: Re: something is wonky here
Post by: cat herders of linux on 23 August 2024, 17:30:16
exec lsb_release -d | awk '{print $2" "$3}'

Arch Linux
Title: Re: something is wonky here
Post by: replabrobin on 23 August 2024, 17:42:09
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
Title: Re: something is wonky here
Post by: Ambie on 23 August 2024, 19:12:06
Afaik lsb_release takes info from /etc/lsb-release. I guess you may edit it manually.
Title: Re: something is wonky here
Post by: Dudemanguy on 23 August 2024, 20:22:21
Packaging mistake on my part. Should be fixed now.
Title: Re: something is wonky here
Post by: cat herders of linux on 24 August 2024, 01:19:44
Packaging mistake on my part. Should be fixed now.
Ty!   You’re awesome!
Title: Re: something is wonky here
Post by: cat herders of linux on 24 August 2024, 03:57:12
Woo!