From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zelphir Kaltstahl Subject: Re: Re: IceCat from Guix all monospaced font Date: Sun, 5 May 2019 14:08:32 +0200 Message-ID: References: <874l69ve1s.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:35795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNFwe-00047K-E5 for help-guix@gnu.org; Sun, 05 May 2019 08:08:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNFwb-0001gS-BG for help-guix@gnu.org; Sun, 05 May 2019 08:08:40 -0400 Received: from mail-wm1-x32b.google.com ([2a00:1450:4864:20::32b]:52505) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNFwa-0001fn-JV for help-guix@gnu.org; Sun, 05 May 2019 08:08:37 -0400 Received: by mail-wm1-x32b.google.com with SMTP id o25so1276781wmf.2 for ; Sun, 05 May 2019 05:08:36 -0700 (PDT) In-Reply-To: <874l69ve1s.fsf@netris.org> Content-Language: en-US List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Mark H Weaver Cc: help-guix@gnu.org Hi Mark, The problem is solved for me now. Would an "strace" still be helpful? I will write another mail to the list, summarizing what I have tried and that it works now. Thank you for your detailed idea about how to progress nevertheless. Regards, Zelphir On 5/5/19 4:18 AM, Mark H Weaver wrote: > Hi Zelphir, > > Zelphir Kaltstahl writes: > >> Today I installed GNU Icecat from Guix and everything works fine, except >> for one thing: >> >> The whole Icecat UI uses a monospaced font and on every website >> everything is monospaced. I've tried for hours to change fonts using >> userChrome.css to no avail. I also tried inspecting the UI using the >> browser toolbox and it shows, that my userChrome.css set values are used >> for the UI. Although in that inspector I see font family values like >> "Liberation Sans" and "DejaVu Sans" and "sans-serif", the UI _actually_ >> still is monospaced. >> >> While I generally like "monospaced-ness", the problem is, that it breaks >> Icecat's UI in many places, as the UI is not flexible enough to render >> all texts and often cuts text overflow, as the monospaced font is wider >> than what one would usually have. >> >> My guess is, that somehow Icecat installed via Guix is not able to pick >> up system wide installed fonts and always, no matter what I set, falls >> back to a monospaced font. Following this guess, I installed Liberation >> fonts and DejaVu fonts in Guix. However, still everything is monospaced. > It might be helpful to run "strace -f -o trace.out icecat" until the > problem is apparent, then quit, and look in "trace.out" for clues. > I just did that on my Guix system where IceCat works well, and I've > included the relevant excerpt below. > > Can you find the corresponding excerpt from your trace.out, and show it > to us? Please don't send the whole thing, partly because it's huge, and > partly because it might include information that should be kept private. > > FYI, on my Guix system I have GNOME in my system profile, and in my user > profile I have IceCat, font-dejavu, freetype, and fontconfig, among many > others. I didn't install 'fontconfig' explicitly, but it was added > implicitly to my user profile as a propagated-input. > > Presumably our IceCat package implicitly depends on some other package. > If we can find out what that is, we can probably fix this issue with a > suitable wrapper. > > Thanks, > Mark > > > --8<---------------cut here---------------start------------->8--- > 5233 stat("/home/mhw/.guix-profile/etc/xdg", {st_mode=S_IFDIR|0555, st_size=24, ...}) = 0 > 5233 stat("/run/current-system/profile/etc/xdg", {st_mode=S_IFDIR|0555, st_size=82, ...}) = 0 > 5233 stat("/gnu/store/9v1505spjs16icl5v2y76dbp4504yvn1-gtk+-3.24.7/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/daxn8m96wk2d2jnz4mxllhk34iv5gjqp-shared-mime-info-1.9/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/2d1iqzza547320wrfg6yvsr54j5hfw3c-gtk+-3.24.7/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/cgwlg3q40znx0rwjan0b3jn38x31hldn-emacs-26.2/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/daxn8m96wk2d2jnz4mxllhk34iv5gjqp-shared-mime-info-1.9/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/2d1iqzza547320wrfg6yvsr54j5hfw3c-gtk+-3.24.7/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/cgwlg3q40znx0rwjan0b3jn38x31hldn-emacs-26.2/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/vkn4l06y4932i81zs68yig238hvhnvwx-geocode-glib-3.26.0/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/ga4arkrdndyv52cs062n2l9hgnqfjyaq-gsettings-desktop-schemas-3.28.0/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/daxn8m96wk2d2jnz4mxllhk34iv5gjqp-shared-mime-info-1.9/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/2d1iqzza547320wrfg6yvsr54j5hfw3c-gtk+-3.24.7/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/l2bkkzvzxbfw81i364f2mm6cb8sdk1y8-telepathy-logger-0.8.2/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/s795jav4270x940spl48a885nhw4axnx-pulseaudio-12.2/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/6c153g3cfrz7qr3jrfdn38fssh6axhhm-network-manager-applet-1.8.14/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/jzyfi0aq3qmyk0y2am25z8h07gr1h204-mutter-3.28.2/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/l9k1spnkhmcxcra94v1y7mzjid8gs1jd-libgweather-3.28.2/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/wvbswwx7s0vb0ngba329srymzmsff99f-libgnomekbd-3.26.0/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/i3knaxnm570c0hxga62qchzb9zg20a7i-ibus-1.5.20/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/8nm5y2pikpi3zlj80iyklw4r324l58i0-gnome-settings-daemon-3.28.1/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/rxidqhh1q180l766amh4xghq2spndqzj-gnome-bluetooth-3.28.0/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/0fna2si8xngbpg095zfdz7ccfbi11had-gdm-3.28.2/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/64vxb6d6kwh3gaibl2dsfg3xp4qlnlmy-gcr-3.28.0/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/ymx09pd6i9parb58z3dza69s8gr7xfxf-evolution-data-server-3.28.3/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/dmkdbjj3ahgsywhp6wnxwpagkgslayck-caribou-0.4.21/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/vd2rvrp7ihqixzc0b0vfyplcbn02l640-gnome-shell-3.28.2/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/vkn4l06y4932i81zs68yig238hvhnvwx-geocode-glib-3.26.0/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/ga4arkrdndyv52cs062n2l9hgnqfjyaq-gsettings-desktop-schemas-3.28.0/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/daxn8m96wk2d2jnz4mxllhk34iv5gjqp-shared-mime-info-1.9/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/2d1iqzza547320wrfg6yvsr54j5hfw3c-gtk+-3.24.7/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/l2bkkzvzxbfw81i364f2mm6cb8sdk1y8-telepathy-logger-0.8.2/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/s795jav4270x940spl48a885nhw4axnx-pulseaudio-12.2/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/6c153g3cfrz7qr3jrfdn38fssh6axhhm-network-manager-applet-1.8.14/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/jzyfi0aq3qmyk0y2am25z8h07gr1h204-mutter-3.28.2/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/l9k1spnkhmcxcra94v1y7mzjid8gs1jd-libgweather-3.28.2/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/wvbswwx7s0vb0ngba329srymzmsff99f-libgnomekbd-3.26.0/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/i3knaxnm570c0hxga62qchzb9zg20a7i-ibus-1.5.20/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/8nm5y2pikpi3zlj80iyklw4r324l58i0-gnome-settings-daemon-3.28.1/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/rxidqhh1q180l766amh4xghq2spndqzj-gnome-bluetooth-3.28.0/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/0fna2si8xngbpg095zfdz7ccfbi11had-gdm-3.28.2/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/64vxb6d6kwh3gaibl2dsfg3xp4qlnlmy-gcr-3.28.0/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/ymx09pd6i9parb58z3dza69s8gr7xfxf-evolution-data-server-3.28.3/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/dmkdbjj3ahgsywhp6wnxwpagkgslayck-caribou-0.4.21/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/vd2rvrp7ihqixzc0b0vfyplcbn02l640-gnome-shell-3.28.2/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/daxn8m96wk2d2jnz4mxllhk34iv5gjqp-shared-mime-info-1.9/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/2d1iqzza547320wrfg6yvsr54j5hfw3c-gtk+-3.24.7/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/ga4arkrdndyv52cs062n2l9hgnqfjyaq-gsettings-desktop-schemas-3.28.0/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/3lrbk89dw381kb6c830mcs3ipdjxi641-gnome-session-3.28.1/share/fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/home/mhw/.guix-profile/share/fonts", {st_mode=S_IFDIR|0555, st_size=16, ...}) = 0 > 5233 stat("/run/current-system/profile/share/fonts", {st_mode=S_IFDIR|0555, st_size=34, ...}) = 0 > 5233 stat("/home/mhw/.guix-profile/share/fonts", {st_mode=S_IFDIR|0555, st_size=16, ...}) = 0 > 5233 stat("/run/current-system/profile/share/fonts", {st_mode=S_IFDIR|0555, st_size=34, ...}) = 0 > 5233 stat("/home/mhw/.config", {st_mode=S_IFDIR|0755, st_size=830, ...}) = 0 > 5233 stat("/home/mhw/.themes", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/home/mhw/.fonts", 0x7ffd9f2521c0) = -1 ENOENT (No such file or directory) > 5233 stat("/home/mhw/.local/share", {st_mode=S_IFDIR|0700, st_size=604, ...}) = 0 > 5233 lstat("/home/mhw/.fonts.conf", 0x7ffd9f252140) = -1 ENOENT (No such file or directory) > 5233 lstat("/home/mhw/.pangorc", 0x7ffd9f252140) = -1 ENOENT (No such file or directory) > 5233 stat("/gnu/store/zfnxf695y1xjaig046v4bb1gba2b2pvi-icecat-60.6.1-guix1/lib/icecat", {st_mode=S_IFDIR|0555, st_size=892, ...}) = 0 > 5233 stat("/home/mhw/.mozilla/systemextensionsdev", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0 > 5233 lstat("/var/run/bumblebee.socket", 0x7ffd9f252140) = -1 ENOENT (No such file or directory) > 5233 lstat("/proc/-1/maps", 0x7ffd9f252310) = -1 ENOENT (No such file or directory) > 5233 lstat("/proc/-1/statm", 0x7ffd9f252310) = -1 ENOENT (No such file or directory) > 5233 lstat("/proc/-1/smaps", 0x7ffd9f252310) = -1 ENOENT (No such file or directory) > 5233 lstat("/proc/-1/status", 0x7ffd9f252310) = -1 ENOENT (No such file or directory) > 5233 stat("/tmp/Temp-adeffb20-9595-4353-96a7-25e40f387b34", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0 > 5233 lstat("/tmp/Temp-adeffb20-9595-4353-96a7-25e40f387b34", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0 > 5233 openat(AT_FDCWD, "/tmp/Temp-adeffb20-9595-4353-96a7-25e40f387b34", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3 > 5233 fstat(3, {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0 > 5233 getdents64(3, /* 2 entries */, 32768) = 48 > 5233 getdents64(3, /* 0 entries */, 32768) = 0 > 5233 close(3) = 0 > 5233 rmdir("/tmp/Temp-adeffb20-9595-4353-96a7-25e40f387b34") = 0 > 5233 mkdir("/tmp/Temp-adeffb20-9595-4353-96a7-25e40f387b34", 0700) = 0 > 5233 stat("/tmp/Temp-adeffb20-9595-4353-96a7-25e40f387b34", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0 > 5233 stat("/home/mhw/.mozilla/icecat/3m5f1yqc.default-1476203579848/chrome", 0x7ffd9f252390) = -1 ENOENT (No such file or directory) > 5233 stat("/home/mhw/.mozilla/icecat/3m5f1yqc.default-1476203579848/extensions", {st_mode=S_IFDIR|0700, st_size=222, ...}) = 0 > 5233 lstat("/run/user/1000/dconf", {st_mode=S_IFDIR|0700, st_size=60, ...}) = 0 > 5233 lstat("/run/user/1000", {st_mode=S_IFDIR|0700, st_size=240, ...}) = 0 > 5233 lstat("/run/user", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 > 5233 lstat("/run", {st_mode=S_IFDIR|0755, st_size=148, ...}) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuMathTeXGyre.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSans-Bold.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSans-BoldOblique.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSans-ExtraLight.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSans-Oblique.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSans.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSansCondensed-Bold.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSansCondensed-BoldOblique.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSansCondensed-Oblique.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSansCondensed.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSansMono-Bold.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSansMono-BoldOblique.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSansMono-Oblique.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSansMono.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSerif-Bold.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSerif-BoldItalic.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSerif-Italic.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSerif.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSerifCondensed-Bold.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSerifCondensed-BoldItalic.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSerifCondensed-Italic.ttf", R_OK) = 0 > 5233 access("/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSerifCondensed.ttf", R_OK) = 0 > 5233 access("/run/current-system/profile/share/fonts/cantarell/Cantarell-Bold.otf", R_OK) = 0 > 5233 access("/run/current-system/profile/share/fonts/cantarell/Cantarell-BoldOblique.otf", R_OK) = 0 > 5233 access("/run/current-system/profile/share/fonts/cantarell/Cantarell-Oblique.otf", R_OK) = 0 > 5233 access("/run/current-system/profile/share/fonts/cantarell/Cantarell-Regular.otf", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/a010013l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/a010015l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/a010033l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/a010035l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/b018012l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/b018015l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/b018032l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/b018035l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/c059013l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/c059016l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/c059033l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/c059036l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/d050000l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n019003l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n019004l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n019023l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n019024l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n019043l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n019044l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n019063l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n019064l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n021003l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n021004l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n021023l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n021024l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n022003l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n022004l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n022023l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n022024l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/p052003l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/p052004l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/p052023l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/p052024l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/s050000l.pfb", R_OK) = 0 > 5233 access("/gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/z003034l.pfb", R_OK) = 0 > 5233 access("/gnu/store/zfnxf695y1xjaig046v4bb1gba2b2pvi-icecat-60.6.1-guix1/lib/icecat/fonts/EmojiOneMozilla.ttf", R_OK) = 0 > 5233 readlink("/proc/self/exe", "/gnu/store/zfnxf695y1xjaig046v4b"..., 4095) = 87 > 5233 openat(AT_FDCWD, "/home/mhw/.guix-profile/share/fonts/truetype/DejaVuSans.ttf", O_RDONLY) = 3 > --8<---------------cut here---------------end--------------->8---