So, first of all: I am using KDE Wallet on my computer and am quite fine with it. This is about “HER” computer, and she does not like KDE Wallet. At all. So there is no way for it.
Things said and done, I am currently moving HERs from Manjaro over to EOA, and I am facing an issue here. First of all I disabled KDE Wallet via putting
[Wallet]
Enabled=false
into ~/.config/kwalletrc - that was the easy task. I then connected to the wifi and tried to save the password in the network settings dialog, gave it a low priority and rebootet. No connection until Desktop and beeing asked for the password - this is troublesome in two ways:
Wife does not want to type in password
Her computer is connected via fstab / nfs with the NAS, and this connection will not work this way.
It was easy with Manjaro, but I think I missed something here…
Just to clarify. You want the WiFi to be autoconnected at boot, correct? I thought this can be easily done by setting the autoconnect flag with your network manager. Are you using NetworkManager?
pacman -Qs networkmanager
If you are, then can you check the output of the following command:
nmcli connection show <wifi name> | grep "autoconnect"
Note that you need to run the command when you are already connected to the wifi network.
I didn’t had it installed. Installed it, removed the old connection, disabled kwallet subsystem, redid the old connection including the “save password” under connections, rebootet - et voila! Tyvm!