Giter Site home page Giter Site logo

Comments (10)

Hjdskes avatar Hjdskes commented on September 26, 2024

Can you test again with the latest master? I added support for XWayland, which both Firefox and Brave still require AFAIK. On my setup, however, Firefox and Chromium both crash. I'll have to research what is needed for those still. Please chime in if you know.

Until we get Firefox and Brave to work, you can run GNOME Web/Epiphany just fine.

from cage.

yochananmarqos avatar yochananmarqos commented on September 26, 2024

Oops, I deleted my last comment by accident.

I tried with -Dxwayland=true and got the following. The wlroots-git AUR package includes the -Dxwayland=enabled flag.

==> Starting build()...
The Meson build system
Version: 0.49.0
Source dir: /tmp/makepkg/cage-git/src/cage-git
Build dir: /tmp/makepkg/cage-git/src/cage-git/build
Build type: native build
Project name: cage
Project version: 0.0.1
Appending CFLAGS from environment: '-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt'
Appending LDFLAGS from environment: '-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'
Appending CPPFLAGS from environment: '-D_FORTIFY_SOURCE=2'
Native C compiler: cc (gcc 8.2.1 "cc (GCC) 8.2.1 20181127")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (1.5.4)
Dependency wlroots found: YES 0.2.0
Dependency wayland-protocols found: YES 1.17
Dependency wayland-server found: YES 1.16.0
Dependency xkbcommon found: YES 0.8.2
Program wayland-scanner found: YES (/usr/bin/wayland-scanner)

meson.build:65:0: ERROR:  File config.h.in does not exist.

A full log can be found at /tmp/makepkg/cage-git/src/cage-git/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...

meson-log

from cage.

Hjdskes avatar Hjdskes commented on September 26, 2024

Can you post your PKGBUILD for Cage?

from cage.

Hjdskes avatar Hjdskes commented on September 26, 2024

Nevermind, I forgot to push config.h.in. 🤦‍♂️ This should work now.

from cage.

yochananmarqos avatar yochananmarqos commented on September 26, 2024

Unfortunately it did not. My PKGBUILD is linked at the top.

==> Starting build()...
The Meson build system
Version: 0.49.0
Source dir: /tmp/makepkg/cage-git/src/cage-git
Build dir: /tmp/makepkg/cage-git/src/cage-git/build
Build type: native build
Project name: cage
Project version: 0.0.1
Appending CFLAGS from environment: '-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt'
Appending LDFLAGS from environment: '-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'
Appending CPPFLAGS from environment: '-D_FORTIFY_SOURCE=2'
Native C compiler: cc (gcc 8.2.1 "cc (GCC) 8.2.1 20181127")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (1.5.4)
Dependency wlroots found: YES 0.2.0
Dependency wayland-protocols found: YES 1.17
Dependency wayland-server found: YES 1.16.0
Dependency xkbcommon found: YES 0.8.2
Program wayland-scanner found: YES (/usr/bin/wayland-scanner)
Configuring config.h using configuration
Message: 
Cage 0.0.1

    xwayland: 1

Build targets in project: 1
Option werror is: True [default: true]
Found ninja-1.8.2 at /usr/bin/ninja
ninja: Entering directory `build'
[3/8] Compiling C object 'cage@exe/cage.c.o'.
FAILED: cage@exe/cage.c.o 
cc -Icage@exe -I. -I.. -I/usr/include/libdrm -I/usr/include/pixman-1 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -Werror -std=c11 -g -DWLR_USE_UNSTABLE -Wall -Werror -Wundef -Wno-unused-parameter -DDEBUG -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2  -MD -MQ 'cage@exe/cage.c.o' -MF 'cage@exe/cage.c.o.d' -o 'cage@exe/cage.c.o' -c ../cage.c
../cage.c: In function ‘main’:
../cage.c:228:2: error: ‘xcursor_manager’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  wlr_xcursor_manager_destroy(xcursor_manager);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[7/8] Compiling C object 'cage@exe/seat.c.o'.
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

from cage.

Hjdskes avatar Hjdskes commented on September 26, 2024

This should be fixed now with latest master.

from cage.

yochananmarqos avatar yochananmarqos commented on September 26, 2024

It builds now. You might want to mention in the README the Xwayland binary is required if building with -Dxwayland=true.

I tried it with GNOME Web and the mouse cursor disappeared when over the window and I couldn't interact with it:

$ cage epiphany
2019-01-03 08:08:14 - [render/egl.c:149] Using EGL 1.5
2019-01-03 08:08:14 - [render/egl.c:150] Supported EGL extensions: EGL_CHROMIUM_sync_control EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_NOK_texture_from_pixmap EGL_WL_bind_wayland_display 
2019-01-03 08:08:14 - [render/egl.c:151] EGL vendor: Mesa Project
2019-01-03 08:08:14 - [render/gles2/renderer.c:553] Using OpenGL ES 3.1 Mesa 18.3.1
2019-01-03 08:08:14 - [render/gles2/renderer.c:554] GL vendor: X.Org
2019-01-03 08:08:14 - [render/gles2/renderer.c:555] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_occlusion_query_boolean GL_EXT_texture_compression_dxt1 GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_AMD_performance_monitor GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_separate_shader_objects GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_MESA_shader_integer_functions 
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:242] Loaded cursor theme 'default', available cursors:
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 16x16+1,14
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 16x16+14,14
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] bottom_side (1 images) 15x16+7,14
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] grabbing (1 images) 16x16+8,8
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] left_ptr (1 images) 10x16+1,1
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] left_side (1 images) 16x15+1,7
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] right_side (1 images) 16x15+14,7
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 16x16+1,1
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 16x16+14,1
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] top_side (1 images) 15x16+7,1
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] xterm (1 images) 9x16+4,8
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] hand1 (1 images) 13x16+12,0
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] watch (1 images) 16x16+15,9
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:242] Loaded cursor theme 'default', available cursors:
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] row-resize (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] size-bdiag (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 32x32+26,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] default (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] crosshair (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] right-arrow (1 images) 32x32+28,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] ibeam (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] bottom_side (1 images) 32x32+16,28
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] cell (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] left_ptr_watch (23 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] all-scroll (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] no-drop (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] size-fdiag (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] left_side (1 images) 32x32+4,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] wait (23 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] pointing_hand (1 images) 32x32+16,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] cross (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] 3085a0e285430894940527032f8b26df (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] link (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] e29285e634086352946a0e7090d73106 (1 images) 32x32+16,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] e-resize (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] pirate (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] fcf21c00b30f7e3f83fe0dfd12e71cff (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] size-ver (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] pointer (1 images) 32x32+16,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] left_ptr_help (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] x-cursor (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] up-arrow (1 images) 32x32+16,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] split_h (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] 03b6e0fcb3499374a867c041f52298f0 (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] d9ce0ab605698f320427677b458ad60b (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] size-hor (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] split_v (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] text (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] size_bdiag (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] pencil (1 images) 32x32+4,29
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] whats_this (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] crossed_circle (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] dnd-copy (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] not-allowed (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] down-arrow (1 images) 32x32+16,28
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] right_side (1 images) 32x32+28,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] right_ptr (1 images) 32x32+28,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] forbidden (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] sb_h_double_arrow (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] hand2 (1 images) 32x32+16,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] top_side (1 images) 32x32+16,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 32x32+26,26
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] sb_v_double_arrow (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] top_left_arrow (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] size_fdiag (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] help (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] context-menu (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] dnd-no-drop (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 32x32+4,26
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] dnd-move (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] n-resize (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] b66166c04f8c3109214a4fbd64a50fc8 (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] question_arrow (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] copy (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] wayland-cursor (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] dnd-none (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] move (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 32x32+5,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] 08e8e1c95fe2fc01f976f1e063a24ccd (23 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] openhand (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] size_hor (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] draft (1 images) 32x32+4,29
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] plus (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] alias (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] v_double_arrow (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] closedhand (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] xterm (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] hand1 (1 images) 32x32+16,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] s-resize (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] fleur (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] w-resize (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] zoom-out (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] vertical-text (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] 3ecb610c1bf2410f44200f48c40d3599 (23 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] 9d800788f1b08800ae810202380a0822 (1 images) 32x32+16,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] size_all (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] zoom-in (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] 1081e37283d90000800003c07f3ef6bf (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] center_ptr (1 images) 32x32+20,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] left_ptr (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] h_double_arrow (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] circle (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] left-arrow (1 images) 32x32+4,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] watch (23 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] 640fb0e74195791501fd1ed57b41487f (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] half-busy (23 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] color-picker (1 images) 32x32+4,29
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] a2a266d0498c3104214a47bd64ab0fc8 (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] size_ver (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] 00008160000006810000408080010102 (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] 5c6cd98b3f3ebcb1f9c7f1c204630408 (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] col-resize (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] 6407b0e94181790501fd1e167b474872 (1 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] progress (23 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] 00000000000000020006000e7e9ffc3f (23 images) 32x32+4,4
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] 4498f0e0c1937ffe01fd06f973665830 (1 images) 32x32+16,16
2019-01-03 08:08:14 - [xcursor/wlr_xcursor.c:248] 9081237383d90e509aa00f00170e968f (1 images) 32x32+16,16
2019-01-03 08:08:14 - [types/wlr_output.c:745] Falling back to software cursor on output 'X11-1'
2019-01-03 08:08:14 - [cage.c:54] Child process created with pid 17266
2019-01-03 08:08:14 - [types/wlr_surface.c:595] New wlr_surface 0x56280998a370 (res 0x56280983a0a0)
2019-01-03 08:08:14 - [types/wlr_surface.c:595] New wlr_surface 0x56280998a690 (res 0x56280983afd0)
2019-01-03 08:08:14 - [xwayland/xwayland.c:103] WAYLAND_SOCKET=14 Xwayland :1 -rootless -terminate -listen 12 -listen 13 -wm 22
glamor: No eglstream capable devices found
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported high keycode 372 for name <I372> ignored
>                   X11 cannot support keycodes above 255.
>                   This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
2019-01-03 08:08:14 - [types/wlr_surface.c:595] New wlr_surface 0x56280998eaa0 (res 0x56280983f850)
2019-01-03 08:08:14 - [xwayland/xwayland.c:352] sent SIGUSR1 to process 17263
2019-01-03 08:08:14 - [xwayland/xwayland.c:243] Xserver is ready
2019-01-03 08:08:14 - [xwayland/xwm.c:1483] xfixes version: 5.0
2019-01-03 08:08:14 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924)
2019-01-03 08:08:14 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924)
2019-01-03 08:08:14 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (2097153)
2019-01-03 08:08:14 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (2097154)
2019-01-03 08:08:14 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (2097154)
2019-01-03 08:08:14 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (2097155)
2019-01-03 08:08:14 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported maximum keycode 374, clipping.
>                   X11 cannot support keycodes above 255.
> Warning:          Unsupported high keycode 372 for name <I372> ignored
>                   X11 cannot support keycodes above 255.
>                   This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
2019-01-03 08:08:14 - [xwayland/xwm.c:1247] unhandled X11 event: MappingNotify (34)
2019-01-03 08:08:14 - [xwayland/xwm.c:1247] unhandled X11 event: MappingNotify (34)
2019-01-03 08:08:16 - [types/wlr_surface.c:595] New wlr_surface 0x56280999aa20 (res 0x56280983c890)
2019-01-03 08:08:16 - [types/wlr_surface.c:595] New wlr_surface 0x56280999ad40 (res 0x562809837300)
2019-01-03 08:08:16 - [types/wlr_surface.c:595] New wlr_surface 0x56280999b060 (res 0x5628098328f0)
2019-01-03 08:08:16 - [types/wlr_surface.c:595] New wlr_surface 0x56280999b380 (res 0x56280983f970)
2019-01-03 08:08:16 - [types/wlr_surface.c:595] New wlr_surface 0x56280999b6a0 (res 0x562809839c20)
2019-01-03 08:08:16 - [types/wlr_surface.c:595] New wlr_surface 0x56280999b9c0 (res 0x562809831c90)
2019-01-03 08:08:16 - [types/wlr_surface.c:595] New wlr_surface 0x56280999bce0 (res 0x56280983b9f0)
2019-01-03 08:08:16 - [types/wlr_surface.c:595] New wlr_surface 0x56280999c000 (res 0x562809840270)
2019-01-03 08:08:16 - [types/xdg_shell/wlr_xdg_surface.c:433] new xdg_surface 0x56280999c320 (res 0x562809831ed0)
2019-01-03 08:08:16 - [types/wlr_surface.c:595] New wlr_surface 0x56280999c770 (res 0x562809837660)
2019-01-03 08:08:16 - [types/wlr_surface.c:595] New wlr_surface 0x5628099c3d90 (res 0x562809833ca0)
2019-01-03 08:08:16 - [types/wlr_surface.c:595] New wlr_surface 0x5628099c4400 (res 0x562809833ca0)

I tried with Firefox and the mouse cursor disappeared completely. Firefox never loaded at all:

$ cage firefox
2019-01-03 08:13:20 - [render/egl.c:149] Using EGL 1.5
2019-01-03 08:13:20 - [render/egl.c:150] Supported EGL extensions: EGL_CHROMIUM_sync_control EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_NOK_texture_from_pixmap EGL_WL_bind_wayland_display 
2019-01-03 08:13:20 - [render/egl.c:151] EGL vendor: Mesa Project
2019-01-03 08:13:20 - [render/gles2/renderer.c:553] Using OpenGL ES 3.1 Mesa 18.3.1
2019-01-03 08:13:20 - [render/gles2/renderer.c:554] GL vendor: X.Org
2019-01-03 08:13:20 - [render/gles2/renderer.c:555] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_occlusion_query_boolean GL_EXT_texture_compression_dxt1 GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_AMD_performance_monitor GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_separate_shader_objects GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_MESA_shader_integer_functions 
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:242] Loaded cursor theme 'default', available cursors:
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 16x16+1,14
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 16x16+14,14
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] bottom_side (1 images) 15x16+7,14
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] grabbing (1 images) 16x16+8,8
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] left_ptr (1 images) 10x16+1,1
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] left_side (1 images) 16x15+1,7
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] right_side (1 images) 16x15+14,7
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 16x16+1,1
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 16x16+14,1
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] top_side (1 images) 15x16+7,1
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] xterm (1 images) 9x16+4,8
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] hand1 (1 images) 13x16+12,0
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] watch (1 images) 16x16+15,9
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:242] Loaded cursor theme 'default', available cursors:
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] row-resize (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] size-bdiag (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 32x32+26,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] default (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] crosshair (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] right-arrow (1 images) 32x32+28,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] ibeam (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] bottom_side (1 images) 32x32+16,28
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] cell (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] left_ptr_watch (23 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] all-scroll (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] no-drop (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] size-fdiag (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] left_side (1 images) 32x32+4,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] wait (23 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] pointing_hand (1 images) 32x32+16,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] cross (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] 3085a0e285430894940527032f8b26df (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] link (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] e29285e634086352946a0e7090d73106 (1 images) 32x32+16,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] e-resize (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] pirate (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] fcf21c00b30f7e3f83fe0dfd12e71cff (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] size-ver (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] pointer (1 images) 32x32+16,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] left_ptr_help (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] x-cursor (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] up-arrow (1 images) 32x32+16,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] split_h (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] 03b6e0fcb3499374a867c041f52298f0 (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] d9ce0ab605698f320427677b458ad60b (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] size-hor (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] split_v (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] text (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] size_bdiag (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] pencil (1 images) 32x32+4,29
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] whats_this (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] crossed_circle (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] dnd-copy (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] not-allowed (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] down-arrow (1 images) 32x32+16,28
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] right_side (1 images) 32x32+28,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] right_ptr (1 images) 32x32+28,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] forbidden (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] sb_h_double_arrow (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] hand2 (1 images) 32x32+16,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] top_side (1 images) 32x32+16,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 32x32+26,26
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] sb_v_double_arrow (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] top_left_arrow (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] size_fdiag (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] help (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] context-menu (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] dnd-no-drop (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 32x32+4,26
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] dnd-move (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] n-resize (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] b66166c04f8c3109214a4fbd64a50fc8 (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] question_arrow (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] copy (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] wayland-cursor (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] dnd-none (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] move (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 32x32+5,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] 08e8e1c95fe2fc01f976f1e063a24ccd (23 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] openhand (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] size_hor (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] draft (1 images) 32x32+4,29
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] plus (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] alias (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] v_double_arrow (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] closedhand (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] xterm (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] hand1 (1 images) 32x32+16,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] s-resize (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] fleur (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] w-resize (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] zoom-out (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] vertical-text (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] 3ecb610c1bf2410f44200f48c40d3599 (23 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] 9d800788f1b08800ae810202380a0822 (1 images) 32x32+16,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] size_all (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] zoom-in (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] 1081e37283d90000800003c07f3ef6bf (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] center_ptr (1 images) 32x32+20,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] left_ptr (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] h_double_arrow (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] circle (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] left-arrow (1 images) 32x32+4,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] watch (23 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] 640fb0e74195791501fd1ed57b41487f (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] half-busy (23 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] color-picker (1 images) 32x32+4,29
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] a2a266d0498c3104214a47bd64ab0fc8 (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] size_ver (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] 00008160000006810000408080010102 (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] 5c6cd98b3f3ebcb1f9c7f1c204630408 (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] col-resize (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] 6407b0e94181790501fd1e167b474872 (1 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] progress (23 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] 00000000000000020006000e7e9ffc3f (23 images) 32x32+4,4
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] 4498f0e0c1937ffe01fd06f973665830 (1 images) 32x32+16,16
2019-01-03 08:13:20 - [xcursor/wlr_xcursor.c:248] 9081237383d90e509aa00f00170e968f (1 images) 32x32+16,16
2019-01-03 08:13:20 - [types/wlr_output.c:745] Falling back to software cursor on output 'X11-1'
2019-01-03 08:13:20 - [cage.c:54] Child process created with pid 32553
2019-01-03 08:13:20 - [xwayland/xwayland.c:103] WAYLAND_SOCKET=14 Xwayland :1 -rootless -terminate -listen 12 -listen 13 -wm 20
glamor: No eglstream capable devices found
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported high keycode 372 for name <I372> ignored
>                   X11 cannot support keycodes above 255.
>                   This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
2019-01-03 08:13:20 - [types/wlr_surface.c:595] New wlr_surface 0x557fb051a3e0 (res 0x557fb03c81f0)
2019-01-03 08:13:20 - [xwayland/xwayland.c:352] sent SIGUSR1 to process 32550
2019-01-03 08:13:20 - [xwayland/xwayland.c:243] Xserver is ready
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported maximum keycode 374, clipping.
>                   X11 cannot support keycodes above 255.
> Warning:          Unsupported high keycode 372 for name <I372> ignored
>                   X11 cannot support keycodes above 255.
>                   This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
2019-01-03 08:13:20 - [xwayland/xwm.c:1483] xfixes version: 5.0
2019-01-03 08:13:20 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924)
2019-01-03 08:13:20 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924)
2019-01-03 08:13:20 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (2097153)
2019-01-03 08:13:20 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (2097154)
2019-01-03 08:13:20 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (2097154)
2019-01-03 08:13:20 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (2097155)
2019-01-03 08:13:20 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924)
2019-01-03 08:13:20 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924)
2019-01-03 08:13:20 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (6291457)
2019-01-03 08:13:20 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (6291457)
2019-01-03 08:13:20 - [xwayland/xwm.c:688] unhandled X11 property 34 (WM_COMMAND) for window 6291457
2019-01-03 08:13:20 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (6291457)
2019-01-03 08:13:20 - [xwayland/xwm.c:688] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 6291457
2019-01-03 08:13:20 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (6291457)
2019-01-03 08:13:20 - [xwayland/xwm.c:368] XCB_ATOM_WM_CLASS: firefox Firefox
2019-01-03 08:13:20 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (6291457)
2019-01-03 08:13:20 - [xwayland/xwm.c:688] unhandled X11 property 306 (WM_LOCALE_NAME) for window 6291457
2019-01-03 08:13:20 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (6291457)
2019-01-03 08:13:20 - [xwayland/xwm.c:456] NET_WM_PID 32553
2019-01-03 08:13:20 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (4194306)
2019-01-03 08:13:20 - [xwayland/xwm.c:806] XCB_DESTROY_NOTIFY (4194306)
2019-01-03 08:13:20 - [xwayland/xwayland.c:206] Restarting Xwayland (lazy)
(EE) failed to read Wayland events: Broken pipe

I tried Brave and it crashed like you mentioned:

$ cage brave
2019-01-03 08:24:28 - [render/egl.c:149] Using EGL 1.5
2019-01-03 08:24:28 - [render/egl.c:150] Supported EGL extensions: EGL_CHROMIUM_sync_control EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_NOK_texture_from_pixmap EGL_WL_bind_wayland_display 
2019-01-03 08:24:28 - [render/egl.c:151] EGL vendor: Mesa Project
2019-01-03 08:24:28 - [render/gles2/renderer.c:553] Using OpenGL ES 3.1 Mesa 18.3.1
2019-01-03 08:24:28 - [render/gles2/renderer.c:554] GL vendor: X.Org
2019-01-03 08:24:28 - [render/gles2/renderer.c:555] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_occlusion_query_boolean GL_EXT_texture_compression_dxt1 GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_AMD_performance_monitor GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_separate_shader_objects GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_MESA_shader_integer_functions 
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:242] Loaded cursor theme 'default', available cursors:
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 16x16+1,14
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 16x16+14,14
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] bottom_side (1 images) 15x16+7,14
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] grabbing (1 images) 16x16+8,8
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] left_ptr (1 images) 10x16+1,1
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] left_side (1 images) 16x15+1,7
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] right_side (1 images) 16x15+14,7
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 16x16+1,1
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 16x16+14,1
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] top_side (1 images) 15x16+7,1
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] xterm (1 images) 9x16+4,8
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] hand1 (1 images) 13x16+12,0
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] watch (1 images) 16x16+15,9
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:242] Loaded cursor theme 'default', available cursors:
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] row-resize (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] size-bdiag (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] top_right_corner (1 images) 32x32+26,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] default (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] crosshair (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] right-arrow (1 images) 32x32+28,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] ibeam (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] bottom_side (1 images) 32x32+16,28
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] cell (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] left_ptr_watch (23 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] all-scroll (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] no-drop (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] size-fdiag (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] left_side (1 images) 32x32+4,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] wait (23 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] pointing_hand (1 images) 32x32+16,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] cross (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] 3085a0e285430894940527032f8b26df (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] link (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] e29285e634086352946a0e7090d73106 (1 images) 32x32+16,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] e-resize (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] pirate (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] fcf21c00b30f7e3f83fe0dfd12e71cff (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] size-ver (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] pointer (1 images) 32x32+16,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] left_ptr_help (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] x-cursor (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] up-arrow (1 images) 32x32+16,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] split_h (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] 03b6e0fcb3499374a867c041f52298f0 (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] d9ce0ab605698f320427677b458ad60b (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] size-hor (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] split_v (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] text (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] size_bdiag (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] pencil (1 images) 32x32+4,29
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] whats_this (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] crossed_circle (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] dnd-copy (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] not-allowed (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] down-arrow (1 images) 32x32+16,28
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] right_side (1 images) 32x32+28,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] right_ptr (1 images) 32x32+28,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] forbidden (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] sb_h_double_arrow (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] hand2 (1 images) 32x32+16,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] top_side (1 images) 32x32+16,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] bottom_right_corner (1 images) 32x32+26,26
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] sb_v_double_arrow (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] top_left_arrow (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] size_fdiag (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] help (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] context-menu (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] dnd-no-drop (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] bottom_left_corner (1 images) 32x32+4,26
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] dnd-move (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] n-resize (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] b66166c04f8c3109214a4fbd64a50fc8 (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] question_arrow (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] copy (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] wayland-cursor (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] dnd-none (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] move (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] top_left_corner (1 images) 32x32+5,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] 08e8e1c95fe2fc01f976f1e063a24ccd (23 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] openhand (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] size_hor (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] draft (1 images) 32x32+4,29
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] plus (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] alias (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] v_double_arrow (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] closedhand (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] xterm (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] hand1 (1 images) 32x32+16,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] s-resize (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] fleur (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] w-resize (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] zoom-out (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] vertical-text (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] 3ecb610c1bf2410f44200f48c40d3599 (23 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] 9d800788f1b08800ae810202380a0822 (1 images) 32x32+16,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] size_all (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] zoom-in (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] 1081e37283d90000800003c07f3ef6bf (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] center_ptr (1 images) 32x32+20,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] left_ptr (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] h_double_arrow (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] circle (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] left-arrow (1 images) 32x32+4,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] watch (23 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] 640fb0e74195791501fd1ed57b41487f (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] half-busy (23 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] color-picker (1 images) 32x32+4,29
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] a2a266d0498c3104214a47bd64ab0fc8 (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] size_ver (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] 00008160000006810000408080010102 (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] 5c6cd98b3f3ebcb1f9c7f1c204630408 (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] col-resize (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] 6407b0e94181790501fd1e167b474872 (1 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] progress (23 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] 00000000000000020006000e7e9ffc3f (23 images) 32x32+4,4
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] 4498f0e0c1937ffe01fd06f973665830 (1 images) 32x32+16,16
2019-01-03 08:24:28 - [xcursor/wlr_xcursor.c:248] 9081237383d90e509aa00f00170e968f (1 images) 32x32+16,16
2019-01-03 08:24:28 - [types/wlr_output.c:745] Falling back to software cursor on output 'X11-1'
2019-01-03 08:24:28 - [cage.c:54] Child process created with pid 14312
User namespaces are not detected as enabled on your system, brave will run with the sandbox disabled
2019-01-03 08:24:32 - [xwayland/xwayland.c:103] WAYLAND_SOCKET=14 Xwayland :1 -rootless -terminate -listen 12 -listen 13 -wm 20
glamor: No eglstream capable devices found
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported high keycode 372 for name <I372> ignored
>                   X11 cannot support keycodes above 255.
>                   This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
2019-01-03 08:24:32 - [types/wlr_surface.c:595] New wlr_surface 0x563d99e7caf0 (res 0x563d99d2a9d0)
2019-01-03 08:24:32 - [xwayland/xwayland.c:352] sent SIGUSR1 to process 14309
2019-01-03 08:24:32 - [xwayland/xwayland.c:243] Xserver is ready
2019-01-03 08:24:32 - [xwayland/xwm.c:1483] xfixes version: 5.0
2019-01-03 08:24:32 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924)
2019-01-03 08:24:32 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924)
2019-01-03 08:24:32 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (2097153)
2019-01-03 08:24:32 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (2097154)
2019-01-03 08:24:32 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (2097154)
2019-01-03 08:24:32 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (2097155)
2019-01-03 08:24:32 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported maximum keycode 374, clipping.
>                   X11 cannot support keycodes above 255.
> Warning:          Unsupported high keycode 372 for name <I372> ignored
>                   X11 cannot support keycodes above 255.
>                   This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
2019-01-03 08:24:32 - [xwayland/xwm.c:1247] unhandled X11 event: MappingNotify (34)
2019-01-03 08:24:32 - [xwayland/xwm.c:1247] unhandled X11 event: MappingNotify (34)
2019-01-03 08:24:32 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (924)
2019-01-03 08:24:32 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (4194305)
2019-01-03 08:24:32 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194305)
2019-01-03 08:24:32 - [xwayland/xwm.c:688] unhandled X11 property 34 (WM_COMMAND) for window 4194305
2019-01-03 08:24:32 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194305)
2019-01-03 08:24:32 - [xwayland/xwm.c:688] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 4194305
2019-01-03 08:24:32 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194305)
2019-01-03 08:24:32 - [xwayland/xwm.c:368] XCB_ATOM_WM_CLASS: brave Brave
2019-01-03 08:24:32 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194305)
2019-01-03 08:24:32 - [xwayland/xwm.c:688] unhandled X11 property 306 (WM_LOCALE_NAME) for window 4194305
2019-01-03 08:24:32 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194305)
2019-01-03 08:24:32 - [xwayland/xwm.c:456] NET_WM_PID 14312
2019-01-03 08:24:32 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (4194307)
2019-01-03 08:24:32 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194305)
2019-01-03 08:24:32 - [xwayland/xwm.c:418] XCB_ATOM_WM_NAME: brave
2019-01-03 08:24:32 - [xwayland/xwm.c:923] XCB_PROPERTY_NOTIFY (4194305)
2019-01-03 08:24:35 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (10485761)
2019-01-03 08:24:35 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (8388610)
2019-01-03 08:24:35 - [xwayland/xwm.c:806] XCB_DESTROY_NOTIFY (8388610)
2019-01-03 08:24:35 - [xwayland/xwm.c:792] XCB_CREATE_NOTIFY (8388612)
2019-01-03 08:24:35 - [xwayland/xwayland.c:206] Restarting Xwayland (lazy)
(EE) failed to read Wayland events: Broken pipe
failed to create drawable
[14352:14352:0103/082435.399497:ERROR:x11_util.cc(104)] X IO error received (X server probably went away)
[14312:14312:0103/082436.400273:ERROR:chrome_browser_main_extra_parts_x11.cc(62)] X IO error received (X server probably went away)
2019-01-03 08:24:36 - [types/wlr_output.c:745] Falling back to software cursor on output 'X11-1'
2019-01-03 08:24:36 - [types/wlr_output.c:745] Falling back to software 

from cage.

Hjdskes avatar Hjdskes commented on September 26, 2024

It builds now. You might want to mention in the README the Xwayland binary is required if building with -Dxwayland=true.

Done in 691847c.

I tried it with GNOME Web and the mouse cursor disappeared when over the window and I couldn't interact with it:

How are you launching cage? If I try GDK_BACKEND=x11 ./build/cage epiphany from a TTY, Epiphany spawns using gdk's x11 backend and the mouse cursor stays visible. Are you by any chance using Nvidia? sway/wlroots is known not to work with Nvidia.

I'll open separate issues for Firefox and Chrome/Chromium/Brave.

from cage.

yochananmarqos avatar yochananmarqos commented on September 26, 2024

I was just using cage <application>. I tried with GDK_BACKEND=x11 cage <application>, but it made no difference.

No, I have an AMD APU using radeon / amdgpu.

EDIT: I was talking about running from a terminal in an x11 session, not from TTY. Running from TTY works fine.

from cage.

Hjdskes avatar Hjdskes commented on September 26, 2024

I can reproduce the issue here, and found that rootston does not display the same behavior, so I'm likely doing something wrong. I'll look into this.

from cage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.