⦠some typo you have introduced into the config files?
Try with a new user?
and possibly reset your plasma session to defaults
⦠remove/move everything in ~/.config
and restore from what is in /etc/skel
(be wary of any e-mail related settings - Thunderbird and Firefox and Chrome/Chromium use separate directoiries - but Evolution has itās settings in ~/.config as far as I know)
(do this from a TTY - the Plasma session of that user canāt be running when you do this)
But this is ANOTHER user, so itās possibly some kind of plugin or other error - we didnāt really know from the first case, but it was fixed with refreshing the config.
Sadly, OP posted 7 hours ago and is likely or at work now, so time for patience.
The dependencies are not managed the same way. I suggest you watch and try to understand pkgbuild file. You even have explanations about the temporary fix in the file.
Iām at work currently, Iāve got no time to explain in details right now.
Donāt know about the symlink part but this is the topmost comment:
Note from 3.20.2-2.1
A patch have been implemented due the absence of libxml2.so.2 after package upgrade to 2.14.2. This fix is not useful if:
You plan to keep your system update to a specific date until NordVPN officially uses the new library.
You are from a different distribution, which is a Arch-based one with other repositories, and libxml2 is not yet upgraded.
and in the PKGBUILD:
#-----------------------------------------------------------------
# Bellow is a TEMPORARY fix for the missing libxml2.so.2 library
# when upgrading the package to version 2.14.2
#-----------------------------------------------------------------
# If you wish, you can instead downgrade all your packages
# within a specific date:
## 1. Edit your /etc/pacman.d/mirrorlist
## 2. Include the following line:
### Server = https://archive.archlinux.org/repos/2025/04/29/$repo/os/$archive
## 3. Then you run:
### pacman -Syyuu
### (-uu is for downgrade)
# done
#-----------------------------------------------------------------
tar -xvf libxml2-2.13.8-1-x86_64.pkg.tar.zst "usr/lib/libxml2.so.2.13.8"
install -Dm 755 "usr/lib/libxml2.so.2.13.8" "${pkgdir}/usr/lib/nordvpn/libxml2.so.2"
The PKGBUILD was modified to account for the missing file. It doesnāt actually use this particular package. This package has been added to the regular Arch repositories