Last active
December 20, 2024 12:12
-
-
Save knbknb/b6171c068f774446969be289f5ff1608 to your computer and use it in GitHub Desktop.
bash: Cisco Secure Client start
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export WEBKIT_DISABLE_DMABUF_RENDERER=1 && /opt/cisco/anyconnect/bin/vpnui | |
# | |
# Fix for Cisco AnyConnect VPN client GUI startup bug on Linux | |
# AnyConnect 4.10.05111 displays blank page instead of SSO login | |
# https://community.cisco.com/t5/vpn/anyconnect-4-10-05111-displays-blank-page-instead-of-sso-login/td-p/4648440 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment