Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: something is wonky here (Read 418 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: something is wonky here

Reply #1
For someone not familiar with that GUI I am not sure of what it's the problem.

Re: something is wonky here

Reply #2
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?
Cat Herders of Linux

Re: something is wonky here

Reply #3
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}%
]]

---#
Cat Herders of Linux

Re: something is wonky here

Reply #4
exec lsb_release -d | awk '{print $2" "$3}'

Arch Linux
Cat Herders of Linux

Re: something is wonky here

Reply #5
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

Re: something is wonky here

Reply #6
Afaik lsb_release takes info from /etc/lsb-release. I guess you may edit it manually.

 

Re: something is wonky here

Reply #7
Packaging mistake on my part. Should be fixed now.