Turning off the networking notifications on every boot and every change gets pretty annoying after awhile. So let's get that fixed.
Open your terminal, update && upgrade -y
TimeShift/Snapshot - Create a restore point
Then type in these commands:
Or we can open our dconf-editor and switch it off manually, provided we have that installed.
Open dconf-editor. You can do this either from your menu or in the terminal. Scroll down to org ▸ gnome ▸ nm-applet and check disable-connected-notifications and disable disconnected notifications settings there.
Open your terminal, update && upgrade -y
TimeShift/Snapshot - Create a restore point
Then type in these commands:
Code:
gsettings set org.gnome.nm-applet disable-disconnected-notifications "true"
gsettings set org.gnome.nm-applet disable-connected-notifications "true"
Or we can open our dconf-editor and switch it off manually, provided we have that installed.
Code:
sudo apt-get install dconf-editor
Open dconf-editor. You can do this either from your menu or in the terminal. Scroll down to org ▸ gnome ▸ nm-applet and check disable-connected-notifications and disable disconnected notifications settings there.
Last edited: