Missing network settings in KDE
I installed the KDE desktop environment using apt install kde-plasma-desktop. The problem is that I don't have network settings in System Settings:
(source: kde.org)
Of course, I'm missing this from my System Tray as well.
How can I install these settings?
32 Answers
Installing full Kubuntu Desktop is the way of achieving full desktop installation with its complete features, but the package itself comes bundled with tons of default programs: kubuntu-desktop will install its own file manager, document reader, terminal emulator, etcm which is annoying to some people.
Aside from that, there is kde-plasma-desktop that offer plasma desktop with minimal installation. Unfortunately, the package doesn't include the kde's network manager while kubuntu-desktop does.
But the good news is, you can always install it manually.
sudo apt-get install plasma-nmIf the icon does not appear in your system tray, just logout and login.
2Not sure but try
sudo apt-get install wicd-kde 1