Re: Artix without compulsory elogind
Reply #2 –
You have such freedom.
PKGBUILD
pkgname='elogind-dummy'
pkgver=0.1
pkgrel=1
arch=(any)
provides=(libelogind.so=0-64 libelogind liblogind elogind logind)
Build and install that and you can remove elogind & libelogind. (or add a replaces= line and have them removed automatically)
Expect things to break though. I used to to roll like that at one point when I was first using Artix.
The dealbreaker for me is saving text files with elevated privileges in KDE does not work without some form of logind. Or at least I can't get it to work. I like that functionality.