Ubuntu 18.04 Pulse secure won't start












7















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.










share|improve this question





























    7















    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.










    share|improve this question



























      7












      7








      7


      4






      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.










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 26 '18 at 14:28









      Stephen Rauch

      1,1546716




      1,1546716










      asked May 26 '18 at 13:28









      gkambojgkamboj

      3612




      3612






















          2 Answers
          2






          active

          oldest

          votes


















          11














          Executing the command inside the pulseUi.desktop file. I get the following 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 the missing library libwebkitgtk-1.0.so.0. I solved the problem by installing the following package



          sudo apt-get install libwebkitgtk-1.0






          share|improve this answer





















          • 1





            This seemed to work for me, now I can open the application

            – martindilling
            Aug 29 '18 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 '18 at 19:56



















          3














          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





          share|improve this answer


























          • This worked for me :) thanks.

            – Anurag Patbandha
            Jan 29 at 12:49











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          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

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          11














          Executing the command inside the pulseUi.desktop file. I get the following 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 the missing library libwebkitgtk-1.0.so.0. I solved the problem by installing the following package



          sudo apt-get install libwebkitgtk-1.0






          share|improve this answer





















          • 1





            This seemed to work for me, now I can open the application

            – martindilling
            Aug 29 '18 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 '18 at 19:56
















          11














          Executing the command inside the pulseUi.desktop file. I get the following 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 the missing library libwebkitgtk-1.0.so.0. I solved the problem by installing the following package



          sudo apt-get install libwebkitgtk-1.0






          share|improve this answer





















          • 1





            This seemed to work for me, now I can open the application

            – martindilling
            Aug 29 '18 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 '18 at 19:56














          11












          11








          11







          Executing the command inside the pulseUi.desktop file. I get the following 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 the missing library libwebkitgtk-1.0.so.0. I solved the problem by installing the following package



          sudo apt-get install libwebkitgtk-1.0






          share|improve this answer















          Executing the command inside the pulseUi.desktop file. I get the following 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 the missing library libwebkitgtk-1.0.so.0. I solved the problem by installing the following package



          sudo apt-get install libwebkitgtk-1.0







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Feb 1 at 14:10









          Rudy Vissers

          307314




          307314










          answered Jun 5 '18 at 7:54









          HD189733bHD189733b

          19317




          19317








          • 1





            This seemed to work for me, now I can open the application

            – martindilling
            Aug 29 '18 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 '18 at 19:56














          • 1





            This seemed to work for me, now I can open the application

            – martindilling
            Aug 29 '18 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 '18 at 19:56








          1




          1





          This seemed to work for me, now I can open the application

          – martindilling
          Aug 29 '18 at 9:18





          This seemed to work for me, now I can open the application

          – martindilling
          Aug 29 '18 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 '18 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 '18 at 19:56













          3














          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





          share|improve this answer


























          • This worked for me :) thanks.

            – Anurag Patbandha
            Jan 29 at 12:49
















          3














          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





          share|improve this answer


























          • This worked for me :) thanks.

            – Anurag Patbandha
            Jan 29 at 12:49














          3












          3








          3







          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





          share|improve this answer















          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






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 15 '18 at 23:21

























          answered Oct 15 '18 at 17:56









          Swapnil GoadSwapnil Goad

          313




          313













          • This worked for me :) thanks.

            – Anurag Patbandha
            Jan 29 at 12:49



















          • This worked for me :) thanks.

            – Anurag Patbandha
            Jan 29 at 12:49

















          This worked for me :) thanks.

          – Anurag Patbandha
          Jan 29 at 12:49





          This worked for me :) thanks.

          – Anurag Patbandha
          Jan 29 at 12:49


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

          is 'sed' thread safe

          How to make a Squid Proxy server?