Description of problem: Drag a file on a folder or Open a folder on nautilus, folder icon doesn't change. Version-Release number of selected component (if applicable): 2.23.5.1-3.fc10. How reproducible: always Steps to Reproduce: 1. Change icon theme to GNOME. 2. Drag a file on a folder or Open a folder on nautilus. 3. Actual results: Expected results: Additional info: gnome-icon-theme-2.23.3-2.fc10.noarch See also http://bugzilla.gnome.org/show_bug.cgi?id=539405
Works here with nautilus-2.23.5.1-3.fc10.i386 and gnome-icon-theme-2.23.3-2.fc10.noarch Can you please try new nautilus? (you mentioned 2.23.4-1 in your gnome bug)
Created attachment 312891 [details] Open a folder -> No changed icon of the folder (In reply to comment #1) > Works here with nautilus-2.23.5.1-3.fc10.i386 and > gnome-icon-theme-2.23.3-2.fc10.noarch > > Can you please try new nautilus? (you mentioned 2.23.4-1 in your gnome bug) gnome-icon-theme-2.23.3-2.fc10.noarch nautilus-2.23.5.1-3.fc10.i386 Maybe standard icon naming problme? in http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html folder icon names is folder-XXXX. $ rpm -ql gnome-icon-theme | grep folder_ $ rpm -ql gnome-icon-theme | grep folder- /usr/share/icons/gnome/scalable/places/folder-saved-search.svg /usr/share/icons/gnome/scalable/status/folder-drag-accept.icon /usr/share/icons/gnome/scalable/status/folder-drag-accept.svg /usr/share/icons/gnome/scalable/status/folder-open.icon /usr/share/icons/gnome/scalable/status/folder-open.svg /usr/share/icons/gnome/scalable/status/folder-visiting.icon /usr/share/icons/gnome/scalable/status/folder-visiting.svg $ rpm -ql echo-icon-theme | grep folder_ /usr/share/icons/Echo/16x16/actions/folder_new.png /usr/share/icons/Echo/16x16/mimetypes/folder_tar.png /usr/share/icons/Echo/16x16/places/folder_home.png /usr/share/icons/Echo/16x16/status/folder_open.png /usr/share/icons/Echo/22x22/actions/folder_new.png /usr/share/icons/Echo/22x22/mimetypes/folder_tar.png /usr/share/icons/Echo/22x22/places/folder_home.png /usr/share/icons/Echo/22x22/status/folder_open.png /usr/share/icons/Echo/24x24/actions/folder_new.png [skip] This issue doesn't happen in echo icon theme.
Works fine here, in todays rawhide.
Oops, needless symbolic icons was in /usr/share/icons/gnome. After removing needless symbolic icons in /usr/share/icons/gnome, this problem fixed. Thanks.