Cloudef / orbment

Modular Wayland compositor
Other
246 stars 16 forks source link

Can't start any weston-* applications #69

Closed g-eorge closed 9 years ago

g-eorge commented 9 years ago

Other applications work, such as bemenu and Chromium. Here are the logs for a session where I try mod-enter and bemenu to start weston-terminal.

[23:49:23.262] Doing work on SUID/SGID side and dropping permissions
[23:49:23.262] Work done, dropping permissions and checking communication
[23:49:23.269] become active
[23:49:23.273] (WARN) Failed to open X11 display
[23:49:23.290] MODE: (0) 2560x1440 *
[23:49:23.292] EGL context is double buffered
[23:49:23.292] EGL version: 1.4 (DRI2)
[23:49:23.292] EGL vendor: Mesa Project
[23:49:23.292] EGL client APIs: OpenGL OpenGL_ES OpenGL_ES2 OpenGL_ES3 
[23:49:23.292] EGL context created
[23:49:23.304] GLES2 renderer initialized
[23:49:23.304] Added output (0x1721bf0)
[23:49:23.304] loliwm started
[23:49:23.304] INPUT DEVICE ADDED
[23:49:23.304] INPUT DEVICE ADDED
[23:49:23.304] INPUT DEVICE ADDED
[23:49:23.304] INPUT DEVICE ADDED
[23:49:23.304] INPUT DEVICE ADDED
[23:49:23.304] INPUT DEVICE ADDED
[23:49:23.304] INPUT DEVICE ADDED
glamor: EGL version 1.4 (DRI2):
[23:49:23.422] Xwayland started
[23:49:23.424] xfixes (5.0)
[23:49:27.829] libwayland: not a valid new object id (5), message get_xdg_surface(no)
[23:49:33.980] new view: 0x1c9a380 ((nil))
[23:49:33.980] -> Created view (0x1c9a380) with surface (0x218bff0) [2560x14]
[23:49:39.903] view destroyed: 0x1c9a380
[23:49:39.909] libwayland: not a valid new object id (5), message get_xdg_surface(no)
[23:49:42.293] new view: 0x1c9a380 ((nil))
[23:49:42.293] -> Created view (0x1c9a380) with surface (0x218bff0) [2560x14]
[23:49:52.023] view destroyed: 0x1c9a380
[23:49:52.030] libwayland: not a valid new object id (5), message get_xdg_surface(no)
[23:49:56.291] new view: 0x21c6810 ((nil))
[23:49:56.291] -> Created view (0x21c6810) with surface (0x218bff0) [2560x14]
[23:49:59.555] view destroyed: 0x21c6810
[23:50:02.153] libwayland: not a valid new object id (5), message get_xdg_surface(no)
[23:50:03.110] Released drm surface (0x1929e60)
[23:50:03.110] Removed output (0x1721bf0)
[23:50:03.110] Terminating...
[23:50:03.210] Closing Xwayland
[23:50:03.210] Restoring tty 0
[23:50:03.227] Cleanup wlc
[23:50:03.227] -!- loliwm is gone, bye bye!
ld-cd commented 9 years ago

Are you on the master or refactor branch of wlc? On Mar 17, 2015 5:03 PM, "George Agnelli" notifications@github.com wrote:

Other applications work, such as bemenu and Chromium. Here is are the logs for a session where I try mod-enter and bemenu to start weston-terminal.

[23:49:23.262] Doing work on SUID/SGID side and dropping permissions [23:49:23.262] Work done, dropping permissions and checking communication [23:49:23.269] become active 23:49:23.273 Failed to open X11 display [23:49:23.290] MODE: (0) 2560x1440 * [23:49:23.292] EGL context is double buffered [23:49:23.292] EGL version: 1.4 (DRI2) [23:49:23.292] EGL vendor: Mesa Project [23:49:23.292] EGL client APIs: OpenGL OpenGL_ES OpenGL_ES2 OpenGL_ES3 [23:49:23.292] EGL context created [23:49:23.304] GLES2 renderer initialized [23:49:23.304] Added output (0x1721bf0) [23:49:23.304] loliwm started [23:49:23.304] INPUT DEVICE ADDED [23:49:23.304] INPUT DEVICE ADDED [23:49:23.304] INPUT DEVICE ADDED [23:49:23.304] INPUT DEVICE ADDED [23:49:23.304] INPUT DEVICE ADDED [23:49:23.304] INPUT DEVICE ADDED [23:49:23.304] INPUT DEVICE ADDED glamor: EGL version 1.4 (DRI2): [23:49:23.422] Xwayland started [23:49:23.424] xfixes (5.0) [23:49:27.829] libwayland: not a valid new object id (5), message get_xdg_surface(no) [23:49:33.980] new view: 0x1c9a380 ((nil)) [23:49:33.980] -> Created view (0x1c9a380) with surface (0x218bff0) [2560x14] [23:49:39.903] view destroyed: 0x1c9a380 [23:49:39.909] libwayland: not a valid new object id (5), message get_xdg_surface(no) [23:49:42.293] new view: 0x1c9a380 ((nil)) [23:49:42.293] -> Created view (0x1c9a380) with surface (0x218bff0) [2560x14] [23:49:52.023] view destroyed: 0x1c9a380 [23:49:52.030] libwayland: not a valid new object id (5), message get_xdg_surface(no) [23:49:56.291] new view: 0x21c6810 ((nil)) [23:49:56.291] -> Created view (0x21c6810) with surface (0x218bff0) [2560x14] [23:49:59.555] view destroyed: 0x21c6810 [23:50:02.153] libwayland: not a valid new object id (5), message get_xdg_surface(no) [23:50:03.110] Released drm surface (0x1929e60) [23:50:03.110] Removed output (0x1721bf0) [23:50:03.110] Terminating... [23:50:03.210] Closing Xwayland [23:50:03.210] Restoring tty 0 [23:50:03.227] Cleanup wlc [23:50:03.227] -!- loliwm is gone, bye bye!

— Reply to this email directly or view it on GitHub https://github.com/Cloudef/loliwm/issues/69.

g-eorge commented 9 years ago

I'm using the loliwm-git Arch package with weston-git and wayland-git 1.7.90

ld-cd commented 9 years ago

Try the refactor branch of wlc instead of the one in the aur. On Mar 17, 2015 5:09 PM, "George Agnelli" notifications@github.com wrote:

I'm using the loliwm-git Arch package with weston-git and wayland-git 1.7.90

— Reply to this email directly or view it on GitHub https://github.com/Cloudef/loliwm/issues/69#issuecomment-82648636.

Cloudef commented 9 years ago

xdg-shell version is now 5, master branch does not implement this right now. feature/plugins does, this will be merged when stability and functionality is same as on master.