https://github.com/form3tech-oss/gnome-globalprotect
Launch GlobalProtect UI from the Gnome menu bar
https://github.com/form3tech-oss/gnome-globalprotect
Last synced: 11 months ago
JSON representation
Launch GlobalProtect UI from the Gnome menu bar
- Host: GitHub
- URL: https://github.com/form3tech-oss/gnome-globalprotect
- Owner: form3tech-oss
- License: apache-2.0
- Created: 2022-02-21T08:08:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T05:01:03.000Z (about 2 years ago)
- Last Synced: 2024-03-15T06:22:53.120Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Gnome GlobalProtect
Displays an icon in the menu bar which opens the GlobalProtect UI when clicked. The icon will be grayed out when no VPN connection exists. The extension checks for the VPN connectivity status every 5 seconds.
## Installation
Clone this repo to the extensions folder:
```
mkdir -p ~/.local/share/gnome-shell/extensions
git clone https://github.com/form3tech-oss/gnome-globalprotect ~/.local/share/gnome-shell/extensions/gnomeglobalprotect@form3tech-oss
```
Confirm PanGPUI is set as a startup program:
```
gnome-session-properties
```
Confirm that PanGPUI is in the list of startup programs and is checked. If not, add a new program with the following:
```
Name: PanGPUI
Command: /opt/paloaltonetworks/globalprotect/PanGPUI
```
> **_NOTE:_** Failing to set PanGPUI as a startup program can result in gnome freezing when you click on the GlobalProtect Icon.
Enable the extension:
```
gnome-extensions enable gnomeglobalprotect@form3tech-oss
```
Restart the GNOME shell with Alt + F2 and type `r`.