After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 593184 - Fails to respawn compiz on Fedora
Fails to respawn compiz on Fedora
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-08-26 16:36 UTC by Owen Taylor
Modified: 2009-08-27 20:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Taylor 2009-08-26 16:36:37 UTC
The respawn logic for compiz runs /usr/bin/compiz, but that's not enough to get a functional compiz on Fedora - on Fedora you need to run compiz-gtk, a wrapper script that, among other things:

 - Runs gtk-window-decorator
 - Runs compiz with the right plugins 'glib gconf' (and maybe more)

We probably should have a list of things we try to start in order to restart compiz-gtk is right for Fedora. Not sure about other distros.
Comment 1 Owen Taylor 2009-08-27 20:33:40 UTC
Fix pushed for this this, see bug 591171