[Bug 363194] New: gnome-wm uses wrong parameters to start latest compiz
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.
https://bugzilla.novell.com/show_bug.cgi?id=363194 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=363194#c1 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vuntz@novell.com Status|NEW |NEEDINFO Info Provider| |jkotze@novell.com --- Comment #1 from Vincent Untz <vuntz@novell.com> 2008-02-20 04:02:16 MST --- Johan: is the compiz update in official 10.3 updates, or from a 1-click repository? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=363194 User jkotze@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=363194#c2 --- Comment #2 from Johan Kotze <jkotze@novell.com> 2008-02-20 04:06:44 MST --- I installed from http://download.opensuse.org/repositories/X11:/XGL/openSUSE_10.3/ so I guess it is from a 1-click repository -- 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.
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#c3 Jigish Gohil <jigish.gohil@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jigish.gohil@gmail.com --- Comment #3 from Jigish Gohil <jigish.gohil@gmail.com> 2008-02-26 02:21:26 MST --- Use compiz-manager to start compiz from 1-click repo. I tried patching gnome-wm for some time, it was quite ugly, so now I am leaving it alone, may be putting "compiz-manager" in gnome-wm instead of the whole command would work too. We can do that if the wrapper script is "officially" included in 11. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=363194 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=363194#c4 --- Comment #4 from Vincent Untz <vuntz@novell.com> 2008-02-29 05:44:26 MST --- Jigish: I'm upstream for gnome-session. I can do the required changes relevant to compiz there. I just need to know what should be changed :-) -- 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.
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.
https://bugzilla.novell.com/show_bug.cgi?id=363194 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rodrigo@novell.com AssignedTo|bnc-team-gnome@forge.provo.novell.com |hpj@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=363194 User cyberorg@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=363194#c6 Jigish Gohil <cyberorg@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |vuntz@novell.com --- Comment #6 from Jigish Gohil <cyberorg@opensuse.org> 2008-04-27 01:49:38 MST --- Vincent, what is the plan for 11.0? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=363194 User cyberorg@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=363194#c7 Jigish Gohil <cyberorg@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|vuntz@novell.com | Resolution| |DUPLICATE --- Comment #7 from Jigish Gohil <cyberorg@opensuse.org> 2008-05-02 06:30:11 MST --- Not strictly duplicate of #381675, but once the startup from gnome-wm is updated, this bug will get fixed. *** This bug has been marked as a duplicate of bug 381675 *** https://bugzilla.novell.com/show_bug.cgi?id=381675 -- 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.
participants (1)
-
bugzilla_noreply@novell.com