https://bugzilla.novell.com/show_bug.cgi?id=363194 User jigish.gohil@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=363194#c5 Jigish Gohil <jigish.gohil@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|jkotze@novell.com | --- Comment #5 from Jigish Gohil <jigish.gohil@gmail.com> 2008-02-29 10:43:02 MST --- Everyone has different ways of launching compiz: buntus has compiz wrapper script that points to compiz.real (the real compiz binary). Compiz needs to be started with --no-libgl-fallback option and sometimes with additional environment variables such as LIBGL_ALWAYS_INDIRECT=1, LD_LIBRARY_PATH or LD_PRELOAD. So instead of putting in things like: if [ -x /usr/bin/compiz ]; then if [ -z "$SMID" ]; then exec /usr/bin/compiz --replace --sm-disable ccp (compiz --replace glib gconf) else exec /usr/bin/compiz --replace --sm-client-id $SMID ccp there could be new variable $COMPIZ_COMMAND which all distros/users can set somewhere like /etc/environment. KDE guys need to agree on that and use the common way to launch compiz under both the DE. Better suggestions welcome. -- 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.