You are not logged in.
Pages: 1
Hi there
I was just wondering, how do you get rid of dead menu links? Recently I downloaded xemacs, decided I didn't like it and then removed the package using
pacman -Rs xemacs
It was removed and life was good. Unfortunately, when I right-click a text file, the option to open the file with xemacs is still there. How do I make it go away?
Offline
You still have the desktop file in ~/.local/share/applications. Remove that file (not the whole directory) and the problem disappears.
Last edited by skottish (2008-03-08 21:39:45)
Offline
The only content of /root/.local/share/applications is defaults.list... should I delete that? Also, is .local hidden in the file mananger? I had to cd to it.
Offline
Well crap! Yes, files that start with '.' are usually hidden from file managers. Although, file managers can toggle that feature on and off.
No, don't delete defaults.lst.
Another place to look is in /usr/share/applications
Offline
Oh, ok. Well it's not there, either! (The program or the mysterious desktop file)
Offline
Just kind of noticed the path you specified: '/root/.local/share/applications'
If you want to remove it from your normal user, you should probably search in '/username/.local/share/applications'.
But perhaps it was a typo (cause you aren't running everything as root, are you?).
Offline
when removing package, you can pacman -Rns
[eb@blackout ~]$ pacman -Rnh
usage: pacman {-R --remove} [options] <package>
options:
[---snip---]
-n, --nosave remove configuration files as well
Offline
Pages: 1