Ubuntu 18.04 Pulse secure won't start
up vote
5
down vote
favorite
I am trying to understand why Pulse secure installed via Debian package is not starting at all.
I am able see it in the GUI menu, when clicked the Menu disappears and now the application should start, but it doesn't.
In terminal with Sudo access I type pulse
and hit enter, but this doesn't execute it.
root@user:/home/user# pulse
Command 'pulse' not found, did you mean:
command 'apulse' from deb apulse
Try: apt install <deb name>
List of Applications Shows a different name:
root@user:/home/user# ls -lh /usr/share/applications | grep pulse
-rwxr-xr-x 1 root root 285 Aug 29 2017 pulseUi.desktop
What's confusing me is while removing this package I am able to see this in terminal.
user@user:~$ sudo apt remove pulse
pulse pulseaudio pulseaudio-module-bluetooth pulseaudio-utils
Additional Information:
uname -a
Linux user 4.15.0-22-generic #24-Ubuntu SMP Wed May 16 12:15:17 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Appreciate your time already in reading the details above.
18.04
add a comment |
up vote
5
down vote
favorite
I am trying to understand why Pulse secure installed via Debian package is not starting at all.
I am able see it in the GUI menu, when clicked the Menu disappears and now the application should start, but it doesn't.
In terminal with Sudo access I type pulse
and hit enter, but this doesn't execute it.
root@user:/home/user# pulse
Command 'pulse' not found, did you mean:
command 'apulse' from deb apulse
Try: apt install <deb name>
List of Applications Shows a different name:
root@user:/home/user# ls -lh /usr/share/applications | grep pulse
-rwxr-xr-x 1 root root 285 Aug 29 2017 pulseUi.desktop
What's confusing me is while removing this package I am able to see this in terminal.
user@user:~$ sudo apt remove pulse
pulse pulseaudio pulseaudio-module-bluetooth pulseaudio-utils
Additional Information:
uname -a
Linux user 4.15.0-22-generic #24-Ubuntu SMP Wed May 16 12:15:17 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Appreciate your time already in reading the details above.
18.04
add a comment |
up vote
5
down vote
favorite
up vote
5
down vote
favorite
I am trying to understand why Pulse secure installed via Debian package is not starting at all.
I am able see it in the GUI menu, when clicked the Menu disappears and now the application should start, but it doesn't.
In terminal with Sudo access I type pulse
and hit enter, but this doesn't execute it.
root@user:/home/user# pulse
Command 'pulse' not found, did you mean:
command 'apulse' from deb apulse
Try: apt install <deb name>
List of Applications Shows a different name:
root@user:/home/user# ls -lh /usr/share/applications | grep pulse
-rwxr-xr-x 1 root root 285 Aug 29 2017 pulseUi.desktop
What's confusing me is while removing this package I am able to see this in terminal.
user@user:~$ sudo apt remove pulse
pulse pulseaudio pulseaudio-module-bluetooth pulseaudio-utils
Additional Information:
uname -a
Linux user 4.15.0-22-generic #24-Ubuntu SMP Wed May 16 12:15:17 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Appreciate your time already in reading the details above.
18.04
I am trying to understand why Pulse secure installed via Debian package is not starting at all.
I am able see it in the GUI menu, when clicked the Menu disappears and now the application should start, but it doesn't.
In terminal with Sudo access I type pulse
and hit enter, but this doesn't execute it.
root@user:/home/user# pulse
Command 'pulse' not found, did you mean:
command 'apulse' from deb apulse
Try: apt install <deb name>
List of Applications Shows a different name:
root@user:/home/user# ls -lh /usr/share/applications | grep pulse
-rwxr-xr-x 1 root root 285 Aug 29 2017 pulseUi.desktop
What's confusing me is while removing this package I am able to see this in terminal.
user@user:~$ sudo apt remove pulse
pulse pulseaudio pulseaudio-module-bluetooth pulseaudio-utils
Additional Information:
uname -a
Linux user 4.15.0-22-generic #24-Ubuntu SMP Wed May 16 12:15:17 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Appreciate your time already in reading the details above.
18.04
18.04
edited May 26 at 14:28
Stephen Rauch
1,1546716
1,1546716
asked May 26 at 13:28
gkamboj
2612
2612
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
9
down vote
Execute the command inside the pulseUi.desktop
file. I get the error
/usr/local/pulse/pulseUi:error while loading shared libraries: libwebkitgtk-1.0.so.0: cannot open shared object file: No such file or directory
The error is caused by missing the library libwebkitgtk-1.0.so.0. I solve the problem by
sudo apt-get install libwebkitgtk-1.0
1
This seemed to work for me, now I can open the application
– martindilling
Aug 29 at 9:18
For me this almost worked but, perhaps due to an older version of the installer, I had to use "sudo apt-get install libwebkitgtk-1.0:i386" .
– aap
Oct 9 at 19:56
add a comment |
up vote
1
down vote
In the Ubuntu Version 18.04, You could install Pulse Secure, post download, using the below command:
$ sudo dpkg -i /home/{user}/Downloads/ps-pulse-linux-9.0r2.0-b819-ubuntu-debian-64-bit-installer.deb
Followed by installing the below required dependencies:
$ sudo apt-get install libwebkitgtk-1.0.0
$ sudo apt-get install libproxy1-plugin-webkit
$ sudo apt-get install libgnome-keyring0
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
9
down vote
Execute the command inside the pulseUi.desktop
file. I get the error
/usr/local/pulse/pulseUi:error while loading shared libraries: libwebkitgtk-1.0.so.0: cannot open shared object file: No such file or directory
The error is caused by missing the library libwebkitgtk-1.0.so.0. I solve the problem by
sudo apt-get install libwebkitgtk-1.0
1
This seemed to work for me, now I can open the application
– martindilling
Aug 29 at 9:18
For me this almost worked but, perhaps due to an older version of the installer, I had to use "sudo apt-get install libwebkitgtk-1.0:i386" .
– aap
Oct 9 at 19:56
add a comment |
up vote
9
down vote
Execute the command inside the pulseUi.desktop
file. I get the error
/usr/local/pulse/pulseUi:error while loading shared libraries: libwebkitgtk-1.0.so.0: cannot open shared object file: No such file or directory
The error is caused by missing the library libwebkitgtk-1.0.so.0. I solve the problem by
sudo apt-get install libwebkitgtk-1.0
1
This seemed to work for me, now I can open the application
– martindilling
Aug 29 at 9:18
For me this almost worked but, perhaps due to an older version of the installer, I had to use "sudo apt-get install libwebkitgtk-1.0:i386" .
– aap
Oct 9 at 19:56
add a comment |
up vote
9
down vote
up vote
9
down vote
Execute the command inside the pulseUi.desktop
file. I get the error
/usr/local/pulse/pulseUi:error while loading shared libraries: libwebkitgtk-1.0.so.0: cannot open shared object file: No such file or directory
The error is caused by missing the library libwebkitgtk-1.0.so.0. I solve the problem by
sudo apt-get install libwebkitgtk-1.0
Execute the command inside the pulseUi.desktop
file. I get the error
/usr/local/pulse/pulseUi:error while loading shared libraries: libwebkitgtk-1.0.so.0: cannot open shared object file: No such file or directory
The error is caused by missing the library libwebkitgtk-1.0.so.0. I solve the problem by
sudo apt-get install libwebkitgtk-1.0
answered Jun 5 at 7:54
HD189733b
17316
17316
1
This seemed to work for me, now I can open the application
– martindilling
Aug 29 at 9:18
For me this almost worked but, perhaps due to an older version of the installer, I had to use "sudo apt-get install libwebkitgtk-1.0:i386" .
– aap
Oct 9 at 19:56
add a comment |
1
This seemed to work for me, now I can open the application
– martindilling
Aug 29 at 9:18
For me this almost worked but, perhaps due to an older version of the installer, I had to use "sudo apt-get install libwebkitgtk-1.0:i386" .
– aap
Oct 9 at 19:56
1
1
This seemed to work for me, now I can open the application
– martindilling
Aug 29 at 9:18
This seemed to work for me, now I can open the application
– martindilling
Aug 29 at 9:18
For me this almost worked but, perhaps due to an older version of the installer, I had to use "sudo apt-get install libwebkitgtk-1.0:i386" .
– aap
Oct 9 at 19:56
For me this almost worked but, perhaps due to an older version of the installer, I had to use "sudo apt-get install libwebkitgtk-1.0:i386" .
– aap
Oct 9 at 19:56
add a comment |
up vote
1
down vote
In the Ubuntu Version 18.04, You could install Pulse Secure, post download, using the below command:
$ sudo dpkg -i /home/{user}/Downloads/ps-pulse-linux-9.0r2.0-b819-ubuntu-debian-64-bit-installer.deb
Followed by installing the below required dependencies:
$ sudo apt-get install libwebkitgtk-1.0.0
$ sudo apt-get install libproxy1-plugin-webkit
$ sudo apt-get install libgnome-keyring0
add a comment |
up vote
1
down vote
In the Ubuntu Version 18.04, You could install Pulse Secure, post download, using the below command:
$ sudo dpkg -i /home/{user}/Downloads/ps-pulse-linux-9.0r2.0-b819-ubuntu-debian-64-bit-installer.deb
Followed by installing the below required dependencies:
$ sudo apt-get install libwebkitgtk-1.0.0
$ sudo apt-get install libproxy1-plugin-webkit
$ sudo apt-get install libgnome-keyring0
add a comment |
up vote
1
down vote
up vote
1
down vote
In the Ubuntu Version 18.04, You could install Pulse Secure, post download, using the below command:
$ sudo dpkg -i /home/{user}/Downloads/ps-pulse-linux-9.0r2.0-b819-ubuntu-debian-64-bit-installer.deb
Followed by installing the below required dependencies:
$ sudo apt-get install libwebkitgtk-1.0.0
$ sudo apt-get install libproxy1-plugin-webkit
$ sudo apt-get install libgnome-keyring0
In the Ubuntu Version 18.04, You could install Pulse Secure, post download, using the below command:
$ sudo dpkg -i /home/{user}/Downloads/ps-pulse-linux-9.0r2.0-b819-ubuntu-debian-64-bit-installer.deb
Followed by installing the below required dependencies:
$ sudo apt-get install libwebkitgtk-1.0.0
$ sudo apt-get install libproxy1-plugin-webkit
$ sudo apt-get install libgnome-keyring0
edited Nov 15 at 23:21
answered Oct 15 at 17:56
Swapnil Goad
113
113
add a comment |
add a comment |
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%2f1040598%2fubuntu-18-04-pulse-secure-wont-start%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