[opensuse-gnome] Re: [opensuse] GNOME, Compiz, but no window manager
Everything "works". I can log into GNOME, and 3D effects are enabled, and the display is perfect. Except I have no window manager (windows are not decorated and I can't switch windows). If I run "metacity &" in a gnome-terminal then I can operate but all the windows have a semi-transparent border around them (although geometry seems to be working correctly). I assume this is because the compiz window manager component isn't starting? "gtk-window-decorator" is running, as is "compiz" and "compiz-manager". Any suggestions? Run the following as root to get compiz 0.8.4 zypper ar http://download.opensuse.org/repositories/X11:/XGL/openSUSE_11.2/ X11:XGL zypper ref zypper up -t package -r X11:XGL
Done that. Restarting X still does not start a window manager. And 3D effects have now been completely disabled. Attempting to run the utility simple-ccsm in order to enable 3D fails with a Python stack trace and hangs: awilliam@linux-m3mt:~/.gconfd> simple-ccsm /usr/bin/simple-ccsm:40: DeprecationWarning: Use the new widget gtk.Tooltip Tooltips = gtk.Tooltips() /usr/bin/simple-ccsm:182: DeprecationWarning: Use the new widget gtk.Tooltip Tooltips = gtk.Tooltips() /usr/bin/simple-ccsm:426: DeprecationWarning: Use the new widget gtk.Tooltip Tooltips.set_tip(self, _("Disabled")) Traceback (most recent call last): File "/usr/bin/simple-ccsm", line 1385, in <module> mainWin = MainWin(context, page) File "/usr/bin/simple-ccsm", line 1181, in __init__ self.Update() File "/usr/bin/simple-ccsm", line 1206, in Update self.AnimationPage.Update() File "/usr/bin/simple-ccsm", line 693, in Update self.FillAnimationBoxes() File "/usr/bin/simple-ccsm", line 677, in FillAnimationBoxes info = setting.Info[1] IndexError: tuple index out of range I've deleted .gconf/apps/compiz and .compiz and tried again with the same result. Arg! I still have compiz-0.7.8 even though I did the above... awilliam@linux-m3mt:~> rpm -q compiz compiz-0.7.8-75.1.i586 -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-gnome+help@opensuse.org
On Tue, 2009-11-17 at 09:17 -0500, Adam Tauno Williams wrote:
Everything "works". I can log into GNOME, and 3D effects are enabled, and the display is perfect. Except I have no window manager (windows are not decorated and I can't switch windows). If I run "metacity &" in a gnome-terminal then I can operate but all the windows have a semi-transparent border around them (although geometry seems to be working correctly). I assume this is because the compiz window manager component isn't starting? "gtk-window-decorator" is running, as is "compiz" and "compiz-manager". Any suggestions? Run the following as root to get compiz 0.8.4 zypper ar http://download.opensuse.org/repositories/X11:/XGL/openSUSE_11.2/ X11:XGL zypper ref zypper up -t package -r X11:XGL
Done that. Restarting X still does not start a window manager. And 3D effects have now been completely disabled. Attempting to run the utility simple-ccsm in order to enable 3D fails with a Python stack trace and hangs:
awilliam@linux-m3mt:~/.gconfd> simple-ccsm /usr/bin/simple-ccsm:40: DeprecationWarning: Use the new widget gtk.Tooltip Tooltips = gtk.Tooltips() /usr/bin/simple-ccsm:182: DeprecationWarning: Use the new widget gtk.Tooltip Tooltips = gtk.Tooltips() /usr/bin/simple-ccsm:426: DeprecationWarning: Use the new widget gtk.Tooltip Tooltips.set_tip(self, _("Disabled")) Traceback (most recent call last): File "/usr/bin/simple-ccsm", line 1385, in <module> mainWin = MainWin(context, page) File "/usr/bin/simple-ccsm", line 1181, in __init__ self.Update() File "/usr/bin/simple-ccsm", line 1206, in Update self.AnimationPage.Update() File "/usr/bin/simple-ccsm", line 693, in Update self.FillAnimationBoxes() File "/usr/bin/simple-ccsm", line 677, in FillAnimationBoxes info = setting.Info[1] IndexError: tuple index out of range
I've deleted .gconf/apps/compiz and .compiz and tried again with the same result. Arg! I still have compiz-0.7.8 even though I did the above... awilliam@linux-m3mt:~> rpm -q compiz compiz-0.7.8-75.1.i586
Hmmm. I just went straight to <http://download.opensuse.org/repositories/X11:/XGL/openSUSE_11.2/compiz-gnome.ymp> in firefox and let that do its thing and it upgraded the packages. Now everything is working perfectly. awilliam@linux-m3mt:~> rpm -q compiz compiz-0.8.4-167.1.i586 Thanks. -- OpenGroupware developer: awilliam@whitemice.org <http://whitemiceconsulting.blogspot.com/> OpenGroupare & Cyrus IMAPd documenation @ <http://docs.opengroupware.org/Members/whitemice/wmogag/file_view> -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-gnome+help@opensuse.org
participants (1)
-
Adam Tauno Williams