Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: AntonyZ0 on 07 May 2023, 18:46:07

Title: Plasma-X11 not working after upgrade
Post by: AntonyZ0 on 07 May 2023, 18:46:07
Hello after last upgrade i cannot run plasma.
I am taking
Code: [Select]
startplasma-x11 
startplasma-x11: error while loading shared libraries: libplist-2.0.so.3: cannot open shared object file: No such file or directory

Code: [Select]
 
 pacman -Qi libplist
Name : libplist
Version : 2.3.0-1
Description : A library to handle Apple Property List format
                               whereas it's binary or XML
Architecture : x86_64
URL : https://libimobiledevice.org/
Licenses : GPL2 LGPL2.1
Groups : None
Provides : None
Depends on : gcc-libs
Optional dependencies : python: for the Python bindings [installed]
Required by : libimobiledevice libusbmuxd usbmuxd
Optional dependency on : None
Conflict with : None
Replaces : None
Installation size : 455.24 KiB
Package Manager : Artix Build Bot <[email protected]>
Creation date : Sat 06 May 2023 09:45:13 AM EEST
Installation date : Sun 07 May 2023 05:03:23 PM EEST
Reason for installation : Explicitly installed
Installation command script : No
Authenticated by : Signature


Title: Re: Plasma-X11 not working after upgrade
Post by: sonar on 07 May 2023, 19:44:09
Hello after last upgrade i cannot run plasma.
I am taking
Code: [Select]
startplasma-x11 
startplasma-x11: error while loading shared libraries: libplist-2.0.so.3: cannot open shared object file: No such file or directory

Code: [Select]
 
 pacman -Qi libplist
Name : libplist
Version : 2.3.0-1
Description : A library to handle Apple Property List format
                               whereas it's binary or XML
Architecture : x86_64
URL : https://libimobiledevice.org/
Licenses : GPL2 LGPL2.1
Groups : None
Provides : None
Depends on : gcc-libs
Optional dependencies : python: for the Python bindings [installed]
Required by : libimobiledevice libusbmuxd usbmuxd
Optional dependency on : None
Conflict with : None
Replaces : None
Installation size : 455.24 KiB
Package Manager : Artix Build Bot <[email protected]>
Creation date : Sat 06 May 2023 09:45:13 AM EEST
Installation date : Sun 07 May 2023 05:03:23 PM EEST
Reason for installation : Explicitly installed
Installation command script : No
Authenticated by : Signature




See the post above/below about total lockout.
Title: Re: Plasma-X11 not working after upgrade
Post by: juhzuri on 15 May 2023, 00:13:12
As a temporary workaround, I created a symbolic link for the library.
Code: [Select]
sudo ln -s /usr/lib/libplist-2.0.so /usr/lib/libplist-2.0.so.3

Hope that this helps someone get to their desktop environment.

Edit: Ah... Found the forum post (https://forum.artixlinux.org/index.php/topic,5415.0.html) referenced above after searching for the library on the forum. So, looks like it's the same solution from there. Tip: Never reference another thread without actually linking to the thread as time shuffles visibility.