http://bugzilla.novell.com/show_bug.cgi?id=548605#c1 --- Comment #1 from Harald Koenig <koenig@linux.de> 2009-11-18 16:44:59 UTC --- I've done another update from 11.1 to 11.2-final: same performace problems with some gnome-related packages: rpm -qa --qf '%{INSTALLTIME} %{NAME} %{VERSION}\n' | sort -nr | awk '{print l-$1,$0;l=$1}' | sort -nr | less shows the same "slow" packages: 256 compiz-0.7.8 240 compiz-fusion-plugins-main-0.7.8 212 gnucash-2.2.9 205 libgnome-2.28.0 178 gnome-games-2.28.0 142 evolution-2.28.0 125 gnome-applets-2.28.0 109 gnome-panel-2.28.0 92 gnome-vfs2-2.24.1 92 gnome-settings-daemon-2.28.0 91 pullin-msttf-fonts-11.2 83 gnome-utils-2.28.0 81 evince-2.28.0 80 timezone-java-2009p 79 tvbrowser-2.7.2 75 kernel-xen-2.6.31.5 59 kernel-default-2.6.31.5 the compiz preuninstall script calls gconftool-2 34 times, while there are ~250 calls alltogether (so 256 secs / 33 * 249 ~= 1931 secs just for gconftool-2 !) harald > rpm -q compiz --scripts | grep -A2 ' if test -f usr/share/gconf/' | grep -c usr/bin/gconftool-2 33 harald > rpm -qa --scripts | grep -A2 ' if test -f usr/share/gconf/' | grep -c usr/bin/gconftool-2 249 which matches harald > ls /usr/share/gconf/schemas/*.schemas | wc 248 248 12515 gconftool-2 sucks ?!? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.