How can I remove the icon of Telegram-Desktop from the dashboard?
up vote
0
down vote
favorite
How can I completely delete this hidden icon of Telegram-Desktop after type sudo snap remove Telegram-Desktop into terminal from dash.
I do sudo updatedb && locate Telegram to see where they are.
In a addition, I have removed the .desktop file associated with it from the paths ~/.local/share/applications as well ~/.config/menus/applications-merged.
Thank you for your help!

icons telegram
add a comment |
up vote
0
down vote
favorite
How can I completely delete this hidden icon of Telegram-Desktop after type sudo snap remove Telegram-Desktop into terminal from dash.
I do sudo updatedb && locate Telegram to see where they are.
In a addition, I have removed the .desktop file associated with it from the paths ~/.local/share/applications as well ~/.config/menus/applications-merged.
Thank you for your help!

icons telegram
there might be another .desktop file in/usr/share/applications/
– Manoj Sawai
Sep 15 at 10:03
How can I find it in /usr/share/applications?I'm sorry. I don't know which one.
– ztseng
Sep 15 at 12:09
it should be named something like telegram.desktop or something similar. I can't tell exatly because i don't have it installed.
– Manoj Sawai
Sep 15 at 12:33
ok!Let me try to find a solution.Thank you
– ztseng
Sep 16 at 2:19
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How can I completely delete this hidden icon of Telegram-Desktop after type sudo snap remove Telegram-Desktop into terminal from dash.
I do sudo updatedb && locate Telegram to see where they are.
In a addition, I have removed the .desktop file associated with it from the paths ~/.local/share/applications as well ~/.config/menus/applications-merged.
Thank you for your help!

icons telegram
How can I completely delete this hidden icon of Telegram-Desktop after type sudo snap remove Telegram-Desktop into terminal from dash.
I do sudo updatedb && locate Telegram to see where they are.
In a addition, I have removed the .desktop file associated with it from the paths ~/.local/share/applications as well ~/.config/menus/applications-merged.
Thank you for your help!

icons telegram
icons telegram
edited Sep 15 at 9:56
Thomas
3,48081427
3,48081427
asked Sep 15 at 9:54
ztseng
1
1
there might be another .desktop file in/usr/share/applications/
– Manoj Sawai
Sep 15 at 10:03
How can I find it in /usr/share/applications?I'm sorry. I don't know which one.
– ztseng
Sep 15 at 12:09
it should be named something like telegram.desktop or something similar. I can't tell exatly because i don't have it installed.
– Manoj Sawai
Sep 15 at 12:33
ok!Let me try to find a solution.Thank you
– ztseng
Sep 16 at 2:19
add a comment |
there might be another .desktop file in/usr/share/applications/
– Manoj Sawai
Sep 15 at 10:03
How can I find it in /usr/share/applications?I'm sorry. I don't know which one.
– ztseng
Sep 15 at 12:09
it should be named something like telegram.desktop or something similar. I can't tell exatly because i don't have it installed.
– Manoj Sawai
Sep 15 at 12:33
ok!Let me try to find a solution.Thank you
– ztseng
Sep 16 at 2:19
there might be another .desktop file in
/usr/share/applications/– Manoj Sawai
Sep 15 at 10:03
there might be another .desktop file in
/usr/share/applications/– Manoj Sawai
Sep 15 at 10:03
How can I find it in /usr/share/applications?I'm sorry. I don't know which one.
– ztseng
Sep 15 at 12:09
How can I find it in /usr/share/applications?I'm sorry. I don't know which one.
– ztseng
Sep 15 at 12:09
it should be named something like telegram.desktop or something similar. I can't tell exatly because i don't have it installed.
– Manoj Sawai
Sep 15 at 12:33
it should be named something like telegram.desktop or something similar. I can't tell exatly because i don't have it installed.
– Manoj Sawai
Sep 15 at 12:33
ok!Let me try to find a solution.Thank you
– ztseng
Sep 16 at 2:19
ok!Let me try to find a solution.Thank you
– ztseng
Sep 16 at 2:19
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
I wasted too much time on that problem and came across every possible folder without success. Fortunately, I could remove it:
I finally tried MenuLibre, which listed the broken Telegram Desktop entry.
The provided command was
env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/telegram-desktop_telegramdesktop.desktop /snap/bin/telegram-desktop -- %u
so removing /var/lib/snapd/desktop/applications/telegram-desktop_telegramdesktop.desktop finally did the job.
add a comment |
up vote
0
down vote
Open terminal and type:
cd /var/lib/snapd/desktop/applications
then type
ls
it will list something like this
mimeinfo.cache gnome-logs_gnome-logs.desktop telegram-desktop_telegramdesktop.desktop
now your remove the telegram named file by typing
sudo rm ./telegram-desktop_telegramdesktop.desktop
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
I wasted too much time on that problem and came across every possible folder without success. Fortunately, I could remove it:
I finally tried MenuLibre, which listed the broken Telegram Desktop entry.
The provided command was
env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/telegram-desktop_telegramdesktop.desktop /snap/bin/telegram-desktop -- %u
so removing /var/lib/snapd/desktop/applications/telegram-desktop_telegramdesktop.desktop finally did the job.
add a comment |
up vote
1
down vote
I wasted too much time on that problem and came across every possible folder without success. Fortunately, I could remove it:
I finally tried MenuLibre, which listed the broken Telegram Desktop entry.
The provided command was
env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/telegram-desktop_telegramdesktop.desktop /snap/bin/telegram-desktop -- %u
so removing /var/lib/snapd/desktop/applications/telegram-desktop_telegramdesktop.desktop finally did the job.
add a comment |
up vote
1
down vote
up vote
1
down vote
I wasted too much time on that problem and came across every possible folder without success. Fortunately, I could remove it:
I finally tried MenuLibre, which listed the broken Telegram Desktop entry.
The provided command was
env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/telegram-desktop_telegramdesktop.desktop /snap/bin/telegram-desktop -- %u
so removing /var/lib/snapd/desktop/applications/telegram-desktop_telegramdesktop.desktop finally did the job.
I wasted too much time on that problem and came across every possible folder without success. Fortunately, I could remove it:
I finally tried MenuLibre, which listed the broken Telegram Desktop entry.
The provided command was
env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/telegram-desktop_telegramdesktop.desktop /snap/bin/telegram-desktop -- %u
so removing /var/lib/snapd/desktop/applications/telegram-desktop_telegramdesktop.desktop finally did the job.
answered Dec 4 at 19:33
yoshegg
417
417
add a comment |
add a comment |
up vote
0
down vote
Open terminal and type:
cd /var/lib/snapd/desktop/applications
then type
ls
it will list something like this
mimeinfo.cache gnome-logs_gnome-logs.desktop telegram-desktop_telegramdesktop.desktop
now your remove the telegram named file by typing
sudo rm ./telegram-desktop_telegramdesktop.desktop
add a comment |
up vote
0
down vote
Open terminal and type:
cd /var/lib/snapd/desktop/applications
then type
ls
it will list something like this
mimeinfo.cache gnome-logs_gnome-logs.desktop telegram-desktop_telegramdesktop.desktop
now your remove the telegram named file by typing
sudo rm ./telegram-desktop_telegramdesktop.desktop
add a comment |
up vote
0
down vote
up vote
0
down vote
Open terminal and type:
cd /var/lib/snapd/desktop/applications
then type
ls
it will list something like this
mimeinfo.cache gnome-logs_gnome-logs.desktop telegram-desktop_telegramdesktop.desktop
now your remove the telegram named file by typing
sudo rm ./telegram-desktop_telegramdesktop.desktop
Open terminal and type:
cd /var/lib/snapd/desktop/applications
then type
ls
it will list something like this
mimeinfo.cache gnome-logs_gnome-logs.desktop telegram-desktop_telegramdesktop.desktop
now your remove the telegram named file by typing
sudo rm ./telegram-desktop_telegramdesktop.desktop
answered Nov 2 at 15:18
Алмас Кусембаев
1
1
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%2f1075484%2fhow-can-i-remove-the-icon-of-telegram-desktop-from-the-dashboard%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
there might be another .desktop file in
/usr/share/applications/– Manoj Sawai
Sep 15 at 10:03
How can I find it in /usr/share/applications?I'm sorry. I don't know which one.
– ztseng
Sep 15 at 12:09
it should be named something like telegram.desktop or something similar. I can't tell exatly because i don't have it installed.
– Manoj Sawai
Sep 15 at 12:33
ok!Let me try to find a solution.Thank you
– ztseng
Sep 16 at 2:19