Ubuntu 18.04 Pulse secure won't start
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
3
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
3
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
3
down vote
favorite
up vote
3
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
edited May 26 at 14:28
![](https://i.stack.imgur.com/mvyzZ.png?s=32&g=1)
![](https://i.stack.imgur.com/mvyzZ.png?s=32&g=1)
Stephen Rauch
1,1545716
1,1545716
asked May 26 at 13:28
![](https://i.stack.imgur.com/6D8x9.jpg?s=32&g=1)
![](https://i.stack.imgur.com/6D8x9.jpg?s=32&g=1)
gkamboj
162
162
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
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
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
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
add a comment |Â
up vote
2
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
add a comment |Â
up vote
2
down vote
up vote
2
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
10316
10316
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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