Start Skype (snap installation)

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite
1












After I installed Skype via snap:
snap find "skype"
sudo snap install skype --classic


(since the old skype did crash after login)



I could not start it:



$ skype
bash: /usr/bin/skype: No such file or directory



How to start Skype after installing it via Snap?










share|improve this question























  • Sounds like you still have the old skype installed. Consider removing it so you only have one.
    – Kyle
    Feb 7 at 19:27










  • I did remove it via sudo apt-get remove skype-bin:i386 But thx for the idea. Maybe I can manually clean it up
    – Thorsten Niehues
    Feb 7 at 19:44






  • 1




    Ah, so your shell thought Skype was still in /usr/bin. If you try in a new shell I bet it'll work.
    – Kyle
    Feb 7 at 20:40














up vote
1
down vote

favorite
1












After I installed Skype via snap:
snap find "skype"
sudo snap install skype --classic


(since the old skype did crash after login)



I could not start it:



$ skype
bash: /usr/bin/skype: No such file or directory



How to start Skype after installing it via Snap?










share|improve this question























  • Sounds like you still have the old skype installed. Consider removing it so you only have one.
    – Kyle
    Feb 7 at 19:27










  • I did remove it via sudo apt-get remove skype-bin:i386 But thx for the idea. Maybe I can manually clean it up
    – Thorsten Niehues
    Feb 7 at 19:44






  • 1




    Ah, so your shell thought Skype was still in /usr/bin. If you try in a new shell I bet it'll work.
    – Kyle
    Feb 7 at 20:40












up vote
1
down vote

favorite
1









up vote
1
down vote

favorite
1






1





After I installed Skype via snap:
snap find "skype"
sudo snap install skype --classic


(since the old skype did crash after login)



I could not start it:



$ skype
bash: /usr/bin/skype: No such file or directory



How to start Skype after installing it via Snap?










share|improve this question















After I installed Skype via snap:
snap find "skype"
sudo snap install skype --classic


(since the old skype did crash after login)



I could not start it:



$ skype
bash: /usr/bin/skype: No such file or directory



How to start Skype after installing it via Snap?







skype snap






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 7 at 19:42

























asked Feb 7 at 19:19









Thorsten Niehues

382418




382418











  • Sounds like you still have the old skype installed. Consider removing it so you only have one.
    – Kyle
    Feb 7 at 19:27










  • I did remove it via sudo apt-get remove skype-bin:i386 But thx for the idea. Maybe I can manually clean it up
    – Thorsten Niehues
    Feb 7 at 19:44






  • 1




    Ah, so your shell thought Skype was still in /usr/bin. If you try in a new shell I bet it'll work.
    – Kyle
    Feb 7 at 20:40
















  • Sounds like you still have the old skype installed. Consider removing it so you only have one.
    – Kyle
    Feb 7 at 19:27










  • I did remove it via sudo apt-get remove skype-bin:i386 But thx for the idea. Maybe I can manually clean it up
    – Thorsten Niehues
    Feb 7 at 19:44






  • 1




    Ah, so your shell thought Skype was still in /usr/bin. If you try in a new shell I bet it'll work.
    – Kyle
    Feb 7 at 20:40















Sounds like you still have the old skype installed. Consider removing it so you only have one.
– Kyle
Feb 7 at 19:27




Sounds like you still have the old skype installed. Consider removing it so you only have one.
– Kyle
Feb 7 at 19:27












I did remove it via sudo apt-get remove skype-bin:i386 But thx for the idea. Maybe I can manually clean it up
– Thorsten Niehues
Feb 7 at 19:44




I did remove it via sudo apt-get remove skype-bin:i386 But thx for the idea. Maybe I can manually clean it up
– Thorsten Niehues
Feb 7 at 19:44




1




1




Ah, so your shell thought Skype was still in /usr/bin. If you try in a new shell I bet it'll work.
– Kyle
Feb 7 at 20:40




Ah, so your shell thought Skype was still in /usr/bin. If you try in a new shell I bet it'll work.
– Kyle
Feb 7 at 20:40










3 Answers
3






active

oldest

votes

















up vote
3
down vote













If you installed it with snap, you should run it with snap run skype.






share|improve this answer






















  • That's the one.
    – karel
    Mar 6 at 17:47










  • running just skype should also work
    – Ulrich Dohou
    Jul 24 at 20:24

















up vote
2
down vote













Try linking to skype_skypeforlinux.desktop that comes with the snap into .local/share/applications:



> cd ~/.local/share/applications
> ln -s /var/lib/snapd/desktop/applications/skype_skypeforlinux.desktop skype-snap.desktop


You should then see Skype in the applications list.



This should work for vanilla Ubuntu/Gnome desktop.






share|improve this answer



























    up vote
    1
    down vote













    I could run skype by typing this command in a terminal:



    /snap/bin/skype


    After skype started I right-clicked on the launcher-icon and clicked 'lock to launcher' which keeps the icon in the launcher and is clickable :)



    Also note that you do not see the Skype icon when searching via Unity:



    SkypeIcon






    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: false,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      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%2f1003985%2fstart-skype-snap-installation%23new-answer', 'question_page');

      );

      Post as a guest






























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      3
      down vote













      If you installed it with snap, you should run it with snap run skype.






      share|improve this answer






















      • That's the one.
        – karel
        Mar 6 at 17:47










      • running just skype should also work
        – Ulrich Dohou
        Jul 24 at 20:24














      up vote
      3
      down vote













      If you installed it with snap, you should run it with snap run skype.






      share|improve this answer






















      • That's the one.
        – karel
        Mar 6 at 17:47










      • running just skype should also work
        – Ulrich Dohou
        Jul 24 at 20:24












      up vote
      3
      down vote










      up vote
      3
      down vote









      If you installed it with snap, you should run it with snap run skype.






      share|improve this answer














      If you installed it with snap, you should run it with snap run skype.







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited Mar 6 at 17:50

























      answered Mar 6 at 17:18









      Amanda

      4,165104282




      4,165104282











      • That's the one.
        – karel
        Mar 6 at 17:47










      • running just skype should also work
        – Ulrich Dohou
        Jul 24 at 20:24
















      • That's the one.
        – karel
        Mar 6 at 17:47










      • running just skype should also work
        – Ulrich Dohou
        Jul 24 at 20:24















      That's the one.
      – karel
      Mar 6 at 17:47




      That's the one.
      – karel
      Mar 6 at 17:47












      running just skype should also work
      – Ulrich Dohou
      Jul 24 at 20:24




      running just skype should also work
      – Ulrich Dohou
      Jul 24 at 20:24












      up vote
      2
      down vote













      Try linking to skype_skypeforlinux.desktop that comes with the snap into .local/share/applications:



      > cd ~/.local/share/applications
      > ln -s /var/lib/snapd/desktop/applications/skype_skypeforlinux.desktop skype-snap.desktop


      You should then see Skype in the applications list.



      This should work for vanilla Ubuntu/Gnome desktop.






      share|improve this answer
























        up vote
        2
        down vote













        Try linking to skype_skypeforlinux.desktop that comes with the snap into .local/share/applications:



        > cd ~/.local/share/applications
        > ln -s /var/lib/snapd/desktop/applications/skype_skypeforlinux.desktop skype-snap.desktop


        You should then see Skype in the applications list.



        This should work for vanilla Ubuntu/Gnome desktop.






        share|improve this answer






















          up vote
          2
          down vote










          up vote
          2
          down vote









          Try linking to skype_skypeforlinux.desktop that comes with the snap into .local/share/applications:



          > cd ~/.local/share/applications
          > ln -s /var/lib/snapd/desktop/applications/skype_skypeforlinux.desktop skype-snap.desktop


          You should then see Skype in the applications list.



          This should work for vanilla Ubuntu/Gnome desktop.






          share|improve this answer












          Try linking to skype_skypeforlinux.desktop that comes with the snap into .local/share/applications:



          > cd ~/.local/share/applications
          > ln -s /var/lib/snapd/desktop/applications/skype_skypeforlinux.desktop skype-snap.desktop


          You should then see Skype in the applications list.



          This should work for vanilla Ubuntu/Gnome desktop.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Apr 6 at 9:03









          Peter and the wolf

          19015




          19015




















              up vote
              1
              down vote













              I could run skype by typing this command in a terminal:



              /snap/bin/skype


              After skype started I right-clicked on the launcher-icon and clicked 'lock to launcher' which keeps the icon in the launcher and is clickable :)



              Also note that you do not see the Skype icon when searching via Unity:



              SkypeIcon






              share|improve this answer


























                up vote
                1
                down vote













                I could run skype by typing this command in a terminal:



                /snap/bin/skype


                After skype started I right-clicked on the launcher-icon and clicked 'lock to launcher' which keeps the icon in the launcher and is clickable :)



                Also note that you do not see the Skype icon when searching via Unity:



                SkypeIcon






                share|improve this answer
























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  I could run skype by typing this command in a terminal:



                  /snap/bin/skype


                  After skype started I right-clicked on the launcher-icon and clicked 'lock to launcher' which keeps the icon in the launcher and is clickable :)



                  Also note that you do not see the Skype icon when searching via Unity:



                  SkypeIcon






                  share|improve this answer














                  I could run skype by typing this command in a terminal:



                  /snap/bin/skype


                  After skype started I right-clicked on the launcher-icon and clicked 'lock to launcher' which keeps the icon in the launcher and is clickable :)



                  Also note that you do not see the Skype icon when searching via Unity:



                  SkypeIcon







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Feb 7 at 19:46

























                  answered Feb 7 at 19:19









                  Thorsten Niehues

                  382418




                  382418



























                       

                      draft saved


                      draft discarded















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1003985%2fstart-skype-snap-installation%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      Popular posts from this blog

                      How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

                      Unable to upgrade pip

                      Cutting all the characters after the last /