Skip to main content
Topic: Plasma-X11 not working after upgrade (Read 670 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Plasma-X11 not working after upgrade

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



Re: Plasma-X11 not working after upgrade

Reply #1
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.

 

Re: Plasma-X11 not working after upgrade

Reply #2
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 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.