|
From: Araki K. <ara...@us...> - 2018-03-12 15:24:33
|
Hi, From: Nikita Zlobin <nic...@gm...> Subject: [Mlterm-dev-en] Some executables missing + mlterm-menu issue Date: Mon, 12 Mar 2018 18:38:21 +0500 Message-ID: <20180312183821.52e13e90@nick87720z> > I can't find any useful docs, how to setup user menu by Ctrl+Button1. > Manual page has two sections: "CONFIGURABLE MENU" and "Menu > Configuration File", each referencing other, wihtout any details. > > I managed to find, that menu file must be named "menu" (/etc/mlterm > instead has simple-menu), and that i need key file, which yet needs > proper line uncommented. But even after key and menu files are in > ~/.mlterm, and Control+Button1 line is ok, menu doesn't work. > > I guess, it just lacks for mlterm-menu executable. 'mlterm-menu' is not specified as the value of --with-tools option. Please add mlterm-menu to --with-tools option. BTW, /etc/mlterm/menu-simple is for 'mlmenu' executable. > What is interesting, there are also no mlterm-fb and mlterm-sdl, > though i installed with both enabled (it is configured with > --with-gui=xlib,fb,sdl2,console). It is not supported to specify multiple values of --with-gui option. --with-gui=xlib,fb,sdl2,console is regarded as --with-gui=xlib. > Full config line is this (made by gentoo ebuild): > ./configure --prefix=/usr --build=x86_64-pc-linux-gnu > --host=x86_64-pc-linux-gnu --mandir=/usr/share/man > --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc > --localstatedir=/var/lib --disable-dependency-tracking > --docdir=/usr/share/doc/mlterm-3.8.5 > --htmldir=/usr/share/doc/mlterm-3.8.5/html --libdir=/usr/lib64 > --enable-fribidi --disable-canna --disable-debug --disable-fcitx > --disable-wnn --enable-otl --disable-ibus --disable-ssh2 > --disable-m17nlib --enable-nls --disable-scim --disable-skk > --disable-uim --disable-utmp --with-x --with-gui=xlib,fb,sdl2,console > --with-type-engines=,xcore,xft,cairo --enable-optimize-redrawing > --enable-vt52 --disable-static --with-gtk=3.0 > --with-imagelib=gdk-pixbuf --with-scrollbars=sample,extra,pixmap_engine > --with-tools=mlclient,mlcc,mlfc,mlmenu,mlterm-zoom,mlconfig,mlimgloader,registobmp Regards, --- Araki Ken ara...@us... |