Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: renguangxi on 23 December 2024, 11:55:11

Title: [SOLVED] Can't start lxqt-session because of the wrong libproc2 dependency
Post by: renguangxi on 23 December 2024, 11:55:11
The new lxqt-session package (version 2.1.0-3) from the Galaxy (https://packages.artixlinux.org/packages/galaxy/x86_64/lxqt-session/) repository seems to be depending on libproc2.so=0-64. This leads to not being able to login to the LXQt session, as libropc2 is on version 1-64.
The Arch package from the Extra (https://archlinux.org/packages/extra/x86_64/lxqt-session/) repository is in fact depending on libproc2.so=1-64 and installing that package instead of the one from the Artix repository solves the problem.

I don't know if this is an error from the maintainer or if I'm missing something. Anyway I think this is worth mentioning, just in case anyone encounters the same problem.
Title: Re: Can't start lxqt-session because of the wrong libproc2 dependency
Post by: Artist on 23 December 2024, 12:46:26
lxqt-sessions has been updated now; pls report back after you have been able to install and test it.

artist
Title: Re: Can't start lxqt-session because of the wrong libproc2 dependency
Post by: renguangxi on 24 December 2024, 11:24:55
I can confirm it is now working, thanks!