Unable to open “Cisco Anyconnect Secure mobility client” on my Ubuntu 18.04 LTS after the complete...
up vote
4
down vote
favorite
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 application menu but when I launch the app its doesn't open. Below is the screenshot logs for your reference.
vpn openvpn cisco
add a comment |
up vote
4
down vote
favorite
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 application menu but when I launch the app its doesn't open. Below is the screenshot logs for your reference.
vpn openvpn cisco
You have some options in this post: askubuntu.com/questions/1033315/…
– lola gs
Jun 4 at 16:07
add a comment |
up vote
4
down vote
favorite
up vote
4
down vote
favorite
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 application menu but when I launch the app its doesn't open. Below is the screenshot logs for your reference.
vpn openvpn cisco
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 application menu but when I launch the app its doesn't open. Below is the screenshot logs for your reference.
vpn openvpn cisco
vpn openvpn cisco
edited May 26 at 13:06
Stephen Rauch
1,1546716
1,1546716
asked May 26 at 5:29
Harinaath
2316
2316
You have some options in this post: askubuntu.com/questions/1033315/…
– lola gs
Jun 4 at 16:07
add a comment |
You have some options in this post: askubuntu.com/questions/1033315/…
– lola gs
Jun 4 at 16:07
You have some options in this post: askubuntu.com/questions/1033315/…
– lola gs
Jun 4 at 16:07
You have some options in this post: askubuntu.com/questions/1033315/…
– lola gs
Jun 4 at 16:07
add a comment |
2 Answers
2
active
oldest
votes
up vote
7
down vote
accepted
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!
Hello Kennedy, Thanks for helping me out. I am able to see the GUI after installed the dependency. Really appreciate your support. Long live linux :-)
– Harinaath
Jun 28 at 2:01
Hey @Harinaath! Your welcome! I'm glad it worked! Please mark this answer as the correct one, so other people will know that actually solved your problem :)
– Kennedy Oliveira
Jun 28 at 2:20
Done and Sorry for the late response. Cheers ! Harinaath
– Harinaath
Jun 29 at 13:49
add a comment |
up vote
0
down vote
I also installed sudo apt install libgtk2.0-0
which fixed the issue
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
7
down vote
accepted
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!
Hello Kennedy, Thanks for helping me out. I am able to see the GUI after installed the dependency. Really appreciate your support. Long live linux :-)
– Harinaath
Jun 28 at 2:01
Hey @Harinaath! Your welcome! I'm glad it worked! Please mark this answer as the correct one, so other people will know that actually solved your problem :)
– Kennedy Oliveira
Jun 28 at 2:20
Done and Sorry for the late response. Cheers ! Harinaath
– Harinaath
Jun 29 at 13:49
add a comment |
up vote
7
down vote
accepted
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!
Hello Kennedy, Thanks for helping me out. I am able to see the GUI after installed the dependency. Really appreciate your support. Long live linux :-)
– Harinaath
Jun 28 at 2:01
Hey @Harinaath! Your welcome! I'm glad it worked! Please mark this answer as the correct one, so other people will know that actually solved your problem :)
– Kennedy Oliveira
Jun 28 at 2:20
Done and Sorry for the late response. Cheers ! Harinaath
– Harinaath
Jun 29 at 13:49
add a comment |
up vote
7
down vote
accepted
up vote
7
down vote
accepted
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!
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!
edited Nov 21 at 11:51
abu_bua
3,06081023
3,06081023
answered Jun 24 at 20:02
Kennedy Oliveira
1863
1863
Hello Kennedy, Thanks for helping me out. I am able to see the GUI after installed the dependency. Really appreciate your support. Long live linux :-)
– Harinaath
Jun 28 at 2:01
Hey @Harinaath! Your welcome! I'm glad it worked! Please mark this answer as the correct one, so other people will know that actually solved your problem :)
– Kennedy Oliveira
Jun 28 at 2:20
Done and Sorry for the late response. Cheers ! Harinaath
– Harinaath
Jun 29 at 13:49
add a comment |
Hello Kennedy, Thanks for helping me out. I am able to see the GUI after installed the dependency. Really appreciate your support. Long live linux :-)
– Harinaath
Jun 28 at 2:01
Hey @Harinaath! Your welcome! I'm glad it worked! Please mark this answer as the correct one, so other people will know that actually solved your problem :)
– Kennedy Oliveira
Jun 28 at 2:20
Done and Sorry for the late response. Cheers ! Harinaath
– Harinaath
Jun 29 at 13:49
Hello Kennedy, Thanks for helping me out. I am able to see the GUI after installed the dependency. Really appreciate your support. Long live linux :-)
– Harinaath
Jun 28 at 2:01
Hello Kennedy, Thanks for helping me out. I am able to see the GUI after installed the dependency. Really appreciate your support. Long live linux :-)
– Harinaath
Jun 28 at 2:01
Hey @Harinaath! Your welcome! I'm glad it worked! Please mark this answer as the correct one, so other people will know that actually solved your problem :)
– Kennedy Oliveira
Jun 28 at 2:20
Hey @Harinaath! Your welcome! I'm glad it worked! Please mark this answer as the correct one, so other people will know that actually solved your problem :)
– Kennedy Oliveira
Jun 28 at 2:20
Done and Sorry for the late response. Cheers ! Harinaath
– Harinaath
Jun 29 at 13:49
Done and Sorry for the late response. Cheers ! Harinaath
– Harinaath
Jun 29 at 13:49
add a comment |
up vote
0
down vote
I also installed sudo apt install libgtk2.0-0
which fixed the issue
add a comment |
up vote
0
down vote
I also installed sudo apt install libgtk2.0-0
which fixed the issue
add a comment |
up vote
0
down vote
up vote
0
down vote
I also installed sudo apt install libgtk2.0-0
which fixed the issue
I also installed sudo apt install libgtk2.0-0
which fixed the issue
edited Nov 21 at 11:48
abu_bua
3,06081023
3,06081023
answered Nov 21 at 10:35
Hari Krishnan
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1040485%2funable-to-open-cisco-anyconnect-secure-mobility-client-on-my-ubuntu-18-04-lts%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You have some options in this post: askubuntu.com/questions/1033315/…
– lola gs
Jun 4 at 16:07