Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 4947  / 2 Years ago, sat, august 13, 2022, 7:22:45

I'm using Ubuntu 12.04 LTS.
I recently disabled (accidentally pressed "don't show again" button) some network notification on GNOME Shell. There are (as I can remember):




  1. "GSM Network - You are now registered on the home network"

  2. "<Network Profile> - Connection established"



Now both on Unity and GNOME Shell, those notifications didn't showed up, and it felt just wrong.
What can I do to re-enable those disabled notifications? Thanks.


More From » 12.04

 Answers
2

12.10 - Dconf


Run these commands:


gsettings set org.gnome.nm-applet disable-disconnected-notifications "false"
gsettings set org.gnome.nm-applet disable-connected-notifications "false"

Or open dconf-editor Install dconf-tools and scroll down to orggnomenm-applet and uncheck disable-connected-notifications and disable-disconnected-notifications settings there.


DConf




11.10 and 12.04 - Gconf


gconf-editor Install gconf-editor lets you edit the network manager notifications.


Scroll to / ▸ apps ▸ nm-applet and uncheck disable-connected-notifications settings there.


Gconf


Or the command line method:


gconftool -s /apps/nm-applet/disable-disconnected-notifications --type=bool false
gconftool -s /apps/nm-applet/disable-connected-notifications --type=bool false

[#37634] Sunday, August 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ersoggles

Total Points: 69
Total Questions: 111
Total Answers: 111

Location: Vanuatu
Member since Sun, Oct 2, 2022
2 Years ago
;