2008/10/21 Dan Thurman <span dir="ltr"><<a href="mailto:dant@cdkkt.com">dant@cdkkt.com</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">My question is, is there a command-line command or can<br>
I manually disable Desktop-Effects (Compiz) for that user<br>
where it failed (since obviously I cannot use the the user's<br>
desktop window to disable desktop-effects)?</blockquote></blockquote><div><br>Assuming your user is using bash as a shell, enter<br><br>export WINDOW_MANAGER=metacity<br><br>in that user's ~/.bashrc .  This will be read by gnome-wm which is called by 0,RestartCommand= in the user's ~/.gnome2/session (or /usr/share/gnome/default.session if the user doesn't have a ~/.gnome2/session ).<br>
<br>Possibly you are a long-lost cousin to the metacity maintainer. :)<br><br>Thomas<br></div></div>