https://bugs.kde.org/show_bug.cgi?id=449265
--- Comment #21 from Dennis Schridde <heri+...@mailbox.org> --- Script to make the workaround a bit more convenient: ``` #!/bin/sh set -e set -u set -o pipefail # KDE Plasma creates the hotspot as connection with name "${USER}-hotspot": nmcli connection modify "${USER}"-hotspot \ connection.zone nm-shared \ 802-11-wireless-security.group ccmp \ 802-11-wireless-security.pairwise ccmp nmcli connection down "${USER}"-hotspot nmcli connection up "${USER}"-hotspot ``` (Put that in `~/bin/fix-hotspot`, run `chmod +x ~/bin/fix-hotspot`, execute as `fix-hotspot`.) -- You are receiving this mail because: You are watching all bug changes.