Start Skype (snap installation)
![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
1
down vote
favorite
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
add a comment |Â
up vote
1
down vote
favorite
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
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 viasudo 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
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
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
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
skype snap
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 viasudo 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
add a comment |Â
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 viasudo 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
add a comment |Â
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
.
That's the one.
â karel
Mar 6 at 17:47
running justskype
should also work
â Ulrich Dohou
Jul 24 at 20:24
add a comment |Â
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.
add a comment |Â
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:
add a comment |Â
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
.
That's the one.
â karel
Mar 6 at 17:47
running justskype
should also work
â Ulrich Dohou
Jul 24 at 20:24
add a comment |Â
up vote
3
down vote
If you installed it with snap, you should run it with snap run skype
.
That's the one.
â karel
Mar 6 at 17:47
running justskype
should also work
â Ulrich Dohou
Jul 24 at 20:24
add a comment |Â
up vote
3
down vote
up vote
3
down vote
If you installed it with snap, you should run it with snap run skype
.
If you installed it with snap, you should run it with snap run skype
.
edited Mar 6 at 17:50
answered Mar 6 at 17:18
![](https://i.stack.imgur.com/r8ajt.jpg?s=32&g=1)
![](https://i.stack.imgur.com/r8ajt.jpg?s=32&g=1)
Amanda
4,165104282
4,165104282
That's the one.
â karel
Mar 6 at 17:47
running justskype
should also work
â Ulrich Dohou
Jul 24 at 20:24
add a comment |Â
That's the one.
â karel
Mar 6 at 17:47
running justskype
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
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
answered Apr 6 at 9:03
![](https://i.stack.imgur.com/LbPgy.jpg?s=32&g=1)
![](https://i.stack.imgur.com/LbPgy.jpg?s=32&g=1)
Peter and the wolf
19015
19015
add a comment |Â
add a comment |Â
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:
add a comment |Â
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:
add a comment |Â
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:
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:
edited Feb 7 at 19:46
answered Feb 7 at 19:19
Thorsten Niehues
382418
382418
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%2f1003985%2fstart-skype-snap-installation%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
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