Chen Jian

导航

 

How to undo "Don't show this message again"

Did a quick google search and got this from the github site where Cinnamon issues / codebase is maintained.
https://github.com/linuxmint/Cinnamon/issues/2160 As per the link, the solution is

Open Terminal. Paste each of the below command and hit enter. My understanding is second one pertains your requirement,

Code: Select all

gsettings set org.gnome.nm-applet disable-connected-notifications false
gsettings set org.gnome.nm-applet disable-disconnected-notifications false
gsettings set org.gnome.nm-applet disable-vpn-notifications false
posted on 2018-03-22 18:29  Chen Jian  阅读(613)  评论(0)    收藏  举报