I&#39;m trying it out on a live CD now that I&#39;ve created with the script I&#39;m attaching to this message.<br>For some reason it&#39;s not working. Here are the messages I&#39;m getting running the programs you&#39;ve listed in the order you listed them: <a href="http://pastebin.com/xtaKP8nz">http://pastebin.com/xtaKP8nz</a><br>

weston says the following: <a href="http://pastebin.com/rH7nDwvk">http://pastebin.com/rH7nDwvk</a><br><br>All of the programs appear quickly only to crash right after.<br><br>I think I followed your instructions exactly. First I export the following environment variable in one terminal, and run weston:<br>

export XDG_RUNTIME_DIR=/tmp<br>weston<br><br>then in another I export the following:<br>export XDG_RUNTIME_DIR=/tmp<br>export GDK_BACKEND=wayland<br><br>and run whichever program I want.<br><br>This is in my .bashrc:<br>
export LIBOVERLAY_SCROLLBAR=0<br>
<br><br>Not sure if it&#39;s related to the live CD somehow. It worked when I just fired up a clean live CD, installed your GTK backend and ran the stuff from there.<br><br><br><div class="gmail_quote">2012/4/18  <span dir="ltr">&lt;<a href="mailto:darxus@chaosreigns.com">darxus@chaosreigns.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 04/18, Rune Kjær Svendsen wrote:<br>
&gt;    Pretty cool Darxus! Works as well on a Precise live CD (USB stick). I only<br>
<br>
</div>Nice, thanks.<br>
<div class="im"><br>
&gt;    had to replace the second &quot;apt-get upgrade&quot; with &quot;apt-get dist-upgrade&quot;.<br>
<br>
</div>Yeah, sorry about that, I already fixed that in the directions in the PPA.<br>
<div class="im"><br>
&gt;    Then I went to a VT and restarted lightdm with:<br>
&gt;    sudo service lightdm restart<br>
&gt;    and ran:<br>
&gt;    unity --reset<br>
&gt;    on the same VT<br>
<br>
</div>Cool.<br>
<div class="im"><br>
&gt;    Back at VT 7 unity had restarted and weston ran fine (got some errors like<br>
&gt;    &quot;Internal error:�� Could not resolve keysym SunProps/SunFront/SunOpen&quot;<br>
<br>
</div>That&#39;s normal, I don&#39;t know what it is.<br>
<div class="im"><br>
&gt;    though). The programs you mentioned all ran fine initially, but it all<br>
&gt;    went downhill when I tried running weston from a VT to get it in full<br>
&gt;    screen mode (yeah yeah, total hubris, I know). Now some programs start,<br>
&gt;    but crash when I mouse over them, and the more complex programs (like...<br>
&gt;    anything but calculator) don&#39;t start at all.<br>
<br>
</div>Weird.  Only thing I can think of that *might* be related is having<br>
another instance of weston running.  I&#39;ve seen some weird things happen<br>
related to that.  Try running &quot;killall weston&quot; and then trying again.<br>
<div class="im"><br>
&gt;    Would there be a way to get weston to run from a VT? That is, in full<br>
&gt;    screen mode?<br>
<br>
</div>Yup.  weston needs to be suid root (or run from weston-launcher, which<br>
isn&#39;t included in v0.85).  So:<br>
<br>
sudo chown root ~/install/bin/weston<br>
sudo chmod +s ~/install/bin/weston<br>
<br>
Then run weston from your VT.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
&quot;Every man, woman and child on the face of this earth is at the mercy<br>
of chaos.&quot; - a maxwell smart movie<br>
<a href="http://www.ChaosReigns.com" target="_blank">http://www.ChaosReigns.com</a><br>
</font></span></blockquote></div><br>