gnome:extensions:vpn_indicator
This is an old revision of the document!
Table of Contents
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 }
References
gnome/extensions/vpn_indicator.1658572948.txt.gz · Last modified: 2022/07/23 10:42 by 194.32.120.98