Skip to content

Instantly share code, notes, and snippets.

@knbknb
Last active December 20, 2024 12:12
Show Gist options
  • Save knbknb/b6171c068f774446969be289f5ff1608 to your computer and use it in GitHub Desktop.
Save knbknb/b6171c068f774446969be289f5ff1608 to your computer and use it in GitHub Desktop.
bash: Cisco Secure Client start
#!/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