|
From: Nikita Z. <nic...@gm...> - 2018-03-12 13:38:35
|
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. 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). 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 |