Comment # 8 on bug 1108570 from
(In reply to Till D�rges from comment #7)
> It appears that a standard openSUSE Leap 15.1 suffers from the same issue
> (and it's actually quite annoying).
> 
> Shall I open a separate bug for that?

If it's the same one, no.(In reply to Till D�rges from comment #7)
> It appears that a standard openSUSE Leap 15.1 suffers from the same issue
> (and it's actually quite annoying).
> 
> Shall I open a separate bug for that?
> 
> 
> FTR, I have these RPMs:
> 
>   libKF5NetworkManagerQt6-5.55.0-lp151.1.1.x86_64
>   NetworkManager-1.10.6-lp151.8.1.x86_64
>   plasma-nm5-5.12.8-lp151.1.1.x86_64
> 
> 
> And after restarting plasmashell
> 
>   killall plasmashell ; sleep 3; plasmashell &

Don't use killall, use kquitapp5.

> 
> I cannot activate network connections that require a password.
> 
> Normally a PW dialog for unlocking kwallet appears, but not after a restart.

The secrets are provided by kded5, not plasmashell.
So check whether kded5 is running. To restart, run kquitapp5 kded5; kded5 &

> With journalctl I find this:
> 
> --- snip ---
> Aug 28 12:37:21 box NetworkManager[28889]: <info>  [1566988641.8457] device
> (wlan1):
> state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
> Aug 28 12:37:21 box NetworkManager[28889]: <info>  [1566988641.8467] device
> (wlan1):
> Activation: (wifi) access point 'WLANSSID' has security, but secrets are
> required.
> Aug 28 12:37:21 box NetworkManager[28889]: <info>  [1566988641.8467] device
> (wlan1):
> state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
> Aug 28 12:37:21 box NetworkManager[28889]: <warn>  [1566988641.8500] device
> (wlan1):
> No agents were available for this request.
> Aug 28 12:37:21 box NetworkManager[28889]: <info>  [1566988641.8501] device
> (wlan1):
> state change: need-auth -> failed (reason 'no-secrets', sys-iface-state:
> 'managed')
> Aug 28 12:37:21 box NetworkManager[28889]: <warn>  [1566988641.8511] device
> (wlan1):
> Activation: failed for connection 'WLANSSID'
> --- snap ---
> 
> 
> I had a look at
> https://build.opensuse.org/project/show/home:Vogtinator:boo1108570, but
> currently it doesn't seem to build.

The patch in there is part of Leap 15.1 already.


You are receiving this mail because: