On Wed, 8 Apr 2015 08:47:41 +0100
"Felix E. Klee" <felix.k...@inka.de> wrote:

> On Wed, Apr 8, 2015 at 8:20 AM, Pekka Paalanen <ppaala...@gmail.com>
> wrote:
> > if you check Weston's output, it says which config file it is reading.
> > Is it reading the one you are editing?
> 
> To create the attached log file I ran:
> 
>     $ weston-launch –-verbose >/tmp/weston.log 2>&1
> 
> Starting `xterm` from within the Weston terminal emulator fails:
> 
>     $ xterm
>     xterm  Xt error: Can’t open display:
>     xterm  DISPLAY is not set

Hi,

try removing that tab from your .ini. The parser is more picky that
you'd expect.

That is, instead of:

[core]
        modules=xwayland.so

try:

[core]
modules=xwayland.so

Should probably fix that one day...


Thanks,
pq
_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to