From: Didier S. <di...@sl...> - 2017-05-07 08:52:06
|
Le 06/05/2017 à 10:47, Didier Spaier a écrit : > Hello devs, > > Here is my context: > System: > Slint64-14.2 (Slackware Linux derivative), cf. http://slint.fr > mlterm-fb reports: > mlterm-fb version 3.8.1 > Features: otl ssh freetype fontconfig implugin utmp > Shell: > bash. > tty says: > /dev/tty3 > cat /proc/fb says: > 0 inteldrmfb > echo $LANG says: > fr_FR.utf8 > kernel keymap: > fr > > If I type "mlterm-fb" I see the greeting message and the cursor but > typing triggers no output on the screen. > > It seems that the input be buffered until I kill mlterm. For instance if > I type: > echo "message" > MSG > the file MSG is not created. > But it is created after having typed "killall mlterm-fb" from another > tty or an xterm. Also, error messages only appear after having killed it. > > What am I doing wrong? What should I look at? What other information > should I provide? I have rebuilt mlterm with --enable-debug. Here is the content of msg.log: May 7 10:35:48[7507] WARN: [vt_color.c:514] /home/didier/.mlterm/color couldn't be opened. May 7 10:35:48[7507] WARN: [ui_shortcut.c:116] /home/didier/.mlterm/key couldn't be opened. May 7 10:35:48[7507] WARN: [vt_termcap.c:203] /home/didier/.mlterm/termcap couldn't be opened. May 7 10:35:48[7507] DEBUG: [../uitoolkit/fb/ui_display.c:1170] Framebuffer: len 8294400 line_len 7680 xoff 0 yoff 0 depth 32b/4B w 1920 h 1080 May 7 10:35:48[7507] DEBUG: [ui_font_config.c:357] Set 280 font => fontname &JISX0208_1983. May 7 10:35:48[7507] DEBUG: [ui_font_config.c:357] Set 382 font => fontname &JISX0208_1983. May 7 10:35:48[7507] DEBUG: [ui_font_config.c:357] Set 28f font => fontname &JISX0208_1983. May 7 10:35:48[7507] DEBUG: [ui_font_config.c:357] Set 2b1 font => fontname &ISO10646_UCS4_1. May 7 10:35:48[7507] WARN: [ui_font_config.c:416] /home/didier/.mlterm/font-fb couldn't be opened. May 7 10:35:48[7507] DEBUG: [../uitoolkit/fb/ui_font.c:1556] Font file is not specified. May 7 10:35:48[7507] Failed to load /usr/share/fonts/X11/misc/10x20.pcf.gz. May 7 10:35:48[7507] WARN: [ui_font_cache.c:344] font for id b1 doesn't exist. May 7 10:35:48[7507] DEBUG: [ui_font_cache.c:359] Font 0 for id b1 was cached. May 7 10:35:48[7507] DEBUG: [ui_font_manager.c:154] Could not handle xcore fonts. May 7 10:35:48[7507] Try to load fonts with aafont instead of font-fb. Don't set char encodings except UTF-8. May 7 10:35:48[7507] DEBUG: [ui_font_config.c:357] Set f1 font => fontname BN-TTDurga 26. May 7 10:35:48[7507] DEBUG: [ui_font_config.c:357] Set f3 font => fontname DV-TTYogesh 23. May 7 10:35:48[7507] DEBUG: [ui_font_config.c:357] Set f8 font => fontname TM-TTValluvar 18. May 7 10:35:48[7507] WARN: [ui_font_config.c:416] /home/didier/.mlterm/aafont couldn't be opened. May 7 10:35:48[7507] DEBUG: [../uitoolkit/fb/ui_font.c:1952] /usr/share/fonts/TTF/DejaVuSans.ttf font is loaded. => CURRENT NUM OF XFONTS 1 May 7 10:35:48[7507] Font id b1: XFont 0x17c5740 (width 17, height 19, ascent 15, x_off 0) May 7 10:35:48[7507] DEBUG: [ui_font_cache.c:359] Font 17c26f0 for id b1 was cached. May 7 10:35:48[7507] Fall back to xcore. May 7 10:35:48[7507] DEBUG: [ui_color_cache.c:242] new color ffffffff May 7 10:35:48[7507] DEBUG: [ui_color_cache.c:252] new color white ffffffff May 7 10:35:48[7507] DEBUG: [ui_color_cache.c:242] new color ff000000 May 7 10:35:48[7507] DEBUG: [ui_color_cache.c:252] new color black ff000000 May 7 10:35:48[7507] WARN: [ui_scrollbar.c:683] scrollbar is too small to be drawn. May 7 10:35:48[7507] DEBUG: [vt_ctl_loader.c:36] Loading libctl_bidi.so May 7 10:38:08[7507] WARN: [main_loop.c:44]signal 15 is received |