https://bugzilla.novell.com/show_bug.cgi?id=363194 Summary: gnome-wm uses wrong parameters to start latest compiz Product: openSUSE 10.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: jkotze@novell.com QAContact: qa@suse.de Found By: --- I upgraded compiz to the version 0.0.0-5.1 and when I log in compiz is running but when I try to launch any application I just get a white screen. I managed to track the problem down the gnome-wm which uses the wrong parameters to luach compiz. I changed gnome-wm to use the correct parameters for compiz 0.7.0-5.1. Please update gnome-wm. existing gnome-wm if [ -x /usr/bin/compiz ]; then if [ -z "$SMID" ]; then exec /usr/bin/compiz --replace --sm-disable glib gconf else exec /usr/bin/compiz --replace --sm-client-id $SMID glib gconf fi fi modified to: if [ -x /usr/bin/compiz ]; then if [ -z "$SMID" ]; then exec /usr/bin/compiz --replace --sm-disable ccp else exec /usr/bin/compiz --replace --sm-client-id $SMID ccp fi fi -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.