How do I remove extra Skype icon or ghost icons for removed apps from GNOME shell?
When searching for "Skype" I always see these 2 entries. There is this duplicate blank Skype icon. Both of them seem to run Skype in the same way.

But I've checked both /usr/share/applications, and ~/.local/share/applications, and can't find the extra icon so I can delete it.
Also as described here, sometimes similar ghost icons are present even after removing associated applications.
18.04 icons skype gnome-shell .desktop
add a comment |
When searching for "Skype" I always see these 2 entries. There is this duplicate blank Skype icon. Both of them seem to run Skype in the same way.

But I've checked both /usr/share/applications, and ~/.local/share/applications, and can't find the extra icon so I can delete it.
Also as described here, sometimes similar ghost icons are present even after removing associated applications.
18.04 icons skype gnome-shell .desktop
2
Could it be one is snap install and the other is a deb install?
– Carl
Sep 27 '18 at 12:44
1
That's probably it. Any idea what I can do about that? Software manager only shows one entry. And I did keep my home partition from a previous Linux Mint install so that probably has something to do with it...
– Domarius
Sep 27 '18 at 21:05
@Domarius That's a very important piece of info, you should have mentioned in your question. What are outputs of the following commands in Terminal:apt policy skypeforlinux | grep Installedandsnap list | grep -i skype?
– pomsky
Sep 28 '18 at 6:40
@pomsky I'm new to Linux though. As far as I was concerned, I did a full re-install from Linux Mint and kept my home drive, which should have only had user related settings, and program settings (not actual programs). But Alexandru's answer was the ticket!
– Domarius
Sep 28 '18 at 23:29
add a comment |
When searching for "Skype" I always see these 2 entries. There is this duplicate blank Skype icon. Both of them seem to run Skype in the same way.

But I've checked both /usr/share/applications, and ~/.local/share/applications, and can't find the extra icon so I can delete it.
Also as described here, sometimes similar ghost icons are present even after removing associated applications.
18.04 icons skype gnome-shell .desktop
When searching for "Skype" I always see these 2 entries. There is this duplicate blank Skype icon. Both of them seem to run Skype in the same way.

But I've checked both /usr/share/applications, and ~/.local/share/applications, and can't find the extra icon so I can delete it.
Also as described here, sometimes similar ghost icons are present even after removing associated applications.
18.04 icons skype gnome-shell .desktop
18.04 icons skype gnome-shell .desktop
edited Jan 4 at 15:44
pomsky
30.5k1193127
30.5k1193127
asked Sep 26 '18 at 22:30
DomariusDomarius
1685
1685
2
Could it be one is snap install and the other is a deb install?
– Carl
Sep 27 '18 at 12:44
1
That's probably it. Any idea what I can do about that? Software manager only shows one entry. And I did keep my home partition from a previous Linux Mint install so that probably has something to do with it...
– Domarius
Sep 27 '18 at 21:05
@Domarius That's a very important piece of info, you should have mentioned in your question. What are outputs of the following commands in Terminal:apt policy skypeforlinux | grep Installedandsnap list | grep -i skype?
– pomsky
Sep 28 '18 at 6:40
@pomsky I'm new to Linux though. As far as I was concerned, I did a full re-install from Linux Mint and kept my home drive, which should have only had user related settings, and program settings (not actual programs). But Alexandru's answer was the ticket!
– Domarius
Sep 28 '18 at 23:29
add a comment |
2
Could it be one is snap install and the other is a deb install?
– Carl
Sep 27 '18 at 12:44
1
That's probably it. Any idea what I can do about that? Software manager only shows one entry. And I did keep my home partition from a previous Linux Mint install so that probably has something to do with it...
– Domarius
Sep 27 '18 at 21:05
@Domarius That's a very important piece of info, you should have mentioned in your question. What are outputs of the following commands in Terminal:apt policy skypeforlinux | grep Installedandsnap list | grep -i skype?
– pomsky
Sep 28 '18 at 6:40
@pomsky I'm new to Linux though. As far as I was concerned, I did a full re-install from Linux Mint and kept my home drive, which should have only had user related settings, and program settings (not actual programs). But Alexandru's answer was the ticket!
– Domarius
Sep 28 '18 at 23:29
2
2
Could it be one is snap install and the other is a deb install?
– Carl
Sep 27 '18 at 12:44
Could it be one is snap install and the other is a deb install?
– Carl
Sep 27 '18 at 12:44
1
1
That's probably it. Any idea what I can do about that? Software manager only shows one entry. And I did keep my home partition from a previous Linux Mint install so that probably has something to do with it...
– Domarius
Sep 27 '18 at 21:05
That's probably it. Any idea what I can do about that? Software manager only shows one entry. And I did keep my home partition from a previous Linux Mint install so that probably has something to do with it...
– Domarius
Sep 27 '18 at 21:05
@Domarius That's a very important piece of info, you should have mentioned in your question. What are outputs of the following commands in Terminal:
apt policy skypeforlinux | grep Installed and snap list | grep -i skype?– pomsky
Sep 28 '18 at 6:40
@Domarius That's a very important piece of info, you should have mentioned in your question. What are outputs of the following commands in Terminal:
apt policy skypeforlinux | grep Installed and snap list | grep -i skype?– pomsky
Sep 28 '18 at 6:40
@pomsky I'm new to Linux though. As far as I was concerned, I did a full re-install from Linux Mint and kept my home drive, which should have only had user related settings, and program settings (not actual programs). But Alexandru's answer was the ticket!
– Domarius
Sep 28 '18 at 23:29
@pomsky I'm new to Linux though. As far as I was concerned, I did a full re-install from Linux Mint and kept my home drive, which should have only had user related settings, and program settings (not actual programs). But Alexandru's answer was the ticket!
– Domarius
Sep 28 '18 at 23:29
add a comment |
1 Answer
1
active
oldest
votes
It seems you have snap installed as per your reply to @Carl's question.
Installing Skype from two sources (snap and .deb) lead to some junk .desktop files after removing the snap package. You can solve this by cleaning up after removing the snap.
Check the /var/lib/snapd/desktop/applications/ directory for a skype_forlinux.desktop file or something with skype* in the name (or any .desktop file which may be associated to the application). If you find it, move it somewhere else (e.g. /tmp) and check again by searching though 'Activities'.
It should be fine now.
Thank you, that did it! I guess since it's on the root file system, there's no way it's left around from the previous Linux Mint install I had. If the only way it could have got there is from me installing Skype twice, then I'll have to accept that I somehow did that and forgot about it...
– Domarius
Sep 28 '18 at 23:31
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',
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
});
}
});
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%2f1078736%2fhow-do-i-remove-extra-skype-icon-or-ghost-icons-for-removed-apps-from-gnome-shel%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It seems you have snap installed as per your reply to @Carl's question.
Installing Skype from two sources (snap and .deb) lead to some junk .desktop files after removing the snap package. You can solve this by cleaning up after removing the snap.
Check the /var/lib/snapd/desktop/applications/ directory for a skype_forlinux.desktop file or something with skype* in the name (or any .desktop file which may be associated to the application). If you find it, move it somewhere else (e.g. /tmp) and check again by searching though 'Activities'.
It should be fine now.
Thank you, that did it! I guess since it's on the root file system, there's no way it's left around from the previous Linux Mint install I had. If the only way it could have got there is from me installing Skype twice, then I'll have to accept that I somehow did that and forgot about it...
– Domarius
Sep 28 '18 at 23:31
add a comment |
It seems you have snap installed as per your reply to @Carl's question.
Installing Skype from two sources (snap and .deb) lead to some junk .desktop files after removing the snap package. You can solve this by cleaning up after removing the snap.
Check the /var/lib/snapd/desktop/applications/ directory for a skype_forlinux.desktop file or something with skype* in the name (or any .desktop file which may be associated to the application). If you find it, move it somewhere else (e.g. /tmp) and check again by searching though 'Activities'.
It should be fine now.
Thank you, that did it! I guess since it's on the root file system, there's no way it's left around from the previous Linux Mint install I had. If the only way it could have got there is from me installing Skype twice, then I'll have to accept that I somehow did that and forgot about it...
– Domarius
Sep 28 '18 at 23:31
add a comment |
It seems you have snap installed as per your reply to @Carl's question.
Installing Skype from two sources (snap and .deb) lead to some junk .desktop files after removing the snap package. You can solve this by cleaning up after removing the snap.
Check the /var/lib/snapd/desktop/applications/ directory for a skype_forlinux.desktop file or something with skype* in the name (or any .desktop file which may be associated to the application). If you find it, move it somewhere else (e.g. /tmp) and check again by searching though 'Activities'.
It should be fine now.
It seems you have snap installed as per your reply to @Carl's question.
Installing Skype from two sources (snap and .deb) lead to some junk .desktop files after removing the snap package. You can solve this by cleaning up after removing the snap.
Check the /var/lib/snapd/desktop/applications/ directory for a skype_forlinux.desktop file or something with skype* in the name (or any .desktop file which may be associated to the application). If you find it, move it somewhere else (e.g. /tmp) and check again by searching though 'Activities'.
It should be fine now.
edited Jan 4 at 15:51
pomsky
30.5k1193127
30.5k1193127
answered Sep 28 '18 at 12:10
Alexandru CatrinaAlexandru Catrina
963
963
Thank you, that did it! I guess since it's on the root file system, there's no way it's left around from the previous Linux Mint install I had. If the only way it could have got there is from me installing Skype twice, then I'll have to accept that I somehow did that and forgot about it...
– Domarius
Sep 28 '18 at 23:31
add a comment |
Thank you, that did it! I guess since it's on the root file system, there's no way it's left around from the previous Linux Mint install I had. If the only way it could have got there is from me installing Skype twice, then I'll have to accept that I somehow did that and forgot about it...
– Domarius
Sep 28 '18 at 23:31
Thank you, that did it! I guess since it's on the root file system, there's no way it's left around from the previous Linux Mint install I had. If the only way it could have got there is from me installing Skype twice, then I'll have to accept that I somehow did that and forgot about it...
– Domarius
Sep 28 '18 at 23:31
Thank you, that did it! I guess since it's on the root file system, there's no way it's left around from the previous Linux Mint install I had. If the only way it could have got there is from me installing Skype twice, then I'll have to accept that I somehow did that and forgot about it...
– Domarius
Sep 28 '18 at 23:31
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.
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%2f1078736%2fhow-do-i-remove-extra-skype-icon-or-ghost-icons-for-removed-apps-from-gnome-shel%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
2
Could it be one is snap install and the other is a deb install?
– Carl
Sep 27 '18 at 12:44
1
That's probably it. Any idea what I can do about that? Software manager only shows one entry. And I did keep my home partition from a previous Linux Mint install so that probably has something to do with it...
– Domarius
Sep 27 '18 at 21:05
@Domarius That's a very important piece of info, you should have mentioned in your question. What are outputs of the following commands in Terminal:
apt policy skypeforlinux | grep Installedandsnap list | grep -i skype?– pomsky
Sep 28 '18 at 6:40
@pomsky I'm new to Linux though. As far as I was concerned, I did a full re-install from Linux Mint and kept my home drive, which should have only had user related settings, and program settings (not actual programs). But Alexandru's answer was the ticket!
– Domarius
Sep 28 '18 at 23:29