Ubuntu 18.04 Pulse secure won't start











up vote
5
down vote

favorite
3












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




























    up vote
    5
    down vote

    favorite
    3












    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


























      up vote
      5
      down vote

      favorite
      3









      up vote
      5
      down vote

      favorite
      3






      3





      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 at 14:28









      Stephen Rauch

      1,1546716




      1,1546716










      asked May 26 at 13:28









      gkamboj

      2612




      2612






















          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






          share|improve this answer

















          • 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


















          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





          share|improve this answer























            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',
            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








            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






            share|improve this answer

















            • 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















            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






            share|improve this answer

















            • 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













            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






            share|improve this answer












            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







            share|improve this answer












            share|improve this answer



            share|improve this answer










            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














            • 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












            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





            share|improve this answer



























              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





              share|improve this answer

























                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





                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 at 23:21

























                answered Oct 15 at 17:56









                Swapnil Goad

                113




                113






























                     

                    draft saved


                    draft discarded



















































                     


                    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

                    Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

                    ComboBox Display Member on multiple fields

                    Is it possible to collect Nectar points via Trainline?