I am using ubuntu and gnome-do and have in my gnome-do some bad shortcuts ( they even have a grey X icon ) that i cant figure out how to delete from the list. I thought gnome do has some cache but its been a while and they are still there :(

Any ideas how to clear them from the list ?

Update: I deleted the ~/local/share/gnome-do folder and still no success

link|improve this question

79% accept rate
feedback

5 Answers

up vote 3 down vote accepted

Maybe you have created shortcuts by some menu/shortcut editor, in my case is alacarte. I found that when I remove shortcuts from menu by alacarte, it does not remove .desktop file in ~/.local/share/applications/ but only set flag hidden=True which gnome-do somehow does not recognize this so it still display that shortcut. So make sure that .desktop file was deleted along with removing ~/.local/share/gnome-do/ directory

link|improve this answer
feedback

Probably it's a little bit a brute-force way to do it, but removing (renaming) the

~/.local/share/gnome-do

folder worked for me.

link|improve this answer
didnt work for me :( – solomongaby Jul 22 '10 at 7:18
feedback

I do not use personally gnome-do, but I found How to clear the icon cache? which says:

When you change desktop files (depending on how you do it) for some reason, GNOME decides to keep copy of the old one around but just hide it. Do sees both the old and new copies. Delete the old ones and you should be good to go.

Culprit for me turned out to be in: ~/.gnome2/panel2.d/default/launchers

link|improve this answer
empty folder. tnx for the try – solomongaby Jul 23 '10 at 9:26
@solomongaby: What happens if you search for the old icons ? (I don't have DO or Gnome so can't do it.) – harrymc Jul 23 '10 at 9:58
@solomongaby: Funny question - have you checked for hidden files in the above folder? – harrymc Jul 23 '10 at 12:56
yes i did .. nothing in there – solomongaby Jul 26 '10 at 9:43
@solomongaby: Try to see if some hidden dir/file exists in $HOME. – harrymc Jul 26 '10 at 10:51
show 1 more comment
feedback

Removing the ~/.local/share/gnome-do/ directory worked for me, but you have to make sure you terminate gnome-do before doing so...

link|improve this answer
feedback

Open ./local/share/applications/ and find files with error names (like your error). Delete them.

Restart gnome-do or the system.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.