Linux Format

Answers

Stop the silence

 Q I’m running Mint 20.1 Ulyssa Cinnamon. I use the built-in network management tools to connect to a VPN running OpenVPN. I used to get a notification on the top right-hand corner confirming a successful connection when I started it, but I accidentally hit the “Don’t show this again” button one day. Despite searching I cannot find out how to reverse this. It was very useful.

Ian Gibbs

A  It’s not obvious, but you need to edit the dconf database that is used to store Gnome settings. You can do this from the command line with the gsettings tool. Run one or more of these commands as your normal user, not with sudo: $ gsettings set org.gnome.nm-applet disable-vpn-notifications “false” $ gsettings set org.gnome.nm-applet disable-connected-notifications “false” $ gsettings set org.gnome.nm-applet disable-disconnected-notifications “false”

The first one controls the VPN notifications you’re asking about, the other two handle the general notifications when you connect to a network. Note that these are settings to disable notifications, so you set them to false to turn the notifications back on. You can use the corresponding get commands to see the settings in force.

If you prefer a GUI approach, first install (Mint doesn’t include it by default) then run it and go to org>gnome> nm-applet and click the various settings to change them.

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format2 min read
Back Issues Missed One?
ISSUE 313 April 2024 Product code: LXFDB0313 In the magazine Discover how to use the ultimate hacker’s toolkit, staying out of trouble while doing so. And join us as we take the Puppy Linux developer’s new distro for a run and explore its container
Linux Format2 min read
Distro Watch
Ubuntu 24.04 LTS Noble Numbat is currently scheduled for release on 25th April. At the time of writing, we’re working with a daily build and expect a full review next issue. Nevertheless, we discovered that Canonical has announced this LTS release wi
Linux Format5 min read
Tips For Managing Docker Containers
Everyone knows how containers revolutionised application building and deployment. Using a E disposable stack of containers that make up an app that aren’t using the docker-compose command to manage the stack are missing a trick. It allows the shippin

Related Books & Audiobooks