You are not logged in.

#1 2021-01-06 19:03:16

Kaguro
Member
Registered: 2020-10-25
Posts: 50

Scilab font problems

I have opened a similar thread before.

My university requires me to use this software called Scilab. It uses Java. The last time, there was some GTK-look-and-feel problem. I was able to fix that. Then after working fine for months, one day I discover that (again) all fonts disappeared. Only console text is seen, but all text from menus etc vanished. In scilab settings, I was able to somehow (half-blindly) change the font, but nothing works.

What can I do to see proper font rendering?

I use Arch with GNOME,

[kaguro@Thorin ~]$ archlinux-java status
Available Java environments:
  java-14-openjdk
  java-8-openjdk (default)
[kaguro@Thorin ~]$ 

Please help, I seem to be the only person in the universe facing this problem.

My old thread:
https://bbs.archlinux.org/viewtopic.php?id=260281

Last edited by Kaguro (2021-01-06 19:08:04)

Offline

#2 2021-01-07 10:18:33

Sffred
Member
Registered: 2020-08-30
Posts: 50

Re: Scilab font problems

Sorry but I can't know how to fix your font problems from your description. However, one suggestion for your old thread is that, you can install a aur package manager like yay (manually from aur), and use yay -S scilab, it will install all dependencies from aur automatically. I think that a package from aur may function better.
By the way, if you can run scilab from a terminal, you may see the feedback from scilab, which probably contain errors and warnings. Examine and post them, or search for them on the web. You will get more answer.

Last edited by Sffred (2021-01-07 10:19:23)

Offline

#3 2021-01-07 11:50:53

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: Scilab font problems

Not much should've changed here from your previous thread. Do the conditions from then still apply? Are the packages we've identified all set up, are you still on xorg rather than wayland?

Offline

#4 2021-01-09 12:19:08

Kaguro
Member
Registered: 2020-10-25
Posts: 50

Re: Scilab font problems

Sffred wrote:

Sorry but I can't know how to fix your font problems from your description. However, one suggestion for your old thread is that, you can install a aur package manager like yay (manually from aur), and use yay -S scilab, it will install all dependencies from aur automatically. I think that a package from aur may function better.
By the way, if you can run scilab from a terminal, you may see the feedback from scilab, which probably contain errors and warnings. Examine and post them, or search for them on the web. You will get more answer.

I tried to use that. It installed scilab. Same thing. Font good on code window. But nothing on menus. Only icons are being shown on menus, not even a space for where text might have been.

I used the _JAVA_OPTIONS on my ~/.bashrc :

export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true'

so the terminal shows "picked up java options.." when I run scilab from terminal.
Now I removed that line(because it wasn't doing anything good..). Now running from terminal shows no messages.

Offline

#5 2021-01-09 12:21:28

Kaguro
Member
Registered: 2020-10-25
Posts: 50

Re: Scilab font problems

V1del wrote:

Not much should've changed here from your previous thread. Do the conditions from then still apply? Are the packages we've identified all set up, are you still on xorg rather than wayland?

I didn't install any other software in the meanwhile except for chromium. I just regularly update.

I am still on Xorg because Wayland doesn't support screen sharing via pipewire properly.

Offline

#6 2021-01-09 13:13:50

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: Scilab font problems

Still on GNOME? The only thing I'd see that might have an impact is the gtk2 update that has happened, otherwise something that changed your default fonts again or so.  FWIW post

fc-match monospace
fc-match monospaced
strace scilab

Offline

#7 2021-01-09 16:25:58

Kaguro
Member
Registered: 2020-10-25
Posts: 50

Re: Scilab font problems

Yes, I am still on GNOME.
I thought since it runs on windows I thought something maybe related to windows fonts. So I copied the font files from windows partition to Arch as described in the ArchWiki.

[kaguro@Thorin ~]$ fc-match monospace
AndaleMo.TTF: "Andale Mono" "Regular"
[kaguro@Thorin ~]$ fc-match monospaced
verdana.ttf: "Verdana" "Regular"
[kaguro@Thorin ~]$ 
[kaguro@Thorin ~]$ strace scilab
execve("/usr/bin/scilab", ["scilab"], 0x7ffc27674520 /* 34 vars */) = 0
brk(NULL)                               = 0x5639ac441000
arch_prctl(0x3001 /* ARCH_??? */, 0x7ffc4744c960) = -1 EINVAL (Invalid argument)
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=180577, ...}) = 0
mmap(NULL, 180577, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb73c345000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libreadline.so.8", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 p\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=342768, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb73c343000
mmap(NULL, 350856, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fb73c2ed000
mmap(0x7fb73c304000, 176128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7fb73c304000
mmap(0x7fb73c32f000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x42000) = 0x7fb73c32f000
mmap(0x7fb73c339000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4b000) = 0x7fb73c339000
mmap(0x7fb73c342000, 2696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fb73c342000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\22\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=18608, ...}) = 0
mmap(NULL, 20624, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fb73c2e7000
mmap(0x7fb73c2e8000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fb73c2e8000
mmap(0x7fb73c2ea000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7fb73c2ea000
mmap(0x7fb73c2eb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7fb73c2eb000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\202\2\0\0\0\0\0"..., 832) = 832
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
pread64(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32, 848) = 32
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\207\360\21\247\344\314?\306\nT\320\323\335i\16t"..., 68, 880) = 68
fstat(3, {st_mode=S_IFREG|0755, st_size=2159552, ...}) = 0
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
mmap(NULL, 1868448, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fb73c11e000
mmap(0x7fb73c144000, 1363968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7fb73c144000
mmap(0x7fb73c291000, 311296, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x173000) = 0x7fb73c291000
mmap(0x7fb73c2dd000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1be000) = 0x7fb73c2dd000
mmap(0x7fb73c2e3000, 12960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fb73c2e3000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 p\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=457736, ...}) = 0
mmap(NULL, 462072, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fb73c0ad000
mmap(0x7fb73c0c4000, 245760, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7fb73c0c4000
mmap(0x7fb73c100000, 98304, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x53000) = 0x7fb73c100000
mmap(0x7fb73c118000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6a000) = 0x7fb73c118000
close(3)                                = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb73c0ab000
arch_prctl(ARCH_SET_FS, 0x7fb73c0abb80) = 0
mprotect(0x7fb73c2dd000, 12288, PROT_READ) = 0
mprotect(0x7fb73c118000, 20480, PROT_READ) = 0
mprotect(0x7fb73c2eb000, 4096, PROT_READ) = 0
mprotect(0x7fb73c339000, 12288, PROT_READ) = 0
mprotect(0x5639ab9bd000, 12288, PROT_READ) = 0
mprotect(0x7fb73c39e000, 4096, PROT_READ) = 0
munmap(0x7fb73c345000, 180577)          = 0
openat(AT_FDCWD, "/dev/tty", O_RDWR|O_NONBLOCK) = 3
close(3)                                = 0
brk(NULL)                               = 0x5639ac441000
brk(0x5639ac462000)                     = 0x5639ac462000
openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3041456, ...}) = 0
mmap(NULL, 3041456, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb73bdc4000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/gconv/gconv-modules", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=56353, ...}) = 0
read(3, "# GNU libc iconv configuration.\n"..., 4096) = 4096
read(3, "B1002//\tJUS_I.B1.002//\nmodule\tJU"..., 4096) = 4096
read(3, "\tISO-IR-110//\t\tISO-8859-4//\nalia"..., 4096) = 4096
read(3, "\t\t\tISO-8859-14//\nalias\tISO_8859-"..., 4096) = 4096
read(3, "DIC-ES//\nalias\tEBCDICES//\t\tEBCDI"..., 4096) = 4096
read(3, "CDIC-CP-ES//\t\tIBM284//\nalias\tCSI"..., 4096) = 4096
read(3, "\t\tIBM863//\nalias\tOSF1002035F//\t\t"..., 4096) = 4096
read(3, "937//\t\tIBM937//\nmodule\tIBM937//\t"..., 4096) = 4096
read(3, "UJIS//\t\t\tEUC-JP//\nmodule\tEUC-JP/"..., 4096) = 4096
read(3, "lias\tISO2022CN//\t\tISO-2022-CN//\n"..., 4096) = 4096
read(3, "O_5427-EXT//\nalias\tISO_5427EXT//"..., 4096) = 4096
read(3, "ost\nmodule\tMAC-SAMI//\t\tINTERNAL\t"..., 4096) = 4096
read(3, "112//\t\tINTERNAL\t\tIBM1112\t\t1\nmodu"..., 4096) = 4096
brk(0x5639ac483000)                     = 0x5639ac483000
read(3, "s\tCP9448//\t\tIBM9448//\nalias\tCSIB"..., 4096) = 3105
read(3, "", 4096)                       = 0
close(3)                                = 0
getuid()                                = 1000
getgid()                                = 1000
geteuid()                               = 1000
getegid()                               = 1000
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
ioctl(-1, TIOCGPGRP, 0x7ffc4744c7b4)    = -1 EBADF (Bad file descriptor)
sysinfo({uptime=1838, loads=[91904, 69312, 35840], totalram=3604336640, freeram=323719168, sharedram=29806592, bufferram=84107264, totalswap=0, freeswap=0, procs=785, totalhigh=0, freehigh=0, mem_unit=1}) = 0
rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
uname({sysname="Linux", nodename="Thorin", ...}) = 0
stat("/home/kaguro", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/kaguro", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
getpid()                                = 2234
getppid()                               = 2231
getpid()                                = 2234
getppid()                               = 2231
getpid()                                = 2234
getppid()                               = 2231
getpgrp()                               = 2231
ioctl(2, TIOCGPGRP, [2231])             = 0
rt_sigaction(SIGCHLD, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, 8) = 0
prlimit64(0, RLIMIT_NPROC, NULL, {rlim_cur=13434, rlim_max=13434}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
openat(AT_FDCWD, "/usr/bin/scilab", O_RDONLY) = 3
stat("/usr/bin/scilab", {st_mode=S_IFREG|0755, st_size=44563, ...}) = 0
ioctl(3, TCGETS, 0x7ffc4744c740)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR)                   = 0
read(3, "#!/bin/sh\n#\n# Scilab ( http://ww"..., 80) = 80
lseek(3, 0, SEEK_SET)                   = 0
prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=1024, rlim_max=512*1024}) = 0
fcntl(255, F_GETFD)                     = -1 EBADF (Bad file descriptor)
dup2(3, 255)                            = 255
close(3)                                = 0
fcntl(255, F_SETFD, FD_CLOEXEC)         = 0
fcntl(255, F_GETFL)                     = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(255, {st_mode=S_IFREG|0755, st_size=44563, ...}) = 0
lseek(255, 0, SEEK_CUR)                 = 0
read(255, "#!/bin/sh\n#\n# Scilab ( http://ww"..., 8192) = 8192
brk(0x5639ac4a4000)                     = 0x5639ac4a4000
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
lseek(255, -1082, SEEK_CUR)             = 7110
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2235
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 2235
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
ioctl(2, TIOCGWINSZ, {ws_row=47, ws_col=190, ws_xpixel=0, ws_ypixel=0}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
stat("/home/kaguro/.terminfo", 0x5639ac48fe00) = -1 ENOENT (No such file or directory)
stat("/usr/share/terminfo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/usr/share/terminfo/x/xterm-256color", R_OK) = 0
openat(AT_FDCWD, "/usr/share/terminfo/x/xterm-256color", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3810, ...}) = 0
read(3, "\36\2%\0&\0\17\0\235\0010\6xterm-256color|xterm"..., 32768) = 3810
read(3, "", 28672)                      = 0
close(3)                                = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TIOCGWINSZ, {ws_row=47, ws_col=190, ws_xpixel=0, ws_ypixel=0}) = 0
ioctl(0, TIOCGWINSZ, {ws_row=47, ws_col=190, ws_xpixel=0, ws_ypixel=0}) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2235, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
wait4(-1, 0x7ffc4744b1d0, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[]})                 = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2238
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 2238
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
ioctl(2, TIOCGWINSZ, {ws_row=47, ws_col=190, ws_xpixel=0, ws_ypixel=0}) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2238, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
wait4(-1, 0x7ffc4744b1d0, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[]})                 = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2241
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 2241
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
ioctl(2, TIOCGWINSZ, {ws_row=47, ws_col=190, ws_xpixel=0, ws_ypixel=0}) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2241, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
wait4(-1, 0x7ffc4744b350, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[]})                 = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2244
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 2244
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
ioctl(2, TIOCGWINSZ, {ws_row=47, ws_col=190, ws_xpixel=0, ws_ypixel=0}) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2244, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
wait4(-1, 0x7ffc4744b350, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[]})                 = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2247
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 2247
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
ioctl(2, TIOCGWINSZ, {ws_row=47, ws_col=190, ws_xpixel=0, ws_ypixel=0}) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2247, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
wait4(-1, 0x7ffc4744b650, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[]})                 = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2250
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 2250
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
ioctl(2, TIOCGWINSZ, {ws_row=47, ws_col=190, ws_xpixel=0, ws_ypixel=0}) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2250, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
wait4(-1, 0x7ffc4744b7d0, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[]})                 = 0
read(255, "\ndetect_os\n\n\ndetect_scilab_path("..., 8192) = 8192
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
lseek(255, -8181, SEEK_CUR)             = 7121
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2253
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, 8) = 0
close(4)                                = 0
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
read(3, "Linux\n", 512)                 = 6
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2253, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 2253
wait4(-1, 0x7ffc4744b290, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[INT]})              = 6
read(3, "", 512)                        = 0
close(3)                                = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2254
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, 8) = 0
close(4)                                = 0
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
read(3, "x86_64\n", 512)                = 7
read(3, "", 512)                        = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2254, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 2254
wait4(-1, 0x7ffc4744b2d0, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[INT]})              = 0
close(3)                                = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(255, "\n\ndetect_scilab_path() {\n\n    LO"..., 8192) = 8192
brk(0x5639ac4c5000)                     = 0x5639ac4c5000
read(255, "VA_HOME/bin/java\"\n              "..., 8192) = 8192
read(255, "s on Mac (unless explicitly aske"..., 8192) = 8192
brk(0x5639ac4e6000)                     = 0x5639ac4e6000
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
lseek(255, -7873, SEEK_CUR)             = 23824
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2255
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, 8) = 0
close(4)                                = 0
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
read(3, "/home/kaguro\n", 512)          = 13
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2255, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 2255
wait4(-1, 0x7ffc4744a4d0, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[INT]})              = 13
read(3, "", 512)                        = 0
close(3)                                = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2256
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, 8) = 0
close(4)                                = 0
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
read(3, "/usr/bin\n", 512)              = 9
read(3, "", 512)                        = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2256, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 2256
wait4(-1, 0x7ffc4744a4d0, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[INT]})              = 0
close(3)                                = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
lstat("/usr/bin/scilab", {st_mode=S_IFLNK|0777, st_size=22, ...}) = 0
lstat("/usr/bin/scilab", {st_mode=S_IFLNK|0777, st_size=22, ...}) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2257
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, 8) = 0
close(4)                                = 0
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
read(3, "scilab\n", 512)                = 7
read(3, "", 512)                        = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2257, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 2257
wait4(-1, 0x7ffc47449c90, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[INT]})              = 0
close(3)                                = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2258
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, 8) = 0
close(4)                                = 0
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
read(3, "/usr/bin\n", 512)              = 9
read(3, "", 512)                        = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2258, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 2258
wait4(-1, 0x7ffc47449c50, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[INT]})              = 0
close(3)                                = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=106496, ...}) = 0
chdir("/usr/bin")                       = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2259
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, 8) = 0
close(4)                                = 0
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
read(3, "/opt/scilab/bin/scilab\n", 512) = 23
read(3, "", 512)                        = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2259, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 2259
wait4(-1, 0x7ffc47449e10, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[INT]})              = 0
close(3)                                = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
faccessat(AT_FDCWD, "/opt/scilab/bin/scilab", X_OK) = 0
lstat("/opt/scilab/bin/scilab", {st_mode=S_IFREG|0755, st_size=44563, ...}) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2262
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, 8) = 0
close(4)                                = 0
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
read(3, "/opt/scilab/bin\n", 512)       = 16
read(3, "", 512)                        = 0
close(3)                                = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2262, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 2262
wait4(-1, 0x7ffc4744a250, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[INT]})              = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/opt/scilab", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/opt/scilab/bin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
chdir("/opt/scilab/bin")                = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2263
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, 8) = 0
close(4)                                = 0
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
read(3, "/opt/scilab/bin\n", 512)       = 16
read(3, "", 512)                        = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2263, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 2263
wait4(-1, 0x7ffc4744a3d0, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[INT]})              = 0
close(3)                                = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/opt/scilab/bin/../thirdparty/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/opt/scilab/bin/../share/scilab", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/opt/scilab", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/opt/scilab/bin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/opt/scilab/bin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
chdir("/opt/scilab")                    = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2264
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, 8) = 0
close(4)                                = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2264, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 2264
wait4(-1, 0x7ffc4744a110, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[]})                 = 0
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
read(3, "/opt/scilab\n", 512)           = 12
read(3, "", 512)                        = 0
close(3)                                = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(255, "if test $SCIVERBOSE -ne 0; then\n"..., 8192) = 8192
stat("/opt/scilab/thirdparty/java//lib/amd64/libjava.so", {st_mode=S_IFREG|0755, st_size=225914, ...}) = 0
stat("/opt/scilab/thirdparty/tcl8.5", 0x7ffc4744b560) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
lseek(255, -6213, SEEK_CUR)             = 25803
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2265
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab9298a0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fb73c15b6a0}, 8) = 0
close(4)                                = 0
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
read(3, "\n", 512)                      = 1
read(3, "", 512)                        = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2265, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 2265
wait4(-1, 0x7ffc4744b950, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[INT]})              = 0
close(3)                                = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(255, "export GTK_MODULES\n\n# libEGL may"..., 8192) = 8192
faccessat(AT_FDCWD, "/usr/bin/glxinfo", X_OK) = -1 ENOENT (No such file or directory)
stat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/kaguro", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
chdir("/home/kaguro")                   = 0
stat("/opt/scilab/share/scilab/lib/thirdparty", 0x7ffc4744c410) = -1 ENOENT (No such file or directory)
stat("/opt/scilab/share/scilab/lib/thirdparty/redist", 0x7ffc4744c410) = -1 ENOENT (No such file or directory)
faccessat(AT_FDCWD, "/usr/sbin/selinuxenabled", X_OK) = -1 ENOENT (No such file or directory)
read(255, "argument\n        \"$SCILABBIN\" -e"..., 8192) = 8192
brk(0x5639ac507000)                     = 0x5639ac507000
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, NULL, [CHLD], 8) = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [CHLD], 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [INT TERM CHLD], 8) = 0
rt_sigprocmask(SIG_SETMASK, [INT TERM CHLD], NULL, 8) = 0
lseek(255, -1103, SEEK_CUR)             = 41084
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2268
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0
close(4)                                = 0
close(4)                                = -1 EBADF (Bad file descriptor)
rt_sigprocmask(SIG_BLOCK, NULL, [CHLD], 8) = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [CHLD], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2269
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0
close(3)                                = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2268
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 2269
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
ioctl(2, TIOCGWINSZ, {ws_row=47, ws_col=190, ws_xpixel=0, ws_ypixel=0}) = 0
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0
close(3)                                = -1 EBADF (Bad file descriptor)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2268, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
wait4(-1, 0x7ffc4744bdd0, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[]})                 = 0
read(255, "if ([ $? != 0 ];) && (test \"$SCI"..., 8192) = 3479
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
lseek(255, -3401, SEEK_CUR)             = 41162
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2270
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2270
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
ioctl(2, TIOCGWINSZ, {ws_row=47, ws_col=190, ws_xpixel=0, ws_ypixel=0}) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2270, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
wait4(-1, 0x7ffc4744bbd0, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[]})                 = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2271
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 2271
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
ioctl(2, TIOCGWINSZ, {ws_row=47, ws_col=190, ws_xpixel=0, ws_ypixel=0}) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2271, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
wait4(-1, 0x7ffc4744bbd0, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn({mask=[]})                 = 0
read(255, "\n# calling Scilab with no argume"..., 8192) = 3401
stat(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/opt/scilab/bin/scilab-bin", {st_mode=S_IFREG|0755, st_size=24741, ...}) = 0
stat("/opt/scilab/bin/scilab-bin", {st_mode=S_IFREG|0755, st_size=24741, ...}) = 0
geteuid()                               = 1000
getegid()                               = 1000
getuid()                                = 1000
getgid()                                = 1000
access("/opt/scilab/bin/scilab-bin", X_OK) = 0
stat("/opt/scilab/bin/scilab-bin", {st_mode=S_IFREG|0755, st_size=24741, ...}) = 0
geteuid()                               = 1000
getegid()                               = 1000
getuid()                                = 1000
getgid()                                = 1000
access("/opt/scilab/bin/scilab-bin", R_OK) = 0
stat("/opt/scilab/bin/scilab-bin", {st_mode=S_IFREG|0755, st_size=24741, ...}) = 0
stat("/opt/scilab/bin/scilab-bin", {st_mode=S_IFREG|0755, st_size=24741, ...}) = 0
geteuid()                               = 1000
getegid()                               = 1000
getuid()                                = 1000
getgid()                                = 1000
access("/opt/scilab/bin/scilab-bin", X_OK) = 0
stat("/opt/scilab/bin/scilab-bin", {st_mode=S_IFREG|0755, st_size=24741, ...}) = 0
geteuid()                               = 1000
getegid()                               = 1000
getuid()                                = 1000
getgid()                                = 1000
access("/opt/scilab/bin/scilab-bin", R_OK) = 0
stat("/opt/scilab/bin/scilab-bin", {st_mode=S_IFREG|0755, st_size=24741, ...}) = 0
stat("/opt/scilab/bin/scilab-bin", {st_mode=S_IFREG|0755, st_size=24741, ...}) = 0
geteuid()                               = 1000
getegid()                               = 1000
getuid()                                = 1000
getgid()                                = 1000
access("/opt/scilab/bin/scilab-bin", X_OK) = 0
stat("/opt/scilab/bin/scilab-bin", {st_mode=S_IFREG|0755, st_size=24741, ...}) = 0
geteuid()                               = 1000
getegid()                               = 1000
getuid()                                = 1000
getgid()                                = 1000
access("/opt/scilab/bin/scilab-bin", R_OK) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT TERM CHLD], [], 8) = 0
lseek(255, -3127, SEEK_CUR)             = 41436
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb73c0abe50) = 2272
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5639ab926b20, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fb73c15b6a0}, 8) = 0
wait4(-1, 

Offline

#8 2021-01-09 16:51:08

Kaguro
Member
Registered: 2020-10-25
Posts: 50

Re: Scilab font problems

I was told to download and use the git file and build it.
Pacman always failed at handling the dependencies. So today, I manually installed all of them from AUR. Then it downloaded gradle. On the last dependency (java-testng) it started building with gradle. Then after a long wait, it failed.


Have a look:

[kaguro@Thorin Software]$ git clone https://aur.archlinux.org/java-testng.git
Cloning into 'java-testng'...
remote: Enumerating objects: 69, done.
remote: Counting objects: 100% (69/69), done.
remote: Compressing objects: 100% (61/61), done.
remote: Total 69 (delta 5), reused 69 (delta 5), pack-reused 0
Unpacking objects: 100% (69/69), 15.83 KiB | 900.00 KiB/s, done.
[kaguro@Thorin Software]$ cd java-testng/
[kaguro@Thorin java-testng]$ makepkg -si
==> Making package: java-testng 7.3.0-3 (Sat 09 Jan 2021 10:04:49 PM IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (1) gradle-6.7-1

Total Installed Size:  111.12 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                                                                                     [####################################################################] 100%
(1/1) checking package integrity                                                                                   [####################################################################] 100%
(1/1) loading package files                                                                                        [####################################################################] 100%
(1/1) checking for file conflicts                                                                                  [####################################################################] 100%
(1/1) checking available disk space                                                                                [####################################################################] 100%
:: Processing package changes...
(1/1) installing gradle                                                                                            [####################################################################] 100%
Optional dependencies for gradle
    gradle-doc: gradle documentation
    gradle-src: gradle sources
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Downloading java-testng-7.3.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   120    0   120    0     0     94      0 --:--:--  0:00:01 --:--:--    94
100  807k    0  807k    0     0   116k      0 --:--:--  0:00:06 --:--:--  124k
==> Validating source files with sha256sums...
    java-testng-7.3.0.tar.gz ... Passed
==> Extracting sources...
  -> Extracting java-testng-7.3.0.tar.gz with bsdtar
==> Starting build()...

Welcome to Gradle 6.7!

Here are the highlights of this release:
 - File system watching is ready for production use
 - Declare the version of Java your build requires
 - Java 15 support

For more details see https://docs.gradle.org/6.7/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

> Task :compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :compileTestGroovy FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileTestGroovy'.
> Failed to run Gradle Worker Daemon
   > Unable to connect to the child process 'Gradle Worker Daemon 1'.
     It is likely that the child process have crashed - please find the stack trace in the build log.
     This exception might occur when the build machine is extremely loaded.
     The connection attempt hit a timeout after 120.0 seconds (last known process state: STARTED, running: true).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 6m 24s
7 actionable tasks: 6 executed, 1 up-to-date

Publishing build scan...
https://gradle.com/s/yfosx7qx7waiw

==> ERROR: A failure occurred in build().
    Aborting...
[kaguro@Thorin java-testng]$ 
Display all 3968 possibilities? (y or n)
[kaguro@Thorin java-testng]$ cd ..
[kaguro@Thorin Software]$ cd sci
bash: cd: sci: No such file or directory
[kaguro@Thorin Software]$ cd scilab
[kaguro@Thorin scilab]$ makepkg -si
==> Making package: scilab 6.1.0-5 (Sat 09 Jan 2021 10:18:55 PM IST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: java-testng
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> java-testng
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
[kaguro@Thorin scilab]$ 

Offline

#9 2021-01-09 17:20:20

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: Scilab font problems

Looks like scilab is a script:

strace -f scilab

to capture the child processes.

Offline

#10 2021-01-09 17:39:06

Kaguro
Member
Registered: 2020-10-25
Posts: 50

Re: Scilab font problems

I redirected the output of strace -f scilab to output.txt.
It is 22.7MB in size...

Wanna see?

Offline

#11 2021-01-09 17:40:24

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: Scilab font problems

Let's first try

strace -f scilab 2>&1 | grep -i font

;-)

Offline

#12 2021-01-09 17:46:52

Kaguro
Member
Registered: 2020-10-25
Posts: 50

Re: Scilab font problems

strace -f scilab 2>&1 | grep -i font
[pid  2393] openat(AT_FDCWD, "./tls/x86_64/x86_64/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2393] openat(AT_FDCWD, "./tls/x86_64/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2393] openat(AT_FDCWD, "./tls/x86_64/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2393] openat(AT_FDCWD, "./tls/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2393] openat(AT_FDCWD, "./x86_64/x86_64/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2393] openat(AT_FDCWD, "./x86_64/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2393] openat(AT_FDCWD, "./x86_64/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2393] openat(AT_FDCWD, "./libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2393] openat(AT_FDCWD, "/opt/scilab/lib/scilab/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2393] openat(AT_FDCWD, "/opt/scilab/lib/thirdparty/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2393] openat(AT_FDCWD, "/opt/scilab/thirdparty/java//lib/amd64/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2393] openat(AT_FDCWD, "/opt/scilab/thirdparty/java//lib/amd64/server/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2393] openat(AT_FDCWD, "/opt/scilab/lib/thirdparty/redist/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2393] openat(AT_FDCWD, "/usr/lib/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = 3
[pid  2395] stat("/opt/scilab/share/scilab/modules/tclsci/tcl/tk8.5/ttk/fonts.tcl",  <unfinished ...>
[pid  2395] openat(AT_FDCWD, "/opt/scilab/share/scilab/modules/tclsci/tcl/tk8.5/ttk/fonts.tcl", O_RDONLY <unfinished ...>
[pid  2395] <... read resumed>"#\n# Font specifications.\n#\n# Thi"..., 4096) = 4096
[pid  2395] <... read resumed>"igure TkHeadingFont -family $F(f"..., 4096) = 1475
[pid  2395] access("/etc/fonts/fonts.conf", R_OK <unfinished ...>
[pid  2395] access("/etc/fonts/fonts.conf", R_OK <unfinished ...>
[pid  2395] readlink("/etc/fonts/fonts.conf",  <unfinished ...>
[pid  2395] stat("/etc/fonts/fonts.conf",  <unfinished ...>
[pid  2395] openat(AT_FDCWD, "/etc/fonts/fonts.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d", R_OK <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d",  <unfinished ...>
[pid  2395] stat("/etc/fonts/conf.d",  <unfinished ...>
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d/10-hinting-slight.conf", R_OK <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d/10-hinting-slight.conf", R_OK <unfinished ...>
[pid  2395] readlink("/etc/fonts/conf.d/10-hinting-slight.conf",  <unfinished ...>
[pid  2395] <... readlink resumed>"/etc/fonts/conf.avail/10-hinting"..., 4095) = 44
[pid  2395] stat("/etc/fonts/conf.avail/10-hinting-slight.conf",  <unfinished ...>
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/10-hinting-slight.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", R_OK <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", R_OK <unfinished ...>
[pid  2395] readlink("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf",  <unfinished ...>
[pid  2395] <... readlink resumed>"/etc/fonts/conf.avail/10-scale-b"..., 4095) = 48
[pid  2395] stat("/etc/fonts/conf.avail/10-scale-bitmap-fonts.conf",  <unfinished ...>
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/10-scale-bitmap-fonts.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d/20-unhint-small-vera.conf", R_OK <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d/20-unhint-small-vera.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/20-unhint-small-vera.conf",  <unfinished ...>
[pid  2395] <... readlink resumed>"/etc/fonts/conf.avail/20-unhint-"..., 4095) = 47
[pid  2395] stat("/etc/fonts/conf.avail/20-unhint-small-vera.conf",  <unfinished ...>
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/20-unhint-small-vera.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d/30-metric-aliases.conf", R_OK <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d/30-metric-aliases.conf", R_OK <unfinished ...>
[pid  2395] readlink("/etc/fonts/conf.d/30-metric-aliases.conf",  <unfinished ...>
[pid  2395] <... readlink resumed>"/etc/fonts/conf.avail/30-metric-"..., 4095) = 44
[pid  2395] stat("/etc/fonts/conf.avail/30-metric-aliases.conf",  <unfinished ...>
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/30-metric-aliases.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d/40-nonlatin.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/40-nonlatin.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/40-nonlatin.conf", "/etc/fonts/conf.avail/40-nonlati"..., 4095) = 38
[pid  2395] stat("/etc/fonts/conf.avail/40-nonlatin.conf", {st_mode=S_IFREG|0644, st_size=7775, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/40-nonlatin.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/45-generic.conf", R_OK <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d/45-generic.conf", R_OK <unfinished ...>
[pid  2395] readlink("/etc/fonts/conf.d/45-generic.conf",  <unfinished ...>
[pid  2395] <... readlink resumed>"/etc/fonts/conf.avail/45-generic"..., 4095) = 37
[pid  2395] stat("/etc/fonts/conf.avail/45-generic.conf",  <unfinished ...>
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/45-generic.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d/45-latin.conf", R_OK <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d/45-latin.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/45-latin.conf",  <unfinished ...>
[pid  2395] <... readlink resumed>"/etc/fonts/conf.avail/45-latin.c"..., 4095) = 35
[pid  2395] stat("/etc/fonts/conf.avail/45-latin.conf",  <unfinished ...>
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/45-latin.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d/46-noto-mono.conf", R_OK <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d/46-noto-mono.conf", R_OK <unfinished ...>
[pid  2395] readlink("/etc/fonts/conf.d/46-noto-mono.conf",  <unfinished ...>
[pid  2395] stat("/etc/fonts/conf.avail/46-noto-mono.conf",  <unfinished ...>
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/46-noto-mono.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
[pid  2395] access("/etc/fonts/conf.d/46-noto-sans.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/46-noto-sans.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/46-noto-sans.conf", "../conf.avail/46-noto-sans.conf", 4095) = 31
[pid  2395] stat("/etc/fonts/conf.avail/46-noto-sans.conf", {st_mode=S_IFREG|0644, st_size=205, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/46-noto-sans.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/46-noto-serif.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/46-noto-serif.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/46-noto-serif.conf", "../conf.avail/46-noto-serif.conf", 4095) = 32
[pid  2395] stat("/etc/fonts/conf.avail/46-noto-serif.conf", {st_mode=S_IFREG|0644, st_size=201, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/46-noto-serif.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/49-sansserif.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/49-sansserif.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/49-sansserif.conf", "/etc/fonts/conf.avail/49-sansser"..., 4095) = 39
[pid  2395] stat("/etc/fonts/conf.avail/49-sansserif.conf", {st_mode=S_IFREG|0644, st_size=639, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/49-sansserif.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/50-user.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/50-user.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/50-user.conf", "/etc/fonts/conf.avail/50-user.co"..., 4095) = 34
[pid  2395] stat("/etc/fonts/conf.avail/50-user.conf", {st_mode=S_IFREG|0644, st_size=751, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/50-user.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] stat("/home/kaguro/.config/fontconfig/conf.d", 0x7f99dba30a10) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/home/kaguro/.config/fontconfig/conf.d", 0x7f99dba30a10) = -1 ENOENT (No such file or directory)
[pid  2395] access("/home/kaguro/.config/fontconfig/conf.d", R_OK) = -1 ENOENT (No such file or directory)
[pid  2395] access("/home/kaguro/.config/fontconfig/conf.d", R_OK) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/home/kaguro/.config/fontconfig/fonts.conf", 0x7f99dba30a10) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/home/kaguro/.config/fontconfig/fonts.conf", 0x7f99dba30a10) = -1 ENOENT (No such file or directory)
[pid  2395] access("/home/kaguro/.config/fontconfig/fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
[pid  2395] access("/home/kaguro/.config/fontconfig/fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
[pid  2395] access("/home/kaguro/.fonts.conf.d", R_OK) = -1 ENOENT (No such file or directory)
[pid  2395] access("/home/kaguro/.fonts.conf.d", R_OK) = -1 ENOENT (No such file or directory)
[pid  2395] access("/home/kaguro/.fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
[pid  2395] access("/home/kaguro/.fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
[pid  2395] access("/etc/fonts/conf.d/51-local.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/51-local.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/51-local.conf", "/etc/fonts/conf.avail/51-local.c"..., 4095) = 35
[pid  2395] stat("/etc/fonts/conf.avail/51-local.conf", {st_mode=S_IFREG|0644, st_size=263, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/51-local.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/local.conf", R_OK) = -1 ENOENT (No such file or directory)
[pid  2395] access("/etc/fonts/local.conf", R_OK) = -1 ENOENT (No such file or directory)
[pid  2395] access("/etc/fonts/conf.d/60-generic.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/60-generic.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/60-generic.conf", "/etc/fonts/conf.avail/60-generic"..., 4095) = 37
[pid  2395] stat("/etc/fonts/conf.avail/60-generic.conf", {st_mode=S_IFREG|0644, st_size=1911, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/60-generic.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/60-latin.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/60-latin.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/60-latin.conf", "/etc/fonts/conf.avail/60-latin.c"..., 4095) = 35
[pid  2395] stat("/etc/fonts/conf.avail/60-latin.conf", {st_mode=S_IFREG|0644, st_size=2040, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/60-latin.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/65-fonts-persian.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/65-fonts-persian.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/65-fonts-persian.conf", "/etc/fonts/conf.avail/65-fonts-p"..., 4095) = 43
[pid  2395] stat("/etc/fonts/conf.avail/65-fonts-persian.conf", {st_mode=S_IFREG|0644, st_size=10132, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/65-fonts-persian.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/65-nonlatin.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/65-nonlatin.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/65-nonlatin.conf", "/etc/fonts/conf.avail/65-nonlati"..., 4095) = 38
[pid  2395] stat("/etc/fonts/conf.avail/65-nonlatin.conf", {st_mode=S_IFREG|0644, st_size=9291, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/65-nonlatin.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/66-noto-mono.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/66-noto-mono.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/66-noto-mono.conf", "../conf.avail/66-noto-mono.conf", 4095) = 31
[pid  2395] stat("/etc/fonts/conf.avail/66-noto-mono.conf", {st_mode=S_IFREG|0644, st_size=207, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/66-noto-mono.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/66-noto-sans.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/66-noto-sans.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/66-noto-sans.conf", "../conf.avail/66-noto-sans.conf", 4095) = 31
[pid  2395] stat("/etc/fonts/conf.avail/66-noto-sans.conf", {st_mode=S_IFREG|0644, st_size=203, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/66-noto-sans.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/66-noto-serif.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/66-noto-serif.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/66-noto-serif.conf", "../conf.avail/66-noto-serif.conf", 4095) = 32
[pid  2395] stat("/etc/fonts/conf.avail/66-noto-serif.conf", {st_mode=S_IFREG|0644, st_size=199, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/66-noto-serif.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/69-unifont.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/69-unifont.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/69-unifont.conf", "/etc/fonts/conf.avail/69-unifont"..., 4095) = 37
[pid  2395] stat("/etc/fonts/conf.avail/69-unifont.conf", {st_mode=S_IFREG|0644, st_size=687, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/69-unifont.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/69-urw-bookman.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/69-urw-bookman.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/69-urw-bookman.conf", "../conf.avail/69-urw-bookman.con"..., 4095) = 33
[pid  2395] stat("/etc/fonts/conf.avail/69-urw-bookman.conf", {st_mode=S_IFREG|0644, st_size=1021, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-bookman.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/69-urw-c059.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/69-urw-c059.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/69-urw-c059.conf", "../conf.avail/69-urw-c059.conf", 4095) = 30
[pid  2395] stat("/etc/fonts/conf.avail/69-urw-c059.conf", {st_mode=S_IFREG|0644, st_size=1003, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-c059.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/69-urw-d050000l.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/69-urw-d050000l.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/69-urw-d050000l.conf", "../conf.avail/69-urw-d050000l.co"..., 4095) = 34
[pid  2395] stat("/etc/fonts/conf.avail/69-urw-d050000l.conf", {st_mode=S_IFREG|0644, st_size=1022, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-d050000l.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/69-urw-fallback-backwards.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/69-urw-fallback-backwards.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/69-urw-fallback-backwards.conf", "../conf.avail/69-urw-fallback-ba"..., 4095) = 44
[pid  2395] stat("/etc/fonts/conf.avail/69-urw-fallback-backwards.conf", {st_mode=S_IFREG|0644, st_size=3257, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-fallback-backwards.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/69-urw-fallback-generics.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/69-urw-fallback-generics.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/69-urw-fallback-generics.conf", "../conf.avail/69-urw-fallback-ge"..., 4095) = 43
[pid  2395] stat("/etc/fonts/conf.avail/69-urw-fallback-generics.conf", {st_mode=S_IFREG|0644, st_size=2727, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-fallback-generics.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/69-urw-fallback-specifics.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/69-urw-fallback-specifics.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/69-urw-fallback-specifics.conf", "../conf.avail/69-urw-fallback-sp"..., 4095) = 44
[pid  2395] stat("/etc/fonts/conf.avail/69-urw-fallback-specifics.conf", {st_mode=S_IFREG|0644, st_size=3777, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-fallback-specifics.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/69-urw-gothic.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/69-urw-gothic.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/69-urw-gothic.conf", "../conf.avail/69-urw-gothic.conf", 4095) = 32
[pid  2395] stat("/etc/fonts/conf.avail/69-urw-gothic.conf", {st_mode=S_IFREG|0644, st_size=913, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-gothic.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/69-urw-nimbus-mono-ps.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/69-urw-nimbus-mono-ps.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/69-urw-nimbus-mono-ps.conf", "../conf.avail/69-urw-nimbus-mono"..., 4095) = 40
[pid  2395] stat("/etc/fonts/conf.avail/69-urw-nimbus-mono-ps.conf", {st_mode=S_IFREG|0644, st_size=899, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-nimbus-mono-ps.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/69-urw-nimbus-roman.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/69-urw-nimbus-roman.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/69-urw-nimbus-roman.conf", "../conf.avail/69-urw-nimbus-roma"..., 4095) = 38
[pid  2395] stat("/etc/fonts/conf.avail/69-urw-nimbus-roman.conf", {st_mode=S_IFREG|0644, st_size=877, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-nimbus-roman.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/69-urw-nimbus-sans.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/69-urw-nimbus-sans.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/69-urw-nimbus-sans.conf", "../conf.avail/69-urw-nimbus-sans"..., 4095) = 37
[pid  2395] stat("/etc/fonts/conf.avail/69-urw-nimbus-sans.conf", {st_mode=S_IFREG|0644, st_size=1572, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-nimbus-sans.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/69-urw-p052.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/69-urw-p052.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/69-urw-p052.conf", "../conf.avail/69-urw-p052.conf", 4095) = 30
[pid  2395] stat("/etc/fonts/conf.avail/69-urw-p052.conf", {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-p052.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/69-urw-standard-symbols-ps.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/69-urw-standard-symbols-ps.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/69-urw-standard-symbols-ps.conf", "../conf.avail/69-urw-standard-sy"..., 4095) = 45
[pid  2395] stat("/etc/fonts/conf.avail/69-urw-standard-symbols-ps.conf", {st_mode=S_IFREG|0644, st_size=1061, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-standard-symbols-ps.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/69-urw-z003.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/69-urw-z003.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/69-urw-z003.conf", "../conf.avail/69-urw-z003.conf", 4095) = 30
[pid  2395] stat("/etc/fonts/conf.avail/69-urw-z003.conf", {st_mode=S_IFREG|0644, st_size=865, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-z003.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/80-delicious.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/80-delicious.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/80-delicious.conf", "/etc/fonts/conf.avail/80-delicio"..., 4095) = 39
[pid  2395] stat("/etc/fonts/conf.avail/80-delicious.conf", {st_mode=S_IFREG|0644, st_size=437, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/80-delicious.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d/90-synthetic.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.d/90-synthetic.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.d/90-synthetic.conf", "/etc/fonts/conf.avail/90-synthet"..., 4095) = 39
[pid  2395] stat("/etc/fonts/conf.avail/90-synthetic.conf", {st_mode=S_IFREG|0644, st_size=1757, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/90-synthetic.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.d", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail", 0x7f99dba3a9a0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
[pid  2395] access("/etc/fonts/conf.avail/05-reset-dirs-sample.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/05-reset-dirs-sample.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/05-reset-dirs-sample.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/05-reset-dirs-sample.conf", {st_mode=S_IFREG|0644, st_size=213, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/05-reset-dirs-sample.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/09-autohint-if-no-hinting.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/09-autohint-if-no-hinting.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/09-autohint-if-no-hinting.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/09-autohint-if-no-hinting.conf", {st_mode=S_IFREG|0644, st_size=633, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/09-autohint-if-no-hinting.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/09-texlive-fonts.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/09-texlive-fonts.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/09-texlive-fonts.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/09-texlive-fonts.conf", {st_mode=S_IFREG|0644, st_size=293, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/09-texlive-fonts.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/10-autohint.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/10-autohint.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/10-autohint.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/10-autohint.conf", {st_mode=S_IFREG|0644, st_size=546, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/10-autohint.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/10-hinting-full.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/10-hinting-full.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/10-hinting-full.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/10-hinting-full.conf", {st_mode=S_IFREG|0644, st_size=532, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/10-hinting-full.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/10-hinting-medium.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/10-hinting-medium.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/10-hinting-medium.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/10-hinting-medium.conf", {st_mode=S_IFREG|0644, st_size=536, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/10-hinting-medium.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/10-hinting-none.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/10-hinting-none.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/10-hinting-none.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/10-hinting-none.conf", {st_mode=S_IFREG|0644, st_size=532, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/10-hinting-none.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/10-hinting-slight.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/10-hinting-slight.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/10-hinting-slight.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/10-no-sub-pixel.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/10-no-sub-pixel.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/10-no-sub-pixel.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/10-no-sub-pixel.conf", {st_mode=S_IFREG|0644, st_size=563, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/10-no-sub-pixel.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/10-scale-bitmap-fonts.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/10-scale-bitmap-fonts.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/10-scale-bitmap-fonts.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/10-sub-pixel-bgr.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/10-sub-pixel-bgr.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/10-sub-pixel-bgr.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/10-sub-pixel-bgr.conf", {st_mode=S_IFREG|0644, st_size=588, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/10-sub-pixel-bgr.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/10-sub-pixel-rgb.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/10-sub-pixel-rgb.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/10-sub-pixel-rgb.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/10-sub-pixel-rgb.conf", {st_mode=S_IFREG|0644, st_size=588, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/10-sub-pixel-rgb.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/10-sub-pixel-vbgr.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/10-sub-pixel-vbgr.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/10-sub-pixel-vbgr.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/10-sub-pixel-vbgr.conf", {st_mode=S_IFREG|0644, st_size=598, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/10-sub-pixel-vbgr.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/10-sub-pixel-vrgb.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/10-sub-pixel-vrgb.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/10-sub-pixel-vrgb.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/10-sub-pixel-vrgb.conf", {st_mode=S_IFREG|0644, st_size=598, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/10-sub-pixel-vrgb.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/10-unhinted.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/10-unhinted.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/10-unhinted.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/10-unhinted.conf", {st_mode=S_IFREG|0644, st_size=541, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/10-unhinted.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/11-lcdfilter-default.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/11-lcdfilter-default.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/11-lcdfilter-default.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/11-lcdfilter-default.conf", {st_mode=S_IFREG|0644, st_size=611, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/11-lcdfilter-default.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/11-lcdfilter-legacy.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/11-lcdfilter-legacy.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/11-lcdfilter-legacy.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/11-lcdfilter-legacy.conf", {st_mode=S_IFREG|0644, st_size=608, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/11-lcdfilter-legacy.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/11-lcdfilter-light.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/11-lcdfilter-light.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/11-lcdfilter-light.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/11-lcdfilter-light.conf", {st_mode=S_IFREG|0644, st_size=605, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/11-lcdfilter-light.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/20-unhint-small-vera.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/20-unhint-small-vera.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/20-unhint-small-vera.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/25-unhint-nonlatin.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/25-unhint-nonlatin.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/25-unhint-nonlatin.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/25-unhint-nonlatin.conf", {st_mode=S_IFREG|0644, st_size=3329, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/25-unhint-nonlatin.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/30-metric-aliases.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/30-metric-aliases.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/30-metric-aliases.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/35-lang-normalize.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/35-lang-normalize.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/35-lang-normalize.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/35-lang-normalize.conf", {st_mode=S_IFREG|0644, st_size=42037, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/35-lang-normalize.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/40-nonlatin.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/40-nonlatin.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/40-nonlatin.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/45-generic.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/45-generic.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/45-generic.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/45-latin.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/45-latin.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/45-latin.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/46-noto-mono.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/46-noto-mono.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/46-noto-mono.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/46-noto-sans.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/46-noto-sans.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/46-noto-sans.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/46-noto-serif.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/46-noto-serif.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/46-noto-serif.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/49-sansserif.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/49-sansserif.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/49-sansserif.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/50-user.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/50-user.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/50-user.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/51-local.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/51-local.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/51-local.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/60-generic.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/60-generic.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/60-generic.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/60-latin.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/60-latin.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/60-latin.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/65-fonts-persian.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/65-fonts-persian.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/65-fonts-persian.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/65-khmer.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/65-khmer.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/65-khmer.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/65-khmer.conf", {st_mode=S_IFREG|0644, st_size=304, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/65-khmer.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/65-nonlatin.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/65-nonlatin.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/65-nonlatin.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/66-noto-mono.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/66-noto-mono.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/66-noto-mono.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/66-noto-sans.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/66-noto-sans.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/66-noto-sans.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/66-noto-serif.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/66-noto-serif.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/66-noto-serif.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/69-unifont.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/69-unifont.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/69-unifont.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/69-urw-bookman.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/69-urw-bookman.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/69-urw-bookman.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/69-urw-c059.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/69-urw-c059.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/69-urw-c059.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/69-urw-d050000l.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/69-urw-d050000l.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/69-urw-d050000l.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/69-urw-fallback-backwards.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/69-urw-fallback-backwards.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/69-urw-fallback-backwards.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/69-urw-fallback-generics.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/69-urw-fallback-generics.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/69-urw-fallback-generics.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/69-urw-fallback-specifics.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/69-urw-fallback-specifics.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/69-urw-fallback-specifics.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/69-urw-gothic.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/69-urw-gothic.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/69-urw-gothic.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/69-urw-nimbus-mono-ps.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/69-urw-nimbus-mono-ps.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/69-urw-nimbus-mono-ps.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/69-urw-nimbus-roman.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/69-urw-nimbus-roman.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/69-urw-nimbus-roman.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/69-urw-nimbus-sans.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/69-urw-nimbus-sans.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/69-urw-nimbus-sans.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/69-urw-p052.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/69-urw-p052.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/69-urw-p052.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/69-urw-standard-symbols-ps.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/69-urw-standard-symbols-ps.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/69-urw-standard-symbols-ps.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/69-urw-z003.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/69-urw-z003.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/69-urw-z003.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/70-no-bitmaps.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/70-no-bitmaps.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/70-no-bitmaps.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/70-no-bitmaps.conf", {st_mode=S_IFREG|0644, st_size=327, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/70-no-bitmaps.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/70-yes-bitmaps.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/70-yes-bitmaps.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/70-yes-bitmaps.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/etc/fonts/conf.avail/70-yes-bitmaps.conf", {st_mode=S_IFREG|0644, st_size=327, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/etc/fonts/conf.avail/70-yes-bitmaps.conf", O_RDONLY|O_CLOEXEC) = 5
[pid  2395] access("/etc/fonts/conf.avail/80-delicious.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/80-delicious.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/80-delicious.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] access("/etc/fonts/conf.avail/90-synthetic.conf", R_OK) = 0
[pid  2395] access("/etc/fonts/conf.avail/90-synthetic.conf", R_OK) = 0
[pid  2395] readlink("/etc/fonts/conf.avail/90-synthetic.conf", 0x7f99dba367f0, 4095) = -1 EINVAL (Invalid argument)
[pid  2395] stat("/usr/share/fonts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/var/cache/fontconfig//3830d5c3ddfd5cd38a049b759396e72e-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.cache/fontconfig//3830d5c3ddfd5cd38a049b759396e72e-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.fontconfig//3830d5c3ddfd5cd38a049b759396e72e-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/usr/local/share/fonts", 0x7f99dba3f9b0) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/usr/local/share/fonts", 0x7f99dba3fa50) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/home/kaguro/.local/share/fonts", 0x7f99dba3f9b0) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/home/kaguro/.local/share/fonts", 0x7f99dba3fa50) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/home/kaguro/.fonts", 0x7f99dba3f9b0) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/home/kaguro/.fonts", 0x7f99dba3fa50) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/usr/share/fonts/TTF", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/TTF", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/var/cache/fontconfig//f6b893a7224233d96cb72fd88691c0b4-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.cache/fontconfig//f6b893a7224233d96cb72fd88691c0b4-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.fontconfig//f6b893a7224233d96cb72fd88691c0b4-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/TTF/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/usr/share/fonts/WindowsFonts", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/WindowsFonts", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/var/cache/fontconfig//ed2730c0f36ab5992217bafde0836c9d-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/WindowsFonts/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.cache/fontconfig//ed2730c0f36ab5992217bafde0836c9d-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.fontconfig//ed2730c0f36ab5992217bafde0836c9d-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/WindowsFonts/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/usr/share/fonts/adobe-source-code-pro", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/adobe-source-code-pro", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/var/cache/fontconfig//210c0516121708a580e22e6b1f9a103a-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.cache/fontconfig//210c0516121708a580e22e6b1f9a103a-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.fontconfig//210c0516121708a580e22e6b1f9a103a-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/adobe-source-code-pro/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/usr/share/fonts/cantarell", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/cantarell", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/var/cache/fontconfig//6ba42ae0000f58711b5caaf10d690066-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.cache/fontconfig//6ba42ae0000f58711b5caaf10d690066-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.fontconfig//6ba42ae0000f58711b5caaf10d690066-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/cantarell/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/usr/share/fonts/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/encodings", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/var/cache/fontconfig//a1c95d6dfc9a7b34f44445cf81166004-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.cache/fontconfig//a1c95d6dfc9a7b34f44445cf81166004-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.fontconfig//a1c95d6dfc9a7b34f44445cf81166004-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/encodings/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/usr/share/fonts/gnu-free", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/gnu-free", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/var/cache/fontconfig//614d1caaa4d7914789410f6367de37ca-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.cache/fontconfig//614d1caaa4d7914789410f6367de37ca-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.fontconfig//614d1caaa4d7914789410f6367de37ca-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/gnu-free/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/usr/share/fonts/gsfonts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/gsfonts", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/var/cache/fontconfig//491f45a0a771fef1c10b9b647a97fb82-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.cache/fontconfig//491f45a0a771fef1c10b9b647a97fb82-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.fontconfig//491f45a0a771fef1c10b9b647a97fb82-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/gsfonts/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/usr/share/fonts/liberation", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/liberation", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/var/cache/fontconfig//b67b32625a2bb51b023d3814a918f351-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.cache/fontconfig//b67b32625a2bb51b023d3814a918f351-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.fontconfig//b67b32625a2bb51b023d3814a918f351-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/liberation/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/usr/share/fonts/misc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/misc", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/var/cache/fontconfig//8d4af663993b81a124ee82e610bb31f9-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.cache/fontconfig//8d4af663993b81a124ee82e610bb31f9-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.fontconfig//8d4af663993b81a124ee82e610bb31f9-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/misc/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/usr/share/fonts/noto", {st_mode=S_IFDIR|0755, st_size=36864, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/noto", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/var/cache/fontconfig//923e285e415b1073c8df160bee08820f-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.cache/fontconfig//923e285e415b1073c8df160bee08820f-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.fontconfig//923e285e415b1073c8df160bee08820f-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/noto/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] stat("/usr/share/fonts/encodings/large", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/encodings/large", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/var/cache/fontconfig//5ca8086aeacc9c68e81a71e7ef846b3b-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.cache/fontconfig//5ca8086aeacc9c68e81a71e7ef846b3b-le64.cache-7", O_RDONLY|O_CLOEXEC) = 4
[pid  2395] openat(AT_FDCWD, "/home/kaguro/.fontconfig//5ca8086aeacc9c68e81a71e7ef846b3b-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/encodings/large/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid  2395] openat(AT_FDCWD, "/usr/share/fonts/WindowsFonts/verdana.ttf", O_RDONLY) = 4
[pid  2393] read(4, "/kaguro/.cache/fontconfig/f6b893"..., 1024) = 1024
[pid  2393] read(4, "ibfontconfig.so.1.12.0\n7f99de9b0"..., 1024) = 1024
[pid  2393] read(4, "        /home/kaguro/.cache/font"..., 1024) = 1024
[pid  2393] <... read resumed>"\312\376\272\276\0\0\0004\0\20\7\0\16\7\0\17\1\0\7getFont\1\0\21()L"..., 327) = 327
[pid  2393] stat("/opt/scilab/thirdparty/java/lib/fonts/LucidaSansRegular.ttf", {st_mode=S_IFREG|0644, st_size=698236, ...}) = 0
[pid  2393] stat("/opt/scilab/thirdparty/java/lib/amd64/libfontmanager.so", {st_mode=S_IFREG|0755, st_size=525453, ...}) = 0
[pid  2393] openat(AT_FDCWD, "/opt/scilab/thirdparty/java/lib/amd64/libfontmanager.so", O_RDONLY) = 38
[pid  2393] read(38, "@@GCC_4.2.0\0Java_sun_font_Strike"..., 4096) = 1165
[pid  2393] openat(AT_FDCWD, "/opt/scilab/thirdparty/java/lib/amd64/libfontmanager.so", O_RDONLY|O_CLOEXEC) = 38
[pid  2413] read(4, "\312\376\272\276\0\0\0004\0\t\7\0\7\7\0\10\1\0\24getFontConfig"..., 177) = 177
[pid  2413] stat("/opt/scilab/thirdparty/java/lib/fonts/badfonts.txt", 0x7f99b42dd100) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fonts/fonts.dir", R_OK) = 0
[pid  2413] openat(AT_FDCWD, "/opt/scilab/thirdparty/java/lib/fonts/fonts.dir", O_RDONLY) = 51
[pid  2413] lstat("/opt/scilab/thirdparty/java/lib/fonts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2413] lstat("/opt/scilab/thirdparty/java/lib/fonts/LucidaBrightRegular.ttf", {st_mode=S_IFREG|0644, st_size=344908, ...}) = 0
[pid  2413] stat("/opt/scilab/thirdparty/java/lib/fonts/LucidaBrightRegular.ttf", {st_mode=S_IFREG|0644, st_size=344908, ...}) = 0
[pid  2413] stat("/opt/scilab/thirdparty/java/lib/fonts/LucidaBrightRegular.ttf", {st_mode=S_IFREG|0644, st_size=344908, ...}) = 0
[pid  2413] openat(AT_FDCWD, "/opt/scilab/thirdparty/java/lib/fonts", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 51
[pid  2413] openat(AT_FDCWD, "/opt/scilab/thirdparty/java/lib/fonts", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 51
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.Linux.5.10.4-arch2-1.properties", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.Linux.5.10.4-arch2-1.bfc", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.Linux.5.properties", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.Linux.5.bfc", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.Linux.properties", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.Linux.bfc", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.5.10.4-arch2-1.properties", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.5.10.4-arch2-1.bfc", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.5.properties", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.5.bfc", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.properties", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.bfc", R_OK) = 0
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.Linux.5.10.4-arch2-1.properties", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.Linux.5.10.4-arch2-1.bfc", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.Linux.5.properties", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.Linux.5.bfc", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.Linux.properties", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.Linux.bfc", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.5.10.4-arch2-1.properties", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.5.10.4-arch2-1.bfc", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.5.properties", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.5.bfc", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.properties", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/opt/scilab/thirdparty/java/lib/fontconfig.bfc", R_OK) = 0
[pid  2413] stat("/home/kaguro/.Scilab/scilab-6.1.0/.java/fonts/1.8.0_151/fcinfo-1-Thorin-Linux-5.10.4-arch2-1-en.properties", {st_mode=S_IFREG|0600, st_size=144325, ...}) = 0
[pid  2413] openat(AT_FDCWD, "/home/kaguro/.Scilab/scilab-6.1.0/.java/fonts/1.8.0_151/fcinfo-1-Thorin-Linux-5.10.4-arch2-1-en.properties", O_RDONLY) = 51
[pid  2413] <... read resumed>"#JDK Font Configuration Generate"..., 8192) = 8192
[pid  2413] <... read resumed>"file=/usr/share/fonts/noto/NotoS"..., 8192) = 8192
[pid  2413] read(51, "e=/usr/share/fonts/noto/NotoSans"..., 8192) = 8192
[pid  2413] <... read resumed>"/usr/share/fonts/noto/NotoSansWa"..., 8192) = 8192
[pid  2413] stat("/home/kaguro/.Scilab/scilab-6.1.0/.java/fonts/1.8.0_151/fcinfo-1-Thorin-Linux-5.10.4-arch2-1-en.properties", {st_mode=S_IFREG|0600, st_size=144325, ...}) = 0
[pid  2413] stat("/var/cache/fontconfig", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2413] stat("/var/cache/fontconfig", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2413] stat("/home/kaguro/.cache/fontconfig", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2413] stat("/home/kaguro/.cache/fontconfig", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  2413] stat("/home/kaguro/.fontconfig", 0x7f99b42dce80) = -1 ENOENT (No such file or directory)
[pid  2413] stat("/opt/scilab/thirdparty/java/lib/fonts/fallback", 0x7f99b42dcf00) = -1 ENOENT (No such file or directory)
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/TTF/Arialbi.TTF", O_RDONLY) = 51
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansModi-Regular.ttf", O_RDONLY) = 53
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSerifTangut-Regular.ttf", O_RDONLY) = 54
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/TTF/Timesbd.TTF", O_RDONLY) = 55
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansNabataean-Regular.ttf", O_RDONLY) = 56
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansBhaiksuki-Regular.ttf", O_RDONLY) = 57
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansSymbols-Bold.ttf", O_RDONLY) = 58
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansJavanese-Bold.ttf", O_RDONLY) = 59
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansPalmyrene-Regular.ttf", O_RDONLY) = 60
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/TTF/AndaleMo.TTF", O_RDONLY <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansKaithi-Regular.ttf", O_RDONLY <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSerif-BoldItalic.ttf", O_RDONLY <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/TTF/Verdanab.TTF", O_RDONLY <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansKhmer-Regular.ttf", O_RDONLY) = 65
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoColorEmoji.ttf", O_RDONLY) = 66
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansSharada-Regular.ttf", O_RDONLY) = 67
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansTifinagh-Regular.ttf", O_RDONLY) = 68
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansOldSogdian-Regular.ttf", O_RDONLY <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansSymbols2-Regular.ttf", O_RDONLY <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoLoopedThai-Bold.ttf", O_RDONLY) = 71
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansMalayalam-Bold.ttf", O_RDONLY <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/TTF/Verdanai.TTF", O_RDONLY) = 51
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansIndicSiyaqNumbers-Regular.ttf", O_RDONLY) = 53
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansBalinese-Regular.ttf", O_RDONLY <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansTelugu-Bold.ttf", O_RDONLY) = 55
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansSyriac-Black.ttf", O_RDONLY <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansOgham-Regular.ttf", O_RDONLY) = 57
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansAvestan-Regular.ttf", O_RDONLY) = 58
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansCanadianAboriginal-Bold.ttf", O_RDONLY <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansMyanmar-Regular.ttf", O_RDONLY) = 60
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansBamum-Regular.ttf", O_RDONLY <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/TTF/Timesi.TTF", O_RDONLY) = 62
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansNewa-Regular.ttf", O_RDONLY <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansCherokee-Bold.ttf", O_RDONLY) = 64
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansElymaic-Regular.ttf", O_RDONLY) = 65
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansMeeteiMayek-Bold.ttf", O_RDONLY <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansHanifiRohingya-Bold.ttf", O_RDONLY <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSans-Bold.ttf", O_RDONLY) = 68
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansChakma-Regular.ttf", O_RDONLY) = 69
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansBamum-Bold.ttf", O_RDONLY) = 70
...

Then a few of these:

pid  2413] access("/usr/share/fonts/WindowsFonts/fonts.dir", R_OK <unfinished ...>
[pid  2413] access("/usr/share/fonts/noto/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/share/fonts/TTF/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/share/fonts/gsfonts/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/share/fonts/adobe-source-code-pro/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/share/fonts/liberation/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/share/fonts/gnu-free/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/share/fonts/cantarell/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/X11R6/lib/X11/fonts/TrueType/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/X11R6/lib/X11/fonts/truetype/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/X11R6/lib/X11/fonts/tt/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/X11R6/lib/X11/fonts/TTF/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/X11R6/lib/X11/fonts/OTF/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/share/fonts/ja/TrueType/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/share/fonts/truetype/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/share/fonts/ko/TrueType/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/share/fonts/zh_CN/TrueType/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)
[pid  2413] access("/usr/share/fonts/zh_TW/TrueType/fonts.dir", R_OK) = -1 ENOENT (No such file or directory)

Then a few of these till the end:

 <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/opt/scilab/thirdparty/java/lib/fonts/LucidaSansRegular.ttf", O_RDONLY) = 71
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansHanifiRohingya-Regular.ttf", O_RDONLY) = 72
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoNaskhArabicUI-Regular.ttf", O_RDONLY) = 51
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansArmenian-Regular.ttf", O_RDONLY <unfinished ...>
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansNewa-Regular.ttf", O_RDONLY) = 54
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansSymbols2-Regular.ttf", O_RDONLY) = 55
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/TTF/AndaleMo.TTF", O_RDONLY) = 56
[pid  2413] openat(AT_FDCWD, "/usr/share/fonts/cantarell/Cantarell-Bold.otf", O_RDONLY) = 57
[pid  2393] write(83, "fonts=xlfont('AVAILIABLE_FONTS')"..., 33) = 33
[pid  2393] write(83, "fonts=xlfont('AVAILABLE_FONTS')\n", 32) = 32
[pid  2393] write(83, "fonts=xlfont('AVAILIABLE_FONTS')"..., 33) = 33
[pid  2393] write(83, "fonts=xlfont('AVAILABLE_FONTS')\n", 32) = 32
[pid  2393] write(83, "fonts=xlfont('AVAILIABLE_FONTS')"..., 33) = 33
[pid  2393] write(83, "fonts=xlfont('AVAILABLE_FONTS')\n", 32) = 32
[kaguro@Thorin ~]$ 

Offline

#13 2021-01-09 17:59:02

twelveeighty
Member
From: Alberta, Canada
Registered: 2011-09-04
Posts: 1,096

Re: Scilab font problems

Kaguro wrote:

I was told to download and use the git file and build it.

Who told you this and why? First try the AUR scilab-bin version, since it's the binary version 6.1.0 from upstream with some patches and it has recent comments/suggestion in the Comments section that seem to suggest it should work. You'll need one additional AUR dependency (ncurses5-compat-libs), but other than that there's little or no deps.

I think the bin package includes a bundled JDK, which in this case may be a better option. In a way it's foolish to have every Java app bundle their own runtime, but your problems look like they may be caused by JDK issues so the bundled version may fix those.

I recommend you manually makepkg ncurses5-compat-libs (or any other dep that may pop up that's from the AUR) with just 'makepkg' and then install with pacman -U, rather than passing in -si, so you get a sense for all AUR and non-AUR packages needed, in case more troubleshooting is required.

Offline

#14 2021-01-09 18:21:49

Kaguro
Member
Registered: 2020-10-25
Posts: 50

Re: Scilab font problems

I think I got them all mixed up.

I already have ncurses5-compat-libs installed from the first time I ran Scilab.
So I went ahead, deleted /bin/scilab and removed /opt/scilab/ ( because pacman -R won't find scilab).
Then downloaded and installed scilab-bin with makepkg.

There was nothing in /bin now... strange.
But I went to /opt to find scilab installed here. Ran the binary executable, still no fonts on menus...

Offline

#15 2021-02-05 16:23:07

AndreaSosso
Member
Registered: 2021-02-05
Posts: 1

Re: Scilab font problems

Setting look and feel worked for me.

Different options are generally installed, they can be listed with (https://help.scilab.org/docs/6.0.1/fr_F … feels.html):

getinstalledlookandfeels()

seems that the one selected by default is the only with screwed up fonts. You can choose a different one with

setlookandfeel("L&Foption##")

Not a wide range to match any taste, but enough to pick one you can live with.

Last edited by AndreaSosso (2021-02-10 12:33:50)

Offline

#16 2021-02-05 16:40:11

Kaguro
Member
Registered: 2020-10-25
Posts: 50

Re: Scilab font problems

This is awesome!

I can see fonts clearly! I like the Nimbus lookandfeel the best.

But when I close Scilab and reopen, it again starts the GTK L&F with no fonts.

How do I make this permanent ?

Is it possible to, maybe, execute the command at startup? Like by editing the desktop file ?

Offline

#17 2021-02-05 16:53:00

Kaguro
Member
Registered: 2020-10-25
Posts: 50

Re: Scilab font problems

Hell Yeah!!!!!

The directory ~/.Scilab/<version>/ is the SCIHOME directory.
In this create a file called .scilab
In this file we can write instructions to be executed every time scilab starts.

So I added the

setlookandfeel("javax.swing.plaf.nimbus.NimbusLookAndFeel")

line to the .scilab file.

It produced a partial effect. It wouldn't load menubar text but it would show all texts inside menus. Settings text is fine.

So I added this to the top:

sleep(2000)

to let scilab wait for 2 seconds.

Then it works perfectly!

Hell yeah! I love Arch!

Long live Arch!

Offline

#18 2021-02-05 16:54:46

Kaguro
Member
Registered: 2020-10-25
Posts: 50

Re: Scilab font problems

Thank you very much AndreaSosso.

Offline

Board footer

Powered by FluxBB