liunux 问题
我刚学Linux 我将一个安装后的程序卸载 ,可是还是可以在“应用程序”中找到它,鼠标右击也可以看到它,怎么将它门清除?
[解决办法]
需要根据你的桌面环境.
据我所知,gnome3 在 /usr/share/applications 下是一些系统应用程序的桌面图表关联等信息.
用户相关的 /home/<用户名>/.local/share/applications 下面.
图表大部分是文本格式的(以.desktop为文件扩展名),使用文本编辑器如vim可以打开和修改.
例如:firefox
[Desktop Entry]
Version=1.0
Name=Firefox
GenericName=Web Browser
GenericName[ca]=Navegador web
GenericName[cs]=Webovy prohlí?e?
GenericName[fa]=?????? ????????
...
GenericName[sv]=Webbl?sare
Comment=Browse the Web
Comment[ca]=Navegueu per el web
Comment[cs]=Prohlí?ení stránek World Wide Webu
...
Comment[ja]=ウェブを閲覧します
Comment[ko]=?? ?? ????
Comment[nn]=Surf p? nettet
Comment[no]=Surf p? nettet
Exec=firefox %u
Icon=firefox
Terminal=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
StartupNotify=true
Categories=Network;WebBrowser;
X-Desktop-File-Install-Version=0.20
text/x-markdown=retext.desktop