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:
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
andlibcanberra-gtk-module
), try installing it:You may check if you need anything more or have other errors by running the UI executable, mine was installed on
You can run
bin/vpnui
and check what error you may have, hope it helps!I also installed
sudo apt install libgtk2.0-0
which fixed the issue