Hello after last upgrade i cannot run plasma.
I am taking
startplasma-x11
startplasma-x11: error while loading shared libraries: libplist-2.0.so.3: cannot open shared object file: No such file or directory
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.
As a temporary workaround, I created a symbolic link for the library.
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.