https://bugs.kde.org/show_bug.cgi?id=447295
--- Comment #5 from Dashon <[email protected]> --- (In reply to Nate Graham from comment #4) > There is some relevant-looking code: > > if (Uuid && Type === PlasmaNM.Enums.Wireless && > passwordIsStatic) { > if (!showQRComponent) { > showQRComponent = Qt.createComponent("ShowQR.qml", this); > if (showQRComponent.status === Component.Error) { > console.warn("Cannot create QR code component:", > showQRComponent.errorString()); > } > } > > showQRMenuItem.visible = (showQRComponent.status === > Component.Ready); > } > > > Looks like it only appears for wireless connections that have a static > password, which means WEP for WPS-PSK to this applet. And then on top of > that, it has to be able to intiantiate itself, which requires having the > prison library installed. Is there a way for me to see if I am triggering that "console.warn()" line. The password hasn't changed. I have a kdeneon unstable vm that I can try to reproduce the issue in. -- You are receiving this mail because: You are watching all bug changes.
