有没有办法更改主页图标没有更改文件夹图标?
答案1
答案2
为了更改启动器中的“主页”图标,您必须执行以下操作。
1.- 打开终端(CTRL++ ALT)T
2.-在终端中复制( CTRL+ C)并粘贴(CTRL++ SHIFT)V
gedit .local/share/applications/nautilus-home.desktop
3.- 复制(CTRL+ C)并粘贴(CTRL+ V)到新文档中
[Desktop Entry]
Name=Home Folder
Comment=Open your personal folder
Exec=nautilus %U
Icon=folder
Terminal=false
StartupNotify=true
Type=Application
OnlyShowIn=GNOME;Unity;
Categories=GNOME;GTK;Core;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nautilus
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=3.0.0
X-Ubuntu-Gettext-Domain=nautilus
Actions=Window;
[Desktop Action Window]
Name=Open a New Window
Exec=nautilus
OnlyShowIn=Unity;
4.- 变更文件夹在图标=文件夹例如,对于您愿意使用的图标,文件夹主页或其他本地保存的图像。
5.- 保存文档
6.- 退出