Thanks.
I suspect that mlterm fails to bind wl_shell.
Which window manager do you use?
Will you rebuild mlterm-wl as follows and send me ~/.mlterm/msg.log again ?
$ ./configure --enable-debug ...
(edit uitoolkit/wayland/ui_display.c: #if 0 #define __DEBUG #endif -> #if 1 #define __DEBUG #endif)
$ make; make install
$ mlterm-wl
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
==>.mlterm/msg.log<==Feb1114:36:12[8259]WARN:[vt_color.c:519]/home/gargantua/.mlterm/colorcouldn't be opened.Feb1114:36:12[8259]WARN:[ui_shortcut.c:77]/home/gargantua/.mlterm/keycouldn't be opened.Feb1114:36:12[8259]WARN:[vt_termcap.c:179]/home/gargantua/.mlterm/termcapcouldn't be opened.Feb1114:36:12[8259]DEBUG:Unknowninterface:zwp_linux_dmabuf_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:wl_drmFeb1114:36:12[8259]DEBUG:Unknowninterface:wl_subcompositorFeb1114:36:12[8259]DEBUG:Unknowninterface:zwlr_gamma_control_manager_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:zxdg_output_manager_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:org_kde_kwin_idleFeb1114:36:12[8259]DEBUG:Unknowninterface:zwp_idle_inhibit_manager_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:zwlr_layer_shell_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:xdg_wm_baseFeb1114:36:12[8259]DEBUG:Unknowninterface:zwp_tablet_manager_v2Feb1114:36:12[8259]DEBUG:Unknowninterface:org_kde_kwin_server_decoration_managerFeb1114:36:12[8259]DEBUG:Unknowninterface:zxdg_decoration_manager_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:zwp_relative_pointer_manager_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:zwp_pointer_constraints_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:wp_presentationFeb1114:36:12[8259]DEBUG:Unknowninterface:zwlr_output_manager_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:zwlr_export_dmabuf_manager_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:zwlr_screencopy_manager_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:zwlr_data_control_manager_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:zwp_primary_selection_device_manager_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:zwp_virtual_keyboard_manager_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:zwlr_virtual_pointer_manager_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:zwlr_input_inhibit_manager_v1Feb1114:36:12[8259]DEBUG:Unknowninterface:zwp_pointer_gestures_v1Feb1114:36:12[8259]DEBUG:[ui_event_source.c:389]-10isaddedtoadditionalfds.Feb1114:36:12[8259]DEBUG:[ui_font_config.c:351]Setf0font=>fontnameAS-TTDurga26.Feb1114:36:12[8259]DEBUG:[ui_font_config.c:351]Setf1font=>fontnameBN-TTDurga26.Feb1114:36:12[8259]DEBUG:[ui_font_config.c:351]Setf2font=>fontnameGJ-TTAvantika21.Feb1114:36:12[8259]DEBUG:[ui_font_config.c:351]Setf3font=>fontnameDV-TTYogesh23.Feb1114:36:12[8259]DEBUG:[ui_font_config.c:351]Setf4font=>fontnameKN-TTUma25.Feb1114:36:12[8259]DEBUG:[ui_font_config.c:351]Setf5font=>fontnameML-TTKarthika23.Feb1114:36:12[8259]DEBUG:[ui_font_config.c:351]Setf6font=>fontnameOR-TTSarala26.Feb1114:36:12[8259]DEBUG:[ui_font_config.c:351]Setf7font=>fontnamePN-TTAmar30.Feb1114:36:12[8259]DEBUG:[ui_font_config.c:351]Setf9font=>fontnameTL-TTHemalatha25.Feb1114:36:12[8259]WARN:[ui_font_config.c:421]/home/gargantua/.mlterm/aafontcouldn't be opened.Feb1114:36:12[8259]Load/usr/share/fonts/OTF/IBMPlexSans-Regular.otf(idd1)Feb1114:36:12[8259]DEBUG:=>CURRENTNUMOFXFONTS1Feb1114:36:12[8259]Fontidd1:XFont0x557434ecf010(width13,height21,ascent17,x_off0)Feb1114:36:12[8259]DEBUG:[ui_font_cache.c:360]Font34eae2a0foridd1wascached.Feb1114:36:12[8259]DEBUG:[ui_color_cache.c:236]newcolorff000000Feb1114:36:12[8259]DEBUG:[ui_color_cache.c:246]newcolorblackff000000Feb1114:36:12[8259]DEBUG:[ui_color_cache.c:236]newcolorfffefefeFeb1114:36:12[8259]DEBUG:[ui_color_cache.c:246]newcolorwhitefffefefe
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks.
mlterm-wl used wl_shell or xdg-shell v6 unstable.
But sway has removed support for xdg-shell v6 unstable since 1.4, so mlterm-wl failed to start in sway-1.4.
Thanks.
I suspect that mlterm fails to bind wl_shell.
Which window manager do you use?
Will you rebuild mlterm-wl as follows and send me ~/.mlterm/msg.log again ?
$ ./configure --enable-debug ...
(edit uitoolkit/wayland/ui_display.c: #if 0 #define __DEBUG #endif -> #if 1 #define __DEBUG #endif)
$ make; make install
$ mlterm-wl
I use sway 1.4
Here you are the logs:
Thanks.
mlterm-wl used wl_shell or xdg-shell v6 unstable.
But sway has removed support for xdg-shell v6 unstable since 1.4, so mlterm-wl failed to start in sway-1.4.
Now mlterm-wl supports xdg-wm-base which sway-1.4 supports.
Please try http://bitbucket.org/arakiken/mlterm/get/tip.tar.gz
Thank you, now works.