Displays the VPN IP address in the top bar when a VPN connection is active. Click to copy the IP address to the clipboard.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Bad xml filename (using `vpn-ip-indicator` in the id and path but file name is using `vpnipindicator`): [EGO Review Guidelines: GSettings Schemas](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#gsettings-schemas) 2. Don't use sync spawn since that can freeze the shell process (line 6 and 13 `utils.js`): [GJS Guide: Subprocesses](https://gjs.guide/guides/gio/subprocesses.html#complete-examples) 3. Use `console.*` instead of `log()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) 4. Please rename the function to `destroy()` and add this at the end of that function: ```js super.destroy(): ``` Then you can remove line 18 `extension.js`. 5. Please remove `schemas/metadata.json`: [EGO Review Guidelines: unnecessary files](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions