SUMMARY If we right-click on the 'Networks' item in the system tray, we get two options. One of them opens the system settings panel to configure networks, while the other opens a configuration window for the plasmoid. Currently, it is difficult to distinguish which does what from the name alone. The option that opens the configuration for the plasmoid should be more clearly named as 'Configure Networks Plasmoid' or 'Configure this applet'. SOFTWARE/OS VERSIONS Linux distro: Arch Linux KDE Plasma Version: 5.15.5 KDE Frameworks Version: 5.57.0 Qt Version: 5.13.0 ADDITIONAL INFORMATION Simliar to bug 407560, but for this plasmoid.
IMO the real solution here is to remove the configuration window and move its two options into the KCM. This is what we did for the Notifications applet recently.
I confirm that the wording of the 2 options is not helpful, is has very little explanatory value.
*** Bug 412068 has been marked as a duplicate of this bug. ***
Apologies for the dupe - thanks for marking it, Nate. Glad to see this is already being tracked
No worries!
Git commit 7601936e36429357b89b779b939fa231737fa3a5 by Jan Grulich. Committed on 18/12/2019 at 13:48. Pushed by grulich into branch 'master'. Move applet configuration to KCM Summary: It doesn't make sense to have additional applet configuration, especially when the configuration is not related only to the applet. Reviewers: ngraham, #plasma Reviewed By: ngraham Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D26041 D +0 -33 applet/contents/config/config.qml D +0 -19 applet/contents/config/main.xml D +0 -52 applet/contents/ui/configGeneral.qml M +2 -8 applet/contents/ui/main.qml M +2 -1 kcm/CMakeLists.txt R +0 -0 kcm/qml/AddConnectionDialog.qml [from: kcm/qml/Dialog.qml - 100% similarity] A +109 -0 kcm/qml/ConfigurationDialog.qml [License: LGPL] M +40 -15 kcm/qml/main.qml https://commits.kde.org/plasma-nm/7601936e36429357b89b779b939fa231737fa3a5
Bulk transfer as requested in T17796