Remove Duplicate Icons In Show Applications
I have just installed Ubuntu 18.04 and proceeded to install several programs. One of the programs, Gitkraken now has 2 icons when I opened SHOW APPLICATIONS while other installed programs are not showing at all. So my questions are:
1) How do I remove duplicate icons in Show Applications?
2) How do I add an icon in Show Applications?
FYI, I have checked /usr/share/applications and there is only one gitkraken.desktop. So I am not sure why I have 2 Gitktaken icons in Show Applications. Any insight on how to solve these 2 issues will be greatly appreciated. Thanks.
icons gnome-shell duplicate
add a comment |
I have just installed Ubuntu 18.04 and proceeded to install several programs. One of the programs, Gitkraken now has 2 icons when I opened SHOW APPLICATIONS while other installed programs are not showing at all. So my questions are:
1) How do I remove duplicate icons in Show Applications?
2) How do I add an icon in Show Applications?
FYI, I have checked /usr/share/applications and there is only one gitkraken.desktop. So I am not sure why I have 2 Gitktaken icons in Show Applications. Any insight on how to solve these 2 issues will be greatly appreciated. Thanks.
icons gnome-shell duplicate
Is there anything in~/.local/share/applications/?
– pomsky
Jul 31 at 4:47
I got similar problem. ~/.local/share$ find . -name "chema" found 4 copies of ./applications/DbSchema-[0-3].desktop. Thanks for Pomsky. Why don't you post this as an solution?
– Kemin Zhou
Nov 28 at 19:46
add a comment |
I have just installed Ubuntu 18.04 and proceeded to install several programs. One of the programs, Gitkraken now has 2 icons when I opened SHOW APPLICATIONS while other installed programs are not showing at all. So my questions are:
1) How do I remove duplicate icons in Show Applications?
2) How do I add an icon in Show Applications?
FYI, I have checked /usr/share/applications and there is only one gitkraken.desktop. So I am not sure why I have 2 Gitktaken icons in Show Applications. Any insight on how to solve these 2 issues will be greatly appreciated. Thanks.
icons gnome-shell duplicate
I have just installed Ubuntu 18.04 and proceeded to install several programs. One of the programs, Gitkraken now has 2 icons when I opened SHOW APPLICATIONS while other installed programs are not showing at all. So my questions are:
1) How do I remove duplicate icons in Show Applications?
2) How do I add an icon in Show Applications?
FYI, I have checked /usr/share/applications and there is only one gitkraken.desktop. So I am not sure why I have 2 Gitktaken icons in Show Applications. Any insight on how to solve these 2 issues will be greatly appreciated. Thanks.
icons gnome-shell duplicate
icons gnome-shell duplicate
edited Jul 31 at 4:36
pomsky
28.3k1186112
28.3k1186112
asked Jul 31 at 3:45
Allie Syadiqin
82
82
Is there anything in~/.local/share/applications/?
– pomsky
Jul 31 at 4:47
I got similar problem. ~/.local/share$ find . -name "chema" found 4 copies of ./applications/DbSchema-[0-3].desktop. Thanks for Pomsky. Why don't you post this as an solution?
– Kemin Zhou
Nov 28 at 19:46
add a comment |
Is there anything in~/.local/share/applications/?
– pomsky
Jul 31 at 4:47
I got similar problem. ~/.local/share$ find . -name "chema" found 4 copies of ./applications/DbSchema-[0-3].desktop. Thanks for Pomsky. Why don't you post this as an solution?
– Kemin Zhou
Nov 28 at 19:46
Is there anything in
~/.local/share/applications/?– pomsky
Jul 31 at 4:47
Is there anything in
~/.local/share/applications/?– pomsky
Jul 31 at 4:47
I got similar problem. ~/.local/share$ find . -name "chema" found 4 copies of ./applications/DbSchema-[0-3].desktop. Thanks for Pomsky. Why don't you post this as an solution?
– Kemin Zhou
Nov 28 at 19:46
I got similar problem. ~/.local/share$ find . -name "chema" found 4 copies of ./applications/DbSchema-[0-3].desktop. Thanks for Pomsky. Why don't you post this as an solution?
– Kemin Zhou
Nov 28 at 19:46
add a comment |
1 Answer
1
active
oldest
votes
Per Pomsky's comment, I had four identical icons for the DbSchema program in my "show applications" panel. Going into $HOME/.local/share/applications I indeed have four copies: DbSchema-[0-3].desktop.
rm DbSchema-0.desktop DbSchema-1.desktop DbSchema-2.desktop
Solved my problem.
/usr/share/applications my have similar mechanisms.
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%2f1060970%2fremove-duplicate-icons-in-show-applications%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
Per Pomsky's comment, I had four identical icons for the DbSchema program in my "show applications" panel. Going into $HOME/.local/share/applications I indeed have four copies: DbSchema-[0-3].desktop.
rm DbSchema-0.desktop DbSchema-1.desktop DbSchema-2.desktop
Solved my problem.
/usr/share/applications my have similar mechanisms.
add a comment |
Per Pomsky's comment, I had four identical icons for the DbSchema program in my "show applications" panel. Going into $HOME/.local/share/applications I indeed have four copies: DbSchema-[0-3].desktop.
rm DbSchema-0.desktop DbSchema-1.desktop DbSchema-2.desktop
Solved my problem.
/usr/share/applications my have similar mechanisms.
add a comment |
Per Pomsky's comment, I had four identical icons for the DbSchema program in my "show applications" panel. Going into $HOME/.local/share/applications I indeed have four copies: DbSchema-[0-3].desktop.
rm DbSchema-0.desktop DbSchema-1.desktop DbSchema-2.desktop
Solved my problem.
/usr/share/applications my have similar mechanisms.
Per Pomsky's comment, I had four identical icons for the DbSchema program in my "show applications" panel. Going into $HOME/.local/share/applications I indeed have four copies: DbSchema-[0-3].desktop.
rm DbSchema-0.desktop DbSchema-1.desktop DbSchema-2.desktop
Solved my problem.
/usr/share/applications my have similar mechanisms.
answered Nov 28 at 19:55
Kemin Zhou
1315
1315
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%2f1060970%2fremove-duplicate-icons-in-show-applications%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
Is there anything in
~/.local/share/applications/?– pomsky
Jul 31 at 4:47
I got similar problem. ~/.local/share$ find . -name "chema" found 4 copies of ./applications/DbSchema-[0-3].desktop. Thanks for Pomsky. Why don't you post this as an solution?
– Kemin Zhou
Nov 28 at 19:46