21

I am having problems on a Cisco VPN.

ISSUE: Unable to open "Cisco Anyconnect Secure mobility client" on my Ubuntu 18.04 LTS after the complete installation.

I am able to see the icon on the application menu; but, when I launch the app it doesn't open. Below is the screenshot \ logs for your reference:

Screenshot of terminal logs

Kevin Bowen
  • 20,055
  • 57
  • 82
  • 84
Hari
  • 213

2 Answers2

35

I had the exactly same problem, the VPN was working but couldn't see the GUI, I found that is because of some missing dependency (libpangox-1.0-0 and libcanberra-gtk-module), try installing it:

sudo apt install libpangox-1.0-0 libcanberra-gtk-module

You may check if you need anything more or have other errors by running the UI executable, mine was installed on

/opt/cisco/anyconnect

You can run bin/vpnui and check what error you may have, hope it helps!

abu_bua
  • 11,313
1

I also installed sudo apt install libgtk2.0-0 which fixed the issue

abu_bua
  • 11,313