I'm trying it out on a live CD now that I've created with the script I'm attaching to this message.<br>For some reason it's not working. Here are the messages I'm getting running the programs you'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'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"><<a href="mailto:darxus@chaosreigns.com">darxus@chaosreigns.com</a>></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>
> 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>
> had to replace the second "apt-get upgrade" with "apt-get dist-upgrade".<br>
<br>
</div>Yeah, sorry about that, I already fixed that in the directions in the PPA.<br>
<div class="im"><br>
> Then I went to a VT and restarted lightdm with:<br>
> sudo service lightdm restart<br>
> and ran:<br>
> unity --reset<br>
> on the same VT<br>
<br>
</div>Cool.<br>
<div class="im"><br>
> Back at VT 7 unity had restarted and weston ran fine (got some errors like<br>
> "Internal error:�� Could not resolve keysym SunProps/SunFront/SunOpen"<br>
<br>
</div>That's normal, I don't know what it is.<br>
<div class="im"><br>
> though). The programs you mentioned all ran fine initially, but it all<br>
> went downhill when I tried running weston from a VT to get it in full<br>
> screen mode (yeah yeah, total hubris, I know). Now some programs start,<br>
> but crash when I mouse over them, and the more complex programs (like...<br>
> anything but calculator) don'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've seen some weird things happen<br>
related to that. Try running "killall weston" and then trying again.<br>
<div class="im"><br>
> Would there be a way to get weston to run from a VT? That is, in full<br>
> screen mode?<br>
<br>
</div>Yup. weston needs to be suid root (or run from weston-launcher, which<br>
isn'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>
"Every man, woman and child on the face of this earth is at the mercy<br>
of chaos." - a maxwell smart movie<br>
<a href="http://www.ChaosReigns.com" target="_blank">http://www.ChaosReigns.com</a><br>
</font></span></blockquote></div><br>