Installing NetworkManager - Printable Version +- Damn Small Linux Forums (https://damnsmalllinux.org/forums) +-- Forum: Damn Small Linux Forum (https://damnsmalllinux.org/forums/forum-1.html) +--- Forum: User Feedback (https://damnsmalllinux.org/forums/forum-2.html) +--- Thread: Installing NetworkManager (/thread-143.html) |
Installing NetworkManager - Gregor - 08-06-2024 I installed NetworkManger on DSL according to these instructions: https://www.antixforum.com/forums/topic/how-to-install-networkmanager-in-antix-23-runit/ I worked fine, but the nm-applet appeared without the usual icons in the tray. When started in a terminal, nm-applet complained: Could not find the icon 'nm-device-wired'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from: http://icon-theme.freedesktop.org/releases Although the package hicolor-icon-theme is present in DSL the nm-device icons are missing. After a reinstall of the package: sudo apt install --reinstall hicolor-icon-theme the icons show in the tray. |