Re: something is wonky here Reply #1 – 23 August 2024, 09:07:28 For someone not familiar with that GUI I am not sure of what it's the problem. 1 Likes
Re: something is wonky here Reply #2 – 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?
Re: something is wonky here Reply #3 – 23 August 2024, 17:28:01 fyiCode: [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}%]]---#
Re: something is wonky here Reply #4 – 23 August 2024, 17:30:16 exec lsb_release -d | awk '{print $2" "$3}'Arch Linux
Re: something is wonky here Reply #5 – 23 August 2024, 17:42:09 Quote from: cat herders of linux – on 23 August 2024, 17:30:16exec lsb_release -d | awk '{print $2" "$3}'Arch LinuxSame for meI see exactly the same release in arch linux and artix /usr/bin/lsb_release is owned by lsb-release 2.0.r53.a86f885-2the package files have the same name, but are different in md5sum
Re: something is wonky here Reply #6 – 23 August 2024, 19:12:06 Afaik lsb_release takes info from /etc/lsb-release. I guess you may edit it manually.
Re: something is wonky here Reply #7 – 23 August 2024, 20:22:21 Packaging mistake on my part. Should be fixed now. 1 Likes
Re: something is wonky here Reply #8 – 24 August 2024, 01:19:44 Quote from: Dudemanguy – on 23 August 2024, 20:22:21Packaging mistake on my part. Should be fixed now.Ty! You’re awesome!