Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: Wasp on 09 May 2025, 13:19:49

Title: Problem Lxqt (obconf-qt)
Post by: Wasp on 09 May 2025, 13:19:49
Hi, I have a problem with Lxqt, if I type obconf-qt I get:

Quote
obconf-qt
obconf-qt: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory

The package libxml2  is regularly installed:

Quote
system/libxml2 2.14.2-2 [installato]

Thanks

Title: Re: Problem Lxqt (obconf-qt)
Post by: Artist on 09 May 2025, 15:26:45
On a fully updated LXQT system this problem does not reproduce.
What version of obconf-qt do you have?

artist
Title: Re: Problem Lxqt (obconf-qt)
Post by: Wasp on 09 May 2025, 15:42:47
Quote
galaxy/obconf-qt 0.16.5-1 (lxqt) [installato]

Thanks
Title: Re: Problem Lxqt (obconf-qt)
Post by: Wasp on 09 May 2025, 15:54:20
On a fully updated LXQT system this problem does not reproduce.
What version of obconf-qt do you have?

artist

I think I understood, updating did not give any update. I changed the default server to /etc/pacman.d/mirrorlist (commenting it out):

Quote
# Default mirrors
#Server = https://mirror.clarkson.edu/artix-linux/repos/$repo/os/$arch
Server = http://ftp.ntua.gr/pub/linux/artix-linux/$repo/os/$arch
Server = https://mirrors.dotsrc.org/artix-linux/repos/$repo/os/$arch
and re-ran

Quote
pacman -Syu.

There were several packages to update...now it works.