Re: KDE Plasma cannot login after update
Reply #4 –
I have both system-gremlins and world-gremlins permanently enabled. Until it did not cause any harm: If you put the respective <repo>-gremlins section after the <repo>-section in /etc/pacman.conf, no package <pkg> from <repo>-gremlins will automatically installed if <repo> has package <pkg>, too. The relevant part of my /etc/pacman.conf looks like:
[system]
Include = /etc/pacman.d/mirrorlist
[system-gremlins]
Include = /etc/pacman.d/mirrorlist
[world]
Include = /etc/pacman.d/mirrorlist
[world-gremlins]
Include = /etc/pacman.d/mirrorlist
If you want <pkg> from <repo>-gremlins, you can install it by
pacman -S <repo>-gremlins/<pkg>