modules=xwayland.so ignored (Was: Xfig menus don't appear - bug?)

Pekka Paalanen ppaalanen at gmail.com
Wed Apr 8 03:16:08 PDT 2015


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

> On Wed, Apr 8, 2015 at 8:20 AM, Pekka Paalanen <ppaalanen at 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


More information about the wayland-devel mailing list