Damn Small Linux Forums
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.


RE: Installing NetworkManager - LucasNathann - 11-27-2024

(08-06-2024, 02:48 PM)Gregor Wrote: I installed NetworkManger on DSL according to these instructions:
https://www.antixforum.com/forums/topic/how-to-install-networkmanager-in-antix-23-runit/ Quick Draw
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.
why can't i use the 'nm-device-wired' icon


RE: Installing NetworkManager - kayakerkey - 12-10-2024

(11-27-2024, 08:48 AM)LucasNathann Wrote:
(08-06-2024, 02:48 PM)Gregor Wrote: I installed NetworkManger on DSL according to these instructions:
https://www.antixforum.com/forums/topic/how-to-install-networkmanager-in-antix-23-runit/ geometry dash
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.
why can't i use the 'nm-device-wired' icon
The reason you might not be able to use the 'nm-device-wired' icon on the Damn Small Linux (DSL) forum could be related to Icon Theme Availability. The 'nm-device-wired' icon is part of the NetworkManager icon set, which is typically available in modern Linux distributions. If Damn Small Linux (DSL) is using an older or minimal set of libraries and icons, it may not have access to the same icon theme. DSL is known for its minimalistic approach, so the required icon set might not be present in its default installation.


RE: Installing NetworkManager - canoeingsolid - 01-02-2025

(08-06-2024, 02:48 PM)Gregor Wrote: 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/releasesscratch geometry dash

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.
Reinstalling the hicolor-icon-theme package with:
sudo apt install --reinstall hicolor-icon-theme
fixed the missing icons in the nm-applet tray.


RE: Installing NetworkManager - saultjogger - 01-15-2025

(01-02-2025, 08:36 AM)canoeingsolid Wrote:
(08-06-2024, 02:48 PM)Gregor Wrote: 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 Flappy Bird
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.
Reinstalling the hicolor-icon-theme package with:
sudo apt install --reinstall hicolor-icon-theme
fixed the missing icons in the nm-applet tray.

Thank you very much.