Skype on Ubuntu 18.04 issues - doesn't start and logs me out
up vote
3
down vote
favorite
The Skype app on Ubuntu 18.04 doesn't start when using the Community Theme snap Wayland (communitheme) theme. It automatically takes me to the lock screen
Also, clicking on Skype's file sharing icon freezes the app; after a while it shuts down spontaneously. Drag and drop a file for sharing works.
18.04 skype file-sharing
add a comment |
up vote
3
down vote
favorite
The Skype app on Ubuntu 18.04 doesn't start when using the Community Theme snap Wayland (communitheme) theme. It automatically takes me to the lock screen
Also, clicking on Skype's file sharing icon freezes the app; after a while it shuts down spontaneously. Drag and drop a file for sharing works.
18.04 skype file-sharing
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
The Skype app on Ubuntu 18.04 doesn't start when using the Community Theme snap Wayland (communitheme) theme. It automatically takes me to the lock screen
Also, clicking on Skype's file sharing icon freezes the app; after a while it shuts down spontaneously. Drag and drop a file for sharing works.
18.04 skype file-sharing
The Skype app on Ubuntu 18.04 doesn't start when using the Community Theme snap Wayland (communitheme) theme. It automatically takes me to the lock screen
Also, clicking on Skype's file sharing icon freezes the app; after a while it shuts down spontaneously. Drag and drop a file for sharing works.
18.04 skype file-sharing
18.04 skype file-sharing
edited Sep 21 at 7:10
Zanna
49.3k13127236
49.3k13127236
asked May 23 at 12:29
Administrator Imax
352
352
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
5
down vote
You probably aren't using the latest version of Skype. Try installing the Skype snap package with:
sudo snap install skype --classic
If that doesn't work try installing the latest version of Skype from the insider channel.
sudo snap install skype --classic --channel insider/stable
3
That doesn't work for me
– Seaskyways
Oct 3 at 16:10
add a comment |
up vote
1
down vote
For me worked removing skype and installing it from official skype repository:
Add Skype Linux client repository
echo "deb [arch=amd64] https://repo.skype.com/deb stable main" | sudo tee /etc/apt/sources.list.d/skype-stable.list
Install Skype public key
wget https://repo.skype.com/data/SKYPE-GPG-KEY
sudo apt-key add SKYPE-GPG-KEY
Install the apt-transport-https package, if don't have one
sudo apt install apt-transport-https
Install skype itself
sudo apt install skypeforlinux`
add a comment |
up vote
0
down vote
The solution given here works for me. Run skype
e.g. from a script
#!/bin/bash
GDK_BACKEND=x11 skype
which sets the GDK_BACKEND
environment variable to avoid the crash. (Ubuntu 18.04 with Unity.)
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1039412%2fskype-on-ubuntu-18-04-issues-doesnt-start-and-logs-me-out%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
You probably aren't using the latest version of Skype. Try installing the Skype snap package with:
sudo snap install skype --classic
If that doesn't work try installing the latest version of Skype from the insider channel.
sudo snap install skype --classic --channel insider/stable
3
That doesn't work for me
– Seaskyways
Oct 3 at 16:10
add a comment |
up vote
5
down vote
You probably aren't using the latest version of Skype. Try installing the Skype snap package with:
sudo snap install skype --classic
If that doesn't work try installing the latest version of Skype from the insider channel.
sudo snap install skype --classic --channel insider/stable
3
That doesn't work for me
– Seaskyways
Oct 3 at 16:10
add a comment |
up vote
5
down vote
up vote
5
down vote
You probably aren't using the latest version of Skype. Try installing the Skype snap package with:
sudo snap install skype --classic
If that doesn't work try installing the latest version of Skype from the insider channel.
sudo snap install skype --classic --channel insider/stable
You probably aren't using the latest version of Skype. Try installing the Skype snap package with:
sudo snap install skype --classic
If that doesn't work try installing the latest version of Skype from the insider channel.
sudo snap install skype --classic --channel insider/stable
answered May 24 at 5:30
karel
56k11124142
56k11124142
3
That doesn't work for me
– Seaskyways
Oct 3 at 16:10
add a comment |
3
That doesn't work for me
– Seaskyways
Oct 3 at 16:10
3
3
That doesn't work for me
– Seaskyways
Oct 3 at 16:10
That doesn't work for me
– Seaskyways
Oct 3 at 16:10
add a comment |
up vote
1
down vote
For me worked removing skype and installing it from official skype repository:
Add Skype Linux client repository
echo "deb [arch=amd64] https://repo.skype.com/deb stable main" | sudo tee /etc/apt/sources.list.d/skype-stable.list
Install Skype public key
wget https://repo.skype.com/data/SKYPE-GPG-KEY
sudo apt-key add SKYPE-GPG-KEY
Install the apt-transport-https package, if don't have one
sudo apt install apt-transport-https
Install skype itself
sudo apt install skypeforlinux`
add a comment |
up vote
1
down vote
For me worked removing skype and installing it from official skype repository:
Add Skype Linux client repository
echo "deb [arch=amd64] https://repo.skype.com/deb stable main" | sudo tee /etc/apt/sources.list.d/skype-stable.list
Install Skype public key
wget https://repo.skype.com/data/SKYPE-GPG-KEY
sudo apt-key add SKYPE-GPG-KEY
Install the apt-transport-https package, if don't have one
sudo apt install apt-transport-https
Install skype itself
sudo apt install skypeforlinux`
add a comment |
up vote
1
down vote
up vote
1
down vote
For me worked removing skype and installing it from official skype repository:
Add Skype Linux client repository
echo "deb [arch=amd64] https://repo.skype.com/deb stable main" | sudo tee /etc/apt/sources.list.d/skype-stable.list
Install Skype public key
wget https://repo.skype.com/data/SKYPE-GPG-KEY
sudo apt-key add SKYPE-GPG-KEY
Install the apt-transport-https package, if don't have one
sudo apt install apt-transport-https
Install skype itself
sudo apt install skypeforlinux`
For me worked removing skype and installing it from official skype repository:
Add Skype Linux client repository
echo "deb [arch=amd64] https://repo.skype.com/deb stable main" | sudo tee /etc/apt/sources.list.d/skype-stable.list
Install Skype public key
wget https://repo.skype.com/data/SKYPE-GPG-KEY
sudo apt-key add SKYPE-GPG-KEY
Install the apt-transport-https package, if don't have one
sudo apt install apt-transport-https
Install skype itself
sudo apt install skypeforlinux`
answered Nov 18 at 18:22
Alex
1113
1113
add a comment |
add a comment |
up vote
0
down vote
The solution given here works for me. Run skype
e.g. from a script
#!/bin/bash
GDK_BACKEND=x11 skype
which sets the GDK_BACKEND
environment variable to avoid the crash. (Ubuntu 18.04 with Unity.)
add a comment |
up vote
0
down vote
The solution given here works for me. Run skype
e.g. from a script
#!/bin/bash
GDK_BACKEND=x11 skype
which sets the GDK_BACKEND
environment variable to avoid the crash. (Ubuntu 18.04 with Unity.)
add a comment |
up vote
0
down vote
up vote
0
down vote
The solution given here works for me. Run skype
e.g. from a script
#!/bin/bash
GDK_BACKEND=x11 skype
which sets the GDK_BACKEND
environment variable to avoid the crash. (Ubuntu 18.04 with Unity.)
The solution given here works for me. Run skype
e.g. from a script
#!/bin/bash
GDK_BACKEND=x11 skype
which sets the GDK_BACKEND
environment variable to avoid the crash. (Ubuntu 18.04 with Unity.)
answered Nov 28 at 15:31
fuenfundachtzig
24128
24128
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1039412%2fskype-on-ubuntu-18-04-issues-doesnt-start-and-logs-me-out%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
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