Hi All,

    This fix removes the tmp cache file generated by 
gtk-update-icon-cache before running the service again.
    This way the issue described in 4058 is avoided.

       Thanks,
   
          Erwann

 Index: icon-cache/icon-cache
===================================================================
--- icon-cache/icon-cache    (revision 24)
+++ icon-cache/icon-cache    (working copy)
@@ -89,6 +89,7 @@
       else
         echo "Icons newer than the cache found in $DIR.  Updating the 
cache."
       fi
+      rm -f $DIR/.icon-theme.cache
       /usr/bin/gtk-update-icon-cache $DIR
       if [ $? -ne 0 ]; then
         echo "/usr/bin/gtk-update-icon-cache exited with an error while \

-- 
              Erwann Ch?ned?,
 Desktop Group, Sun Microsystems, Grenoble
 Phone  : +33 476 188 358       ext: 38358


Reply via email to