LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   what font set do you think would fix this issue? (https://www.linuxquestions.org/questions/slackware-14/what-font-set-do-you-think-would-fix-this-issue-4175641752/)

BW-userx 11-04-2018 02:29 PM

what font set do you think would fix this issue?
 
this in in Eterm slack current full install,
Code:

userx@slackOlatern:/media/data1/qbittorrent.completed$ lsblk
NAME    MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda      8:0    0 232.9G  0 disk
├─sda1    8:1    0  549M  0 part
├─sda2    8:2    0  97.1G  0 part
├─sda3    8:3    0  17.6G  0 part
├─sda4    8:4    0    1K  0 part
├─sda5    8:5    0  30.8G  0 part /
└─sda6    8:6    0  30.4G  0 part
sdb      8:16  0  1.8T  0 disk
├─sdb1    8:17  0  68.4G  0 part /home
├─sdb2    8:18  0  29.3G  0 part
├─sdb3    8:19  0  29.3G  0 part
├─sdb4    8:20  0    1K  0 part
├─sdb5    8:21  0  29.3G  0 part
├─sdb6    8:22  0  1.5T  0 part /media/data1
└─sdb7    8:23  0 215.1G  0 part /media/ntfs1
sdc      8:32  0  2.7T  0 disk
└─sdc1    8:33  0  2.7T  0 part /run/media/userx/3TB-External
sdd      8:48  1  14.6G  0 disk
├─sdd1    8:49  1    2G  0 part /run/media/userx/MJR17112
└─sdd2    8:50  1    4M  0 part

I do not get this issue with xterm, so maybe it goes deeper than missing font, I do not know, but I got a start somewhere.

allend 11-04-2018 05:32 PM

It looks like eterm does not support UTF-8 unicode. I used to see similar problems in rxvt, before it was replaced with urxvt.
You could try setting a non-UTF-8 locale in /etc/profile.d/lang.sh to check.

BW-userx 11-04-2018 06:12 PM

Quote:

Originally Posted by allend (Post 5922832)
It looks like eterm does not support UTF-8 unicode. I used to see similar problems in rxvt, before it was replaced with urxvt.
You could try setting a non-UTF-8 locale in /etc/profile.d/lang.sh to check.

thanks for the lead, found this
https://bugs.debian.org/cgi-bin/bugr...cgi?bug=184801
so I changed it,

Code:

# UTF-8 locales will include "UTF-8" in the output.
#export LANG=en_US.UTF-8
export LANG=en_US


that worked,
Code:

userx@slackOlatern:~$ lsblk
NAME    MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda      8:0    0 232.9G  0 disk
|-sda1    8:1    0  549M  0 part
|-sda2    8:2    0  97.1G  0 part
|-sda3    8:3    0  17.6G  0 part
|-sda4    8:4    0    1K  0 part
|-sda5    8:5    0  30.8G  0 part /
|-sda6    8:6    0  30.4G  0 part
`-sda7    8:7    0    28G  0 part
sdb      8:16  0  1.8T  0 disk
|-sdb1    8:17  0  68.4G  0 part /home
|-sdb2    8:18  0  29.3G  0 part
|-sdb3    8:19  0  29.3G  0 part
|-sdb4    8:20  0    1K  0 part
|-sdb5    8:21  0  29.3G  0 part
|-sdb6    8:22  0  1.5T  0 part /media/data1
`-sdb7    8:23  0 215.1G  0 part /media/ntfs1
sdc      8:32  0  2.7T  0 disk
`-sdc1    8:33  0  2.7T  0 part /run/media/userx/3TB-External
mmcblk0 179:0    0  14.5G  0 disk /run/media/userx/16SDCard

But will that interrupt anything else within Slack?

allend 11-04-2018 07:20 PM

For an english language user, there is likely to be little disruption. Unicode is the new standard, so you may come across cases where unicode is expected to be handled. e.g. text documents written with a unicode editor, special characters in filenames.

BW-userx 11-04-2018 07:36 PM

Quote:

Originally Posted by allend (Post 5922860)
For an english language user, there is likely to be little disruption. Unicode is the new standard, so you may come across cases where unicode is expected to be handled. e.g. text documents written with a unicode editor, special characters in filenames.

yeaaahhhhh I thought so, I vaguly remember having slight issues with some text files long ago and setting it to UTF-8, I think, I guess I'll just have to wait and see what happens. Though, wouldn't assigning a font type to Eterms command line options preclude that issue Eterm -F *-*-fixed-*-*-* something like that?

I'll give that a try and see what's what.


All times are GMT -5. The time now is 06:03 PM.