From: kechpaja <kec...@co...> - 2016-12-04 16:58:33
|
Hello, I'm by no means an expert, but I had a similar problem originally (I would install mlterm and try to launch it, but nothing would happen, and the msg.log file would say "Could not open screen"). I found that downloading the mlterm source from SourceForge and compiling and installing locally solved the problem. As far as I can tell, the issue that I had was the mlterm requires some files to be installed in /usr/local/share and /user/local/lib, which my package manager (Entropy, on Sabayon Linux) wasn't installing. The manual install, on the other hand, correctly installed all of them. Lastly: this is the Japanese language list. I've copied my response to the English list (mlt...@li... if I'm not mistaken) to avoid continuing to violate the language rule. Good luck! - kechpaja - On Sun, Dec 04, 2016 at 08:10:52AM +0900, ph...@oa... wrote: > Dear experts. > > I have installed MLTERM ver. 3.7.2 on my NetBSD 7.0.1 based laptop with X, which > is installed from NetBSD 7.0.1. binary set, and trying to use as japanese capable > terminal emulator. > > MLTERM binary is installed using pkgsrc from NetBSD. > > However my MLTERM binary immidiately terminate with result code 1, > which I inspected by “echo $?”. > MLTERM window isn’t displayed X console. > > This problematics maybe WELL-KNOWN, but I tried any way I guess for it. > Then now I have no way to recover. > Compiling itself seems to be adiquite, binary is correctly(?) terminate. > > How can I do to invoke my MLTERM correctly? > > Best regards. > > > A. Goto, the beginner of MLTERM user. > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Mlterm-dev-ja mailing list > Mlt...@li... > https://lists.sourceforge.net/lists/listinfo/mlterm-dev-ja |
From: <ph...@oa...> - 2016-12-07 21:58:50
|
Thanks. I have tried to set LC_CTYPE = "ja_JP.UTF-8", then mlterm started correctly. (previous setting is LC_CTYPE = "ja_JP.euc", which may prevent its invoking, I think.) However, some programs (ex.: platex) are SO SLOWLY, on mlterm. Scrolling(?) or processing(?) is so slow, on mlterm. On ohter terminal (ex.: xterm, kterm), such programs work appropriately with enough speed. What's wrong?, or it's mlterm's specification? A. Goto Saitama pref. Japan -----Original Message----- From: Ian D. Leroux Sent: Monday, December 05, 2016 3:19 AM To: mlt...@li... Cc: kechpaja ; ph...@oa... Subject: Re: [Mlterm-dev-en] [Mlterm-dev-ja] cannot invoke MLTERM on NetBSD based terminal with X On Sun, 4 Dec 2016 18:53:55 +0200 kechpaja <kec...@co...> wrote: > On Sun, Dec 04, 2016 at 08:10:52AM +0900, ph...@oa... wrote: > > Dear experts. > > > > I have installed MLTERM ver. 3.7.2 on my NetBSD 7.0.1 based laptop > > with X, which is installed from NetBSD 7.0.1. binary set, and > > trying to use as japanese capable terminal emulator. > > > > MLTERM binary is installed using pkgsrc from NetBSD. > > > > However my MLTERM binary immidiately terminate with result code 1, > > which I inspected by “echo $?”. > > MLTERM window isn’t displayed X console. I run mlterm, built from pkgsrc, on NetBSD-current, and it works well for me. One problem you might be encountering is that mlterm will exit if LC_CTYPE is not set. I suggest running "printenv" and checking the values of DISPLAY and LC_CTYPE. -- IDL |
From: Ian D. L. <idl...@fa...> - 2016-12-08 03:51:31
|
On Thu, 8 Dec 2016 06:58:37 +0900 <ph...@oa...> wrote: > However, some programs (ex.: platex) are SO SLOWLY, on mlterm. > Scrolling(?) or processing(?) is so slow, on mlterm. > On ohter terminal (ex.: xterm, kterm), such programs work > appropriately with enough speed. Hmmm. I've never seen that behaviour before. Perhaps someone else can comment. It might be helpful to tell us the value of $TERM within your mlterm. -- IDL |
From: Araki K. <ara...@us...> - 2016-12-10 19:48:36
|
Hi, From: <ph...@oa...> Subject: [Mlterm-dev-ja] cannot invoke MLTERM on NetBSD based terminal with X Date: Sun, 4 Dec 2016 08:10:52 +0900 Message-ID: <90796F3DB2AC476AA704F95E60698C03@generic> > I have installed MLTERM ver. 3.7.2 on my NetBSD 7.0.1 based laptop with = > X, which > is installed from NetBSD 7.0.1. binary set, and trying to use as = > japanese capable > terminal emulator. > > MLTERM binary is installed using pkgsrc from NetBSD. > > However my MLTERM binary immidiately terminate with result code 1, > which I inspected by =1B$B!H=1B(Becho $?=1B$B!I=1B(B. > MLTERM window isn=1B$B!G=1B(Bt displayed X console. > > This problematics maybe WELL-KNOWN, but I tried any way I guess for it. > Then now I have no way to recover. > Compiling itself seems to be adiquite, binary is correctly(?) terminate. > > How can I do to invoke my MLTERM correctly? > > Best regards. > > > A. Goto, the beginner of MLTERM user. Please try to build mlterm with --disable-otl option. (-otl for pkgsrc) (See https://twitter.com/arakiken/status/778949134883495936 and related tweets.) This problem has been already fixed on hg head. Regards, --- Araki Ken ara...@us... |
From: Ian D. L. <idl...@fa...> - 2016-12-04 18:21:23
|
On Sun, 4 Dec 2016 18:53:55 +0200 kechpaja <kec...@co...> wrote: > On Sun, Dec 04, 2016 at 08:10:52AM +0900, ph...@oa... wrote: > > Dear experts. > > > > I have installed MLTERM ver. 3.7.2 on my NetBSD 7.0.1 based laptop > > with X, which is installed from NetBSD 7.0.1. binary set, and > > trying to use as japanese capable terminal emulator. > > > > MLTERM binary is installed using pkgsrc from NetBSD. > > > > However my MLTERM binary immidiately terminate with result code 1, > > which I inspected by “echo $?”. > > MLTERM window isn’t displayed X console. I run mlterm, built from pkgsrc, on NetBSD-current, and it works well for me. One problem you might be encountering is that mlterm will exit if LC_CTYPE is not set. I suggest running "printenv" and checking the values of DISPLAY and LC_CTYPE. -- IDL |