<div class="gmail_quote"><div>I think we have the same problem. I used Darxus&#39;s script in <a href="http://www.chaosreigns.com/wayland/ubuntu.html">http://www.chaosreigns.com/wayland/ubuntu.html</a>, and I fixed this problem just change <em>--with-xkb-rootdir</em> to <em>--with-xkb-config-root.</em></div>
<div><em><br></em></div><div><em><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-style: normal; ">XDG_RUNTIME_DIR is not needed, it just falling back to . and create a ./wayland-0 file, so if we just run the compositor and clients in the same directory, it should work.</span></em></div>
<div><em><span class="Apple-style-span" style="font-style: normal; "><br></span></em></div><div>I think what make the client disconnect is this: <i>Failed to compile keymap</i></div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>
 </div><div>My Pc: ubuntu 10.10, nouveau, GeForce 8400</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Message: 4<br>
Date: Mon, 27 Dec 2010 12:37:10 -0500<br>
From: Kristian H?gsberg &lt;<a href="mailto:krh@bitplanet.net">krh@bitplanet.net</a>&gt;<br>
Subject: Re: trouble running wayland clients<br>
To: Ustun ERGENOGLU &lt;<a href="mailto:ustun.ergenoglu@gmail.com">ustun.ergenoglu@gmail.com</a>&gt;<br>
Cc: <a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
Message-ID:<br>
        &lt;AANLkTi=-<a href="mailto:y-trMqvrHR9WVLfxmargVWk5%2BjaxPNWxjrXT@mail.gmail.com">y-trMqvrHR9WVLfxmargVWk5+jaxPNWxjrXT@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
On Wed, Dec 22, 2010 at 5:06 AM, Ustun ERGENOGLU<br>
&lt;<a href="mailto:ustun.ergenoglu@gmail.com">ustun.ergenoglu@gmail.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; after a bit of struggling I finally managed to get the wayland<br>
&gt; compositor running under x(with open source ati drivers). The<br>
&gt; compositor seems to run fine, I can see the mouse cursor moving, but<br>
&gt; when I try to run the example client applications I get an error like:<br>
&gt; XDG_RUNTIME_DIR not set, falling back to .<br>
&gt; Failed to compile keymap<br>
&gt; disconnect from client 0x97985e8<br>
<br>
The compositor and clients will look for the Wayland socket in<br>
$XDG_RUNTIME_DIR but if that env var is not set, it will fall back to<br>
&#39;.&#39;. XDG_RUNTIME_DIR is normally set to /var/run/user/$USER.  If it&#39;s<br>
not set and you run the compositor from compositor/ and then cd into<br>
clients/ to run the clients, the clients won&#39;t be able to find the<br>
socket.  You can set XDG_RUNTIME_DIR to /tmp if your system doesn&#39;t<br>
set it or just run the compositor and clients from the same directory.<br>
<br>
Kristian<br>

<br>
</blockquote></div><br>