PDA

View Full Version : How to refresh nautilus



3togo
November 24th, 2008, 08:43 AM
let say I modify a line inside the file
./.nautilus/metafiles/file:%2F%2F%2Fhome%2Fjc%2FDesktop.xml


by changing
<file name="tvon" timestamp="1227511765" icon_position="220,382" icon_position_timestamp="1227511765" custom_icon="file:///usr/share/pixmaps/gnome-palm.png" icon_scale="1"/>
to

<file name="tvon" timestamp="1227511765" icon_position="220,382" icon_position_timestamp="1227511765" custom_icon="file:///usr/share/pixmaps/gnome-log.png" icon_scale="1"/>

I know I could refresh the icons by

nautilus --restart

but it is really a little bit overkill. I wonder if there are any cleverer way to just refresh the icon concerned?