Hi, I recently installed debian 12 on my 16 yo computer. I am using XFCE and disabled some startup services namely-Power manager, Print Queue Applet, JetBrains Toolbox. After disabling these, the network applet stopped appearing no matter how much I restart the computer. Even though I have network manager on in the sessions and startup application it still does not show up. All theses services seemingly don't stop my system from starting right?
Here is my systemd-analyze blame results-
You'll probably need to install a Network Manager applet or add it to your panel. If you try to add an item/applet to the panel is there a network manager?
There are different ways to get an applet if one isn't installed:
network-manager-gnome comes with an applet for network-manager that works on different desktops.
bbbhltz longtime desktop Linux user; eternal newbie
You may have some invalid services which you might have disabled that seems to be causing the problem. In fact, even if the Network Manager is among your startup applications, it may well require other services to run correctly.
Here are a few things you can try:
Check if the applet is running: That is why to activate it you only need to open a terminal and type nm-applet. If yes, the application can be added to startup manually.
Re-enable services: It is always a good idea to try turning it back on so give the Power Manager service another go and see if that will solve the problem. At other times, these services, which seem to be independent of each other, can create problems when disabled.
Reinstall Network Manager: To check that everything is configured, type sudo apt reinstall network-manager.