User Tools

Site Tools


gnome:extensions:vpn_indicator

This is an old revision of the document!


Gnome - Extensions - VPN Indicator

Displays if the system is connected to a VPN or not.


Create the directory for the extension

mkdir ~/.local/share/gnome-shell/extensions/vpn-indicator

Create a metadata.json file

metadata.json is a required file of every extension.

  • It contains basic information about the extension such as its UUID, name and description.
metadata.json
{
  "_author": "Peter Terence Roux, 2016",
  "description": "A VPN connection indicator.",
  "name": "VPN Indicator",
  "shell-version": [
    "3.36",
    "40"
  ],
  "url": "",
  "uuid": "vpn-indicator",
  "version": 1
}

Create a extensions.js file

References

gnome/extensions/vpn_indicator.1658573060.txt.gz · Last modified: 2022/07/23 10:44 by 194.32.120.98

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki