https://bugs.kde.org/show_bug.cgi?id=447295

Nate Graham <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Qrcode option doesn't show  |QR code menu item doesn't
                   |up in wayland               |show up sometimes
         Resolution|WAITINGFORINFO              |---
             Status|NEEDSINFO                   |REPORTED

--- Comment #4 from Nate Graham <[email protected]> ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to