You are not logged in.

#1 2025-05-14 08:16:44

rhvdwijngaard
Member
Registered: 2018-03-20
Posts: 11

[SOLVED] Gtk:ERROR Unrecognized image file format

Hi, I am having the exact same problem since last week. I have tried many solutions to fix it but still without any luck.

strace -o /tmp/wtfgtk.txt -tt -f gtk3-demo

which gives the following output:

(gtk3-demo:145319): Gtk-WARNING **: 10:00:41.550: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Adwaita/scalable/status/image-missing.svg: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Bail out! Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Adwaita/scalable/status/image-missing.svg: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
fish: Job 1, 'strace -o /tmp/wtfgtk.txt -tt -…' terminated by signal SIGABRT (Abort)

Here is the output of strace

145319 10:00:41.263847 execve("/usr/bin/gtk3-demo", ["gtk3-demo"], 0x7ffedbc36930 /* 90 vars */) = 0
145319 10:00:41.265820 brk(NULL)        = 0x5c594be0e000
145319 10:00:41.266020 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.266437 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.266577 fstat(3, {st_mode=S_IFREG|0644, st_size=215035, ...}) = 0
145319 10:00:41.266734 mmap(NULL, 215035, PROT_READ, MAP_PRIVATE, 3, 0) = 0x789ec212a000
145319 10:00:41.266856 close(3)         = 0
145319 10:00:41.266957 openat(AT_FDCWD, "/usr/lib/libgtk-3.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.267081 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.267476 fstat(3, {st_mode=S_IFREG|0755, st_size=8090968, ...}) = 0
145319 10:00:41.267595 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ec2128000
145319 10:00:41.267740 mmap(NULL, 8109720, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec1800000
145319 10:00:41.267840 mmap(0x789ec1ab0000, 3891200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b0000) = 0x789ec1ab0000
145319 10:00:41.267953 mmap(0x789ec1e66000, 1298432, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x666000) = 0x789ec1e66000
145319 10:00:41.268113 mmap(0x789ec1fa3000, 81920, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7a3000) = 0x789ec1fa3000
145319 10:00:41.268316 mmap(0x789ec1fb7000, 20120, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x789ec1fb7000
145319 10:00:41.268666 close(3)         = 0
145319 10:00:41.269435 openat(AT_FDCWD, "/usr/lib/libgdk-3.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.269617 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.269717 fstat(3, {st_mode=S_IFREG|0755, st_size=960816, ...}) = 0
145319 10:00:41.269835 mmap(NULL, 966112, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec203c000
145319 10:00:41.269973 mmap(0x789ec2059000, 532480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x789ec2059000
145319 10:00:41.270133 mmap(0x789ec20db000, 266240, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9f000) = 0x789ec20db000
145319 10:00:41.270268 mmap(0x789ec211c000, 49152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdf000) = 0x789ec211c000
145319 10:00:41.270448 close(3)         = 0
145319 10:00:41.270620 openat(AT_FDCWD, "/usr/lib/libglib-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.270743 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.270825 fstat(3, {st_mode=S_IFREG|0755, st_size=1404256, ...}) = 0
145319 10:00:41.270897 mmap(NULL, 1405480, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec16a8000
145319 10:00:41.270993 mmap(0x789ec16c6000, 684032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e000) = 0x789ec16c6000
145319 10:00:41.271100 mmap(0x789ec176d000, 589824, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc5000) = 0x789ec176d000
145319 10:00:41.271188 mmap(0x789ec17fd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x155000) = 0x789ec17fd000
145319 10:00:41.271691 mmap(0x789ec17ff000, 552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x789ec17ff000
145319 10:00:41.271985 close(3)         = 0
145319 10:00:41.272147 openat(AT_FDCWD, "/usr/lib/libgobject-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.272442 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.272600 fstat(3, {st_mode=S_IFREG|0755, st_size=387184, ...}) = 0
145319 10:00:41.272725 mmap(NULL, 388152, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec1fdd000
145319 10:00:41.272850 mmap(0x789ec1fe9000, 225280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x789ec1fe9000
145319 10:00:41.272966 mmap(0x789ec2020000, 98304, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x43000) = 0x789ec2020000
145319 10:00:41.273050 mmap(0x789ec2038000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5b000) = 0x789ec2038000
145319 10:00:41.273173 close(3)         = 0
145319 10:00:41.273227 openat(AT_FDCWD, "/usr/lib/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.273307 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.273378 fstat(3, {st_mode=S_IFREG|0755, st_size=1887520, ...}) = 0
145319 10:00:41.275640 mmap(NULL, 1897512, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec14d8000
145319 10:00:41.275717 mmap(0x789ec150a000, 1163264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x32000) = 0x789ec150a000
145319 10:00:41.275778 mmap(0x789ec1626000, 483328, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14e000) = 0x789ec1626000
145319 10:00:41.275831 mmap(0x789ec169c000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c3000) = 0x789ec169c000
145319 10:00:41.275903 mmap(0x789ec16a6000, 5160, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x789ec16a6000
145319 10:00:41.275982 close(3)         = 0
145319 10:00:41.276058 openat(AT_FDCWD, "/usr/lib/libpangocairo-1.0.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.276135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.276189 fstat(3, {st_mode=S_IFREG|0755, st_size=63496, ...}) = 0
145319 10:00:41.276242 mmap(NULL, 61624, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec1fcd000
145319 10:00:41.276308 mmap(0x789ec1fd2000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x789ec1fd2000
145319 10:00:41.276372 mmap(0x789ec1fd9000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x789ec1fd9000
145319 10:00:41.276425 mmap(0x789ec1fdb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x789ec1fdb000
145319 10:00:41.276500 close(3)         = 0
145319 10:00:41.276547 openat(AT_FDCWD, "/usr/lib/libpango-1.0.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.276601 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.276652 fstat(3, {st_mode=S_IFREG|0755, st_size=433824, ...}) = 0
145319 10:00:41.276710 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ec1fcb000
145319 10:00:41.276768 mmap(NULL, 436832, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec146d000
145319 10:00:41.276824 mmap(0x789ec147b000, 253952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x789ec147b000
145319 10:00:41.276890 mmap(0x789ec14b9000, 106496, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4c000) = 0x789ec14b9000
145319 10:00:41.276949 mmap(0x789ec14d3000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x65000) = 0x789ec14d3000
145319 10:00:41.277029 close(3)         = 0
145319 10:00:41.277078 openat(AT_FDCWD, "/usr/lib/libcairo.so.2", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.277141 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.277181 fstat(3, {st_mode=S_IFREG|0755, st_size=1252072, ...}) = 0
145319 10:00:41.277225 mmap(NULL, 1254512, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec133a000
145319 10:00:41.277304 mmap(0x789ec1348000, 937984, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x789ec1348000
145319 10:00:41.277383 mmap(0x789ec142d000, 233472, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf3000) = 0x789ec142d000
145319 10:00:41.277442 mmap(0x789ec1466000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12c000) = 0x789ec1466000
145319 10:00:41.277513 mmap(0x789ec146c000, 1136, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x789ec146c000
145319 10:00:41.277604 close(3)         = 0
145319 10:00:41.277650 openat(AT_FDCWD, "/usr/lib/libharfbuzz.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.277710 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.277767 fstat(3, {st_mode=S_IFREG|0755, st_size=1224712, ...}) = 0
145319 10:00:41.277817 mmap(NULL, 1227656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec120e000
145319 10:00:41.277873 mmap(0x789ec121a000, 937984, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x789ec121a000
145319 10:00:41.277949 mmap(0x789ec12ff000, 229376, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf1000) = 0x789ec12ff000
145319 10:00:41.278010 mmap(0x789ec1337000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x128000) = 0x789ec1337000
145319 10:00:41.278092 close(3)         = 0
145319 10:00:41.278145 openat(AT_FDCWD, "/usr/lib/libgdk_pixbuf-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.278205 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.278264 fstat(3, {st_mode=S_IFREG|0755, st_size=281312, ...}) = 0
145319 10:00:41.278375 mmap(NULL, 280320, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec11c9000
145319 10:00:41.278476 mmap(0x789ec11d1000, 176128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x789ec11d1000
145319 10:00:41.278536 mmap(0x789ec11fc000, 61440, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x33000) = 0x789ec11fc000
145319 10:00:41.278599 mmap(0x789ec120b000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x42000) = 0x789ec120b000
145319 10:00:41.278691 close(3)         = 0
145319 10:00:41.278740 openat(AT_FDCWD, "/usr/lib/libepoxy.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.278798 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.278842 fstat(3, {st_mode=S_IFREG|0755, st_size=1099376, ...}) = 0
145319 10:00:41.278884 mmap(NULL, 1101704, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec10bc000
145319 10:00:41.278937 mmap(0x789ec1106000, 417792, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4a000) = 0x789ec1106000
145319 10:00:41.278995 mmap(0x789ec116c000, 319488, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb0000) = 0x789ec116c000
145319 10:00:41.279051 mmap(0x789ec11ba000, 61440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xfd000) = 0x789ec11ba000
145319 10:00:41.279132 close(3)         = 0
145319 10:00:41.279188 openat(AT_FDCWD, "/usr/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.279247 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.279308 fstat(3, {st_mode=S_IFREG|0755, st_size=1014104, ...}) = 0
145319 10:00:41.279353 mmap(NULL, 1012040, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0fc4000
145319 10:00:41.279410 mmap(0x789ec0fd3000, 548864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x789ec0fd3000
145319 10:00:41.279469 mmap(0x789ec1059000, 397312, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x95000) = 0x789ec1059000
145319 10:00:41.279533 mmap(0x789ec10ba000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf6000) = 0x789ec10ba000
145319 10:00:41.279606 close(3)         = 0
145319 10:00:41.279656 openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.279712 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0px\2\0\0\0\0\0"..., 832) = 832
145319 10:00:41.279765 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"..., 840, 64) = 840
145319 10:00:41.279808 fstat(3, {st_mode=S_IFREG|0755, st_size=2006328, ...}) = 0
145319 10:00:41.279856 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ec1fc9000
145319 10:00:41.279908 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"..., 840, 64) = 840
145319 10:00:41.279952 mmap(NULL, 2030680, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0dd4000
145319 10:00:41.280004 mmap(0x789ec0df8000, 1507328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0x789ec0df8000
145319 10:00:41.280066 mmap(0x789ec0f68000, 319488, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x194000) = 0x789ec0f68000
145319 10:00:41.280127 mmap(0x789ec0fb6000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e1000) = 0x789ec0fb6000
145319 10:00:41.280202 mmap(0x789ec0fbc000, 31832, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x789ec0fbc000
145319 10:00:41.280270 close(3)         = 0
145319 10:00:41.280435 openat(AT_FDCWD, "/usr/lib/libgmodule-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.280493 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.280543 fstat(3, {st_mode=S_IFREG|0755, st_size=22464, ...}) = 0
145319 10:00:41.280618 mmap(NULL, 24712, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec1fc2000
145319 10:00:41.280677 mmap(0x789ec1fc4000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec1fc4000
145319 10:00:41.280742 mmap(0x789ec1fc6000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x789ec1fc6000
145319 10:00:41.280799 mmap(0x789ec1fc7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x789ec1fc7000
145319 10:00:41.280869 close(3)         = 0
145319 10:00:41.280921 openat(AT_FDCWD, "/usr/lib/libpangoft2-1.0.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.280978 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.281025 fstat(3, {st_mode=S_IFREG|0755, st_size=116696, ...}) = 0
145319 10:00:41.281071 mmap(NULL, 115208, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0db7000
145319 10:00:41.281117 mmap(0x789ec0dbf000, 57344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x789ec0dbf000
145319 10:00:41.281166 mmap(0x789ec0dcd000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x789ec0dcd000
145319 10:00:41.281213 mmap(0x789ec0dd2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x789ec0dd2000
145319 10:00:41.281292 close(3)         = 0
145319 10:00:41.281348 openat(AT_FDCWD, "/usr/lib/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.281402 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.281463 fstat(3, {st_mode=S_IFREG|0755, st_size=321496, ...}) = 0
145319 10:00:41.282384 mmap(NULL, 324232, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0d67000
145319 10:00:41.282457 mmap(0x789ec0d6d000, 196608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x789ec0d6d000
145319 10:00:41.282527 mmap(0x789ec0d9d000, 94208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x36000) = 0x789ec0d9d000
145319 10:00:41.282586 mmap(0x789ec0db4000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4c000) = 0x789ec0db4000
145319 10:00:41.282673 close(3)         = 0
145319 10:00:41.282731 openat(AT_FDCWD, "/usr/lib/libfribidi.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.282789 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.282836 fstat(3, {st_mode=S_IFREG|0755, st_size=125000, ...}) = 0
145319 10:00:41.282883 mmap(NULL, 127136, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0d47000
145319 10:00:41.282933 mmap(0x789ec0d49000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0d49000
145319 10:00:41.282987 mmap(0x789ec0d4e000, 94208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x789ec0d4e000
145319 10:00:41.283038 mmap(0x789ec0d65000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x789ec0d65000
145319 10:00:41.283112 close(3)         = 0
145319 10:00:41.283163 openat(AT_FDCWD, "/usr/lib/libcairo-gobject.so.2", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.283245 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.283316 fstat(3, {st_mode=S_IFREG|0755, st_size=34616, ...}) = 0
145319 10:00:41.283375 mmap(NULL, 33064, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0d3e000
145319 10:00:41.283430 mmap(0x789ec0d40000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0d40000
145319 10:00:41.283487 mmap(0x789ec0d42000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x789ec0d42000
145319 10:00:41.283544 mmap(0x789ec0d44000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x789ec0d44000
145319 10:00:41.283619 close(3)         = 0
145319 10:00:41.283680 openat(AT_FDCWD, "/usr/lib/libatk-1.0.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.283735 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.283781 fstat(3, {st_mode=S_IFREG|0755, st_size=153560, ...}) = 0
145319 10:00:41.283823 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ec1fc0000
145319 10:00:41.283880 mmap(NULL, 152808, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0d18000
145319 10:00:41.283933 mmap(0x789ec0d20000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x789ec0d20000
145319 10:00:41.283986 mmap(0x789ec0d2f000, 45056, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x789ec0d2f000
145319 10:00:41.284039 mmap(0x789ec0d3a000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x789ec0d3a000
145319 10:00:41.284109 close(3)         = 0
145319 10:00:41.284171 openat(AT_FDCWD, "/usr/lib/libXi.so.6", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.284228 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.284273 fstat(3, {st_mode=S_IFREG|0755, st_size=75832, ...}) = 0
145319 10:00:41.284325 mmap(NULL, 73864, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0d05000
145319 10:00:41.284376 mmap(0x789ec0d08000, 49152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x789ec0d08000
145319 10:00:41.284440 mmap(0x789ec0d14000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x789ec0d14000
145319 10:00:41.284494 mmap(0x789ec0d16000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x789ec0d16000
145319 10:00:41.284564 close(3)         = 0
145319 10:00:41.284618 openat(AT_FDCWD, "/usr/lib/libX11.so.6", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.284674 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.284721 fstat(3, {st_mode=S_IFREG|0755, st_size=1309088, ...}) = 0
145319 10:00:41.284767 mmap(NULL, 1313000, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0bc4000
145319 10:00:41.284820 mmap(0x789ec0bdb000, 606208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x789ec0bdb000
145319 10:00:41.284881 mmap(0x789ec0c6f000, 585728, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xab000) = 0x789ec0c6f000
145319 10:00:41.284937 mmap(0x789ec0cfe000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x139000) = 0x789ec0cfe000
145319 10:00:41.285015 close(3)         = 0
145319 10:00:41.285067 openat(AT_FDCWD, "/usr/lib/libatk-bridge-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.285120 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.285166 fstat(3, {st_mode=S_IFREG|0755, st_size=235664, ...}) = 0
145319 10:00:41.285215 mmap(NULL, 234632, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0b8a000
145319 10:00:41.285266 mmap(0x789ec0b95000, 98304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x789ec0b95000
145319 10:00:41.285339 mmap(0x789ec0bad000, 77824, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x789ec0bad000
145319 10:00:41.285392 mmap(0x789ec0bc0000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x36000) = 0x789ec0bc0000
145319 10:00:41.285465 close(3)         = 0
145319 10:00:41.285514 openat(AT_FDCWD, "/usr/lib/libcloudproviders.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.285567 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.285631 fstat(3, {st_mode=S_IFREG|0755, st_size=100400, ...}) = 0
145319 10:00:41.285678 mmap(NULL, 98840, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0b71000
145319 10:00:41.285727 mmap(0x789ec0b78000, 40960, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x789ec0b78000
145319 10:00:41.285791 mmap(0x789ec0b82000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x789ec0b82000
145319 10:00:41.285846 mmap(0x789ec0b88000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x789ec0b88000
145319 10:00:41.285916 close(3)         = 0
145319 10:00:41.285969 openat(AT_FDCWD, "/usr/lib/libtinysparql-3.0.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.286023 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.286073 fstat(3, {st_mode=S_IFREG|0755, st_size=855296, ...}) = 0
145319 10:00:41.286137 mmap(NULL, 855184, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0aa0000
145319 10:00:41.286223 mmap(0x789ec0ab8000, 512000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x789ec0ab8000
145319 10:00:41.286359 mmap(0x789ec0b35000, 184320, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x95000) = 0x789ec0b35000
145319 10:00:41.286445 mmap(0x789ec0b62000, 61440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc2000) = 0x789ec0b62000
145319 10:00:41.286629 close(3)         = 0
145319 10:00:41.286782 openat(AT_FDCWD, "/usr/lib/libXfixes.so.3", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.286914 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.287005 fstat(3, {st_mode=S_IFREG|0755, st_size=26432, ...}) = 0
145319 10:00:41.287082 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ec1fbe000
145319 10:00:41.287179 mmap(NULL, 28728, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0a98000
145319 10:00:41.287350 mmap(0x789ec0a9a000, 12288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0a9a000
145319 10:00:41.287487 mmap(0x789ec0a9d000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x789ec0a9d000
145319 10:00:41.287591 mmap(0x789ec0a9e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x789ec0a9e000
145319 10:00:41.287763 close(3)         = 0
145319 10:00:41.287957 openat(AT_FDCWD, "/usr/lib/libxkbcommon.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.288107 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.288207 fstat(3, {st_mode=S_IFREG|0755, st_size=337944, ...}) = 0
145319 10:00:41.288456 mmap(NULL, 335888, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0a45000
145319 10:00:41.288580 mmap(0x789ec0a48000, 163840, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x789ec0a48000
145319 10:00:41.288653 mmap(0x789ec0a70000, 151552, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b000) = 0x789ec0a70000
145319 10:00:41.288705 mmap(0x789ec0a95000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x50000) = 0x789ec0a95000
145319 10:00:41.288779 close(3)         = 0
145319 10:00:41.288853 openat(AT_FDCWD, "/usr/lib/libwayland-client.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.288912 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.288954 fstat(3, {st_mode=S_IFREG|0755, st_size=56040, ...}) = 0
145319 10:00:41.288998 mmap(NULL, 58152, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0a36000
145319 10:00:41.289044 mmap(0x789ec0a39000, 24576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x789ec0a39000
145319 10:00:41.289102 mmap(0x789ec0a3f000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x789ec0a3f000
145319 10:00:41.289158 mmap(0x789ec0a42000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x789ec0a42000
145319 10:00:41.289239 close(3)         = 0
145319 10:00:41.289349 openat(AT_FDCWD, "/usr/lib/libwayland-cursor.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.289410 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.289455 fstat(3, {st_mode=S_IFREG|0755, st_size=35296, ...}) = 0
145319 10:00:41.289502 mmap(NULL, 37480, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0a2c000
145319 10:00:41.289555 mmap(0x789ec0a2e000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0a2e000
145319 10:00:41.289609 mmap(0x789ec0a30000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x789ec0a30000
145319 10:00:41.289683 mmap(0x789ec0a31000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x789ec0a31000
145319 10:00:41.289830 close(3)         = 0
145319 10:00:41.289975 openat(AT_FDCWD, "/usr/lib/libwayland-egl.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.290114 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.290214 fstat(3, {st_mode=S_IFREG|0755, st_size=14136, ...}) = 0
145319 10:00:41.290421 mmap(NULL, 16400, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0a27000
145319 10:00:41.290579 mmap(0x789ec0a28000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x789ec0a28000
145319 10:00:41.290735 mmap(0x789ec0a29000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0a29000
145319 10:00:41.290944 mmap(0x789ec0a2a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0a2a000
145319 10:00:41.291182 close(3)         = 0
145319 10:00:41.291448 openat(AT_FDCWD, "/usr/lib/libXext.so.6", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.291667 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.291794 fstat(3, {st_mode=S_IFREG|0755, st_size=80952, ...}) = 0
145319 10:00:41.291937 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ec1fbc000
145319 10:00:41.292165 mmap(NULL, 83776, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0a12000
145319 10:00:41.292347 mmap(0x789ec0a16000, 45056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x789ec0a16000
145319 10:00:41.292479 mmap(0x789ec0a21000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x789ec0a21000
145319 10:00:41.292561 mmap(0x789ec0a25000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x789ec0a25000
145319 10:00:41.292691 close(3)         = 0
145319 10:00:41.292845 openat(AT_FDCWD, "/usr/lib/libXcursor.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.293040 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.293158 fstat(3, {st_mode=S_IFREG|0755, st_size=47048, ...}) = 0
145319 10:00:41.293272 mmap(NULL, 49192, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0a05000
145319 10:00:41.293425 mmap(0x789ec0a08000, 24576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x789ec0a08000
145319 10:00:41.293594 mmap(0x789ec0a0e000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x789ec0a0e000
145319 10:00:41.293704 mmap(0x789ec0a10000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x789ec0a10000
145319 10:00:41.293877 close(3)         = 0
145319 10:00:41.294065 openat(AT_FDCWD, "/usr/lib/libXdamage.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.294205 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.294569 fstat(3, {st_mode=S_IFREG|0755, st_size=14208, ...}) = 0
145319 10:00:41.294698 mmap(NULL, 16440, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0a00000
145319 10:00:41.294826 mmap(0x789ec0a01000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x789ec0a01000
145319 10:00:41.294958 mmap(0x789ec0a02000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0a02000
145319 10:00:41.295094 mmap(0x789ec0a03000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0a03000
145319 10:00:41.295243 close(3)         = 0
145319 10:00:41.295426 openat(AT_FDCWD, "/usr/lib/libXcomposite.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.295544 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.295615 fstat(3, {st_mode=S_IFREG|0755, st_size=14208, ...}) = 0
145319 10:00:41.295715 mmap(NULL, 16440, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec09fb000
145319 10:00:41.295795 mmap(0x789ec09fc000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x789ec09fc000
145319 10:00:41.295890 mmap(0x789ec09fd000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec09fd000
145319 10:00:41.295983 mmap(0x789ec09fe000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec09fe000
145319 10:00:41.296114 close(3)         = 0
145319 10:00:41.296246 openat(AT_FDCWD, "/usr/lib/libXrandr.so.2", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.296352 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.296418 fstat(3, {st_mode=S_IFREG|0755, st_size=47008, ...}) = 0
145319 10:00:41.296488 mmap(NULL, 49320, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec09ee000
145319 10:00:41.296567 mmap(0x789ec09f0000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec09f0000
145319 10:00:41.296658 mmap(0x789ec09f7000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x789ec09f7000
145319 10:00:41.296729 mmap(0x789ec09f9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x789ec09f9000
145319 10:00:41.296881 close(3)         = 0
145319 10:00:41.297003 openat(AT_FDCWD, "/usr/lib/libXinerama.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.297092 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.297170 fstat(3, {st_mode=S_IFREG|0755, st_size=14328, ...}) = 0
145319 10:00:41.297255 mmap(NULL, 16552, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec09e9000
145319 10:00:41.297385 mmap(0x789ec09ea000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x789ec09ea000
145319 10:00:41.297528 mmap(0x789ec09eb000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec09eb000
145319 10:00:41.297605 mmap(0x789ec09ec000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec09ec000
145319 10:00:41.297693 close(3)         = 0
145319 10:00:41.297756 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ec09e7000
145319 10:00:41.297829 openat(AT_FDCWD, "/usr/lib/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.297893 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.297946 fstat(3, {st_mode=S_IFREG|0755, st_size=698584, ...}) = 0
145319 10:00:41.298014 mmap(NULL, 700920, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec093b000
145319 10:00:41.298076 mmap(0x789ec093d000, 512000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec093d000
145319 10:00:41.298142 mmap(0x789ec09ba000, 176128, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7f000) = 0x789ec09ba000
145319 10:00:41.298206 mmap(0x789ec09e5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa9000) = 0x789ec09e5000
145319 10:00:41.298309 close(3)         = 0
145319 10:00:41.298367 openat(AT_FDCWD, "/usr/lib/libffi.so.8", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.298429 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.298480 fstat(3, {st_mode=S_IFREG|0755, st_size=43240, ...}) = 0
145319 10:00:41.298527 mmap(NULL, 42256, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0930000
145319 10:00:41.298592 mmap(0x789ec0932000, 24576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0932000
145319 10:00:41.298656 mmap(0x789ec0938000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x789ec0938000
145319 10:00:41.298708 mmap(0x789ec0939000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x789ec0939000
145319 10:00:41.298776 close(3)         = 0
145319 10:00:41.298982 openat(AT_FDCWD, "/usr/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.299045 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.299089 fstat(3, {st_mode=S_IFREG|0755, st_size=100368, ...}) = 0
145319 10:00:41.299137 mmap(NULL, 98320, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0917000
145319 10:00:41.299193 mmap(0x789ec091a000, 57344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x789ec091a000
145319 10:00:41.299254 mmap(0x789ec0928000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x789ec0928000
145319 10:00:41.299333 mmap(0x789ec092e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x789ec092e000
145319 10:00:41.299415 close(3)         = 0
145319 10:00:41.299475 openat(AT_FDCWD, "/usr/lib/libmount.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.299536 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.299592 fstat(3, {st_mode=S_IFREG|0755, st_size=350808, ...}) = 0
145319 10:00:41.299643 mmap(NULL, 348760, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec08c1000
145319 10:00:41.299699 mmap(0x789ec08cb000, 237568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x789ec08cb000
145319 10:00:41.299765 mmap(0x789ec0905000, 61440, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x44000) = 0x789ec0905000
145319 10:00:41.299825 mmap(0x789ec0914000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x53000) = 0x789ec0914000
145319 10:00:41.299905 close(3)         = 0
145319 10:00:41.299987 openat(AT_FDCWD, "/usr/lib/libthai.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.300052 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.300103 fstat(3, {st_mode=S_IFREG|0755, st_size=40952, ...}) = 0
145319 10:00:41.300156 mmap(NULL, 43152, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec08b6000
145319 10:00:41.300212 mmap(0x789ec08b8000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec08b8000
145319 10:00:41.300406 mmap(0x789ec08bc000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x789ec08bc000
145319 10:00:41.300478 mmap(0x789ec08bf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x789ec08bf000
145319 10:00:41.300559 close(3)         = 0
145319 10:00:41.300628 openat(AT_FDCWD, "/usr/lib/libpng16.so.16", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.300687 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.300749 fstat(3, {st_mode=S_IFREG|0755, st_size=231448, ...}) = 0
145319 10:00:41.300792 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ec08b4000
145319 10:00:41.300855 mmap(NULL, 233488, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec087a000
145319 10:00:41.300909 mmap(0x789ec0880000, 167936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x789ec0880000
145319 10:00:41.300976 mmap(0x789ec08a9000, 36864, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2f000) = 0x789ec08a9000
145319 10:00:41.301037 mmap(0x789ec08b2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x37000) = 0x789ec08b2000
145319 10:00:41.301118 close(3)         = 0
145319 10:00:41.301184 openat(AT_FDCWD, "/usr/lib/libfreetype.so.6", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.301244 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.301324 fstat(3, {st_mode=S_IFREG|0755, st_size=821192, ...}) = 0
145319 10:00:41.301385 mmap(NULL, 823312, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec07b0000
145319 10:00:41.301439 mmap(0x789ec07b6000, 606208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x789ec07b6000
145319 10:00:41.301513 mmap(0x789ec084a000, 159744, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9a000) = 0x789ec084a000
145319 10:00:41.301569 mmap(0x789ec0871000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc0000) = 0x789ec0871000
145319 10:00:41.301649 close(3)         = 0
145319 10:00:41.301726 openat(AT_FDCWD, "/usr/lib/libXrender.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.301788 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.301840 fstat(3, {st_mode=S_IFREG|0755, st_size=43152, ...}) = 0
145319 10:00:41.301890 mmap(NULL, 45392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec07a4000
145319 10:00:41.301945 mmap(0x789ec07a6000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec07a6000
145319 10:00:41.302010 mmap(0x789ec07ad000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x789ec07ad000
145319 10:00:41.302066 mmap(0x789ec07ae000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x789ec07ae000
145319 10:00:41.302140 close(3)         = 0
145319 10:00:41.302200 openat(AT_FDCWD, "/usr/lib/libxcb.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.302254 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.302309 fstat(3, {st_mode=S_IFREG|0755, st_size=169984, ...}) = 0
145319 10:00:41.302356 mmap(NULL, 172264, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0779000
145319 10:00:41.302403 mmap(0x789ec0785000, 81920, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x789ec0785000
145319 10:00:41.302460 mmap(0x789ec0799000, 36864, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x789ec0799000
145319 10:00:41.302513 mmap(0x789ec07a2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28000) = 0x789ec07a2000
145319 10:00:41.302582 close(3)         = 0
145319 10:00:41.302636 openat(AT_FDCWD, "/usr/lib/libxcb-render.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.302697 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.302746 fstat(3, {st_mode=S_IFREG|0755, st_size=59368, ...}) = 0
145319 10:00:41.302792 mmap(NULL, 57384, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec076a000
145319 10:00:41.302844 mmap(0x789ec0770000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x789ec0770000
145319 10:00:41.302900 mmap(0x789ec0775000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x789ec0775000
145319 10:00:41.302959 mmap(0x789ec0777000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x789ec0777000
145319 10:00:41.303027 close(3)         = 0
145319 10:00:41.303085 openat(AT_FDCWD, "/usr/lib/libxcb-shm.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.303134 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.303174 fstat(3, {st_mode=S_IFREG|0755, st_size=14304, ...}) = 0
145319 10:00:41.303212 mmap(NULL, 16424, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0765000
145319 10:00:41.303267 mmap(0x789ec0766000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x789ec0766000
145319 10:00:41.303330 mmap(0x789ec0767000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0767000
145319 10:00:41.303392 mmap(0x789ec0768000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0768000
145319 10:00:41.303461 close(3)         = 0
145319 10:00:41.303522 openat(AT_FDCWD, "/usr/lib/libpixman-1.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.303582 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.303636 fstat(3, {st_mode=S_IFREG|0755, st_size=710704, ...}) = 0
145319 10:00:41.303692 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ec0763000
145319 10:00:41.303758 mmap(NULL, 708952, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec06b5000
145319 10:00:41.303816 mmap(0x789ec06ba000, 589824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x789ec06ba000
145319 10:00:41.303873 mmap(0x789ec074a000, 65536, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x95000) = 0x789ec074a000
145319 10:00:41.303945 mmap(0x789ec075a000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa5000) = 0x789ec075a000
145319 10:00:41.304018 close(3)         = 0
145319 10:00:41.304085 openat(AT_FDCWD, "/usr/lib/libgraphite2.so.3", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.304138 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.304184 fstat(3, {st_mode=S_IFREG|0755, st_size=133064, ...}) = 0
145319 10:00:41.304224 mmap(NULL, 135184, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0693000
145319 10:00:41.304287 mmap(0x789ec0695000, 98304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0695000
145319 10:00:41.304345 mmap(0x789ec06ad000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x789ec06ad000
145319 10:00:41.304403 mmap(0x789ec06b2000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e000) = 0x789ec06b2000
145319 10:00:41.304474 close(3)         = 0
145319 10:00:41.304543 openat(AT_FDCWD, "/usr/lib/libjpeg.so.8", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.304607 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.304659 fstat(3, {st_mode=S_IFREG|0755, st_size=645216, ...}) = 0
145319 10:00:41.304714 mmap(NULL, 643088, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec05f5000
145319 10:00:41.304768 mmap(0x789ec05fa000, 466944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x789ec05fa000
145319 10:00:41.304839 mmap(0x789ec066c000, 151552, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x77000) = 0x789ec066c000
145319 10:00:41.304900 mmap(0x789ec0691000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9c000) = 0x789ec0691000
145319 10:00:41.304979 close(3)         = 0
145319 10:00:41.305039 openat(AT_FDCWD, "/usr/lib/libtiff.so.6", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.305099 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.305151 fstat(3, {st_mode=S_IFREG|0755, st_size=575528, ...}) = 0
145319 10:00:41.305196 mmap(NULL, 573928, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0568000
145319 10:00:41.305251 mmap(0x789ec056e000, 335872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x789ec056e000
145319 10:00:41.305332 mmap(0x789ec05c0000, 192512, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x58000) = 0x789ec05c0000
145319 10:00:41.305385 mmap(0x789ec05ef000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x87000) = 0x789ec05ef000
145319 10:00:41.305469 close(3)         = 0
145319 10:00:41.305543 openat(AT_FDCWD, "/usr/lib/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.305602 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.305652 fstat(3, {st_mode=S_IFREG|0755, st_size=165832, ...}) = 0
145319 10:00:41.305699 mmap(NULL, 167952, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec053e000
145319 10:00:41.305751 mmap(0x789ec0540000, 118784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0540000
145319 10:00:41.305810 mmap(0x789ec055d000, 32768, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f000) = 0x789ec055d000
145319 10:00:41.305864 mmap(0x789ec0565000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x789ec0565000
145319 10:00:41.305931 close(3)         = 0
145319 10:00:41.306006 openat(AT_FDCWD, "/usr/lib/libatspi.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.306070 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.306116 fstat(3, {st_mode=S_IFREG|0755, st_size=231776, ...}) = 0
145319 10:00:41.306163 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ec053c000
145319 10:00:41.306223 mmap(NULL, 234672, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0502000
145319 10:00:41.306323 mmap(0x789ec0510000, 102400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x789ec0510000
145319 10:00:41.306403 mmap(0x789ec0529000, 57344, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x789ec0529000
145319 10:00:41.306459 mmap(0x789ec0537000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x34000) = 0x789ec0537000
145319 10:00:41.306535 close(3)         = 0
145319 10:00:41.306598 openat(AT_FDCWD, "/usr/lib/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.306668 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.306714 fstat(3, {st_mode=S_IFREG|0755, st_size=334008, ...}) = 0
145319 10:00:41.306776 mmap(NULL, 336624, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec04af000
145319 10:00:41.306849 mmap(0x789ec04bd000, 200704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x789ec04bd000
145319 10:00:41.306907 mmap(0x789ec04ee000, 69632, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3f000) = 0x789ec04ee000
145319 10:00:41.306966 mmap(0x789ec04ff000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4f000) = 0x789ec04ff000
145319 10:00:41.307053 close(3)         = 0
145319 10:00:41.307118 openat(AT_FDCWD, "/usr/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.307178 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.307227 fstat(3, {st_mode=S_IFREG|0644, st_size=906008, ...}) = 0
145319 10:00:41.307276 mmap(NULL, 180712, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0482000
145319 10:00:41.307343 mmap(0x789ec0486000, 143360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x789ec0486000
145319 10:00:41.307400 mmap(0x789ec04a9000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x789ec04a9000
145319 10:00:41.307454 mmap(0x789ec04ad000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2a000) = 0x789ec04ad000
145319 10:00:41.307528 close(3)         = 0
145319 10:00:41.307592 openat(AT_FDCWD, "/usr/lib/tinysparql-3.0/glibc-hwcaps/x86-64-v3/libjson-glib-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145319 10:00:41.307655 newfstatat(AT_FDCWD, "/usr/lib/tinysparql-3.0/glibc-hwcaps/x86-64-v3/", 0x7ffc6698a6a0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.307708 openat(AT_FDCWD, "/usr/lib/tinysparql-3.0/glibc-hwcaps/x86-64-v2/libjson-glib-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145319 10:00:41.307768 newfstatat(AT_FDCWD, "/usr/lib/tinysparql-3.0/glibc-hwcaps/x86-64-v2/", 0x7ffc6698a6a0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.307817 openat(AT_FDCWD, "/usr/lib/tinysparql-3.0/libjson-glib-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145319 10:00:41.307869 newfstatat(AT_FDCWD, "/usr/lib/tinysparql-3.0/", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.307923 openat(AT_FDCWD, "/usr/lib/libjson-glib-1.0.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.307977 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.308021 fstat(3, {st_mode=S_IFREG|0755, st_size=170016, ...}) = 0
145319 10:00:41.308067 mmap(NULL, 168408, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0458000
145319 10:00:41.308130 mmap(0x789ec0461000, 90112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x789ec0461000
145319 10:00:41.308191 mmap(0x789ec0477000, 36864, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f000) = 0x789ec0477000
145319 10:00:41.308257 mmap(0x789ec0480000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28000) = 0x789ec0480000
145319 10:00:41.308355 close(3)         = 0
145319 10:00:41.308416 openat(AT_FDCWD, "/usr/lib/tinysparql-3.0/libxml2.so.16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145319 10:00:41.308479 openat(AT_FDCWD, "/usr/lib/libxml2.so.16", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.308552 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.308598 fstat(3, {st_mode=S_IFREG|0755, st_size=1297360, ...}) = 0
145319 10:00:41.308643 mmap(NULL, 1299440, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec031a000
145319 10:00:41.308692 mmap(0x789ec0335000, 901120, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x789ec0335000
145319 10:00:41.308748 mmap(0x789ec0411000, 249856, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf7000) = 0x789ec0411000
145319 10:00:41.308803 mmap(0x789ec044e000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x134000) = 0x789ec044e000
145319 10:00:41.308863 mmap(0x789ec0457000, 1008, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x789ec0457000
145319 10:00:41.308933 close(3)         = 0
145319 10:00:41.308987 openat(AT_FDCWD, "/usr/lib/tinysparql-3.0/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145319 10:00:41.309044 openat(AT_FDCWD, "/usr/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.309100 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.309145 fstat(3, {st_mode=S_IFREG|0755, st_size=1504808, ...}) = 0
145319 10:00:41.309196 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ec0318000
145319 10:00:41.309255 mmap(NULL, 1504480, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec01a8000
145319 10:00:41.309373 mmap(0x789ec01b1000, 1245184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x789ec01b1000
145319 10:00:41.309437 mmap(0x789ec02e1000, 188416, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x139000) = 0x789ec02e1000
145319 10:00:41.309500 mmap(0x789ec030f000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x167000) = 0x789ec030f000
145319 10:00:41.309565 mmap(0x789ec0317000, 1248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x789ec0317000
145319 10:00:41.309642 close(3)         = 0
145319 10:00:41.309760 openat(AT_FDCWD, "/usr/lib/libblkid.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.309823 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.309870 fstat(3, {st_mode=S_IFREG|0755, st_size=236376, ...}) = 0
145319 10:00:41.309921 mmap(NULL, 234328, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec016e000
145319 10:00:41.309977 mmap(0x789ec0173000, 151552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x789ec0173000
145319 10:00:41.310050 mmap(0x789ec0198000, 36864, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2a000) = 0x789ec0198000
145319 10:00:41.310111 mmap(0x789ec01a1000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x33000) = 0x789ec01a1000
145319 10:00:41.310200 close(3)         = 0
145319 10:00:41.310294 openat(AT_FDCWD, "/usr/lib/libdatrie.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.310354 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.310405 fstat(3, {st_mode=S_IFREG|0755, st_size=30592, ...}) = 0
145319 10:00:41.310458 mmap(NULL, 32784, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0165000
145319 10:00:41.310516 mmap(0x789ec0167000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0167000
145319 10:00:41.310581 mmap(0x789ec016b000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x789ec016b000
145319 10:00:41.310644 mmap(0x789ec016c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x789ec016c000
145319 10:00:41.310725 close(3)         = 0
145319 10:00:41.310793 openat(AT_FDCWD, "/usr/lib/libbz2.so.1.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.310854 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.310902 fstat(3, {st_mode=S_IFREG|0755, st_size=74720, ...}) = 0
145319 10:00:41.310955 mmap(NULL, 76840, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0152000
145319 10:00:41.311015 mmap(0x789ec0154000, 53248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0154000
145319 10:00:41.311074 mmap(0x789ec0161000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x789ec0161000
145319 10:00:41.311132 mmap(0x789ec0163000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x789ec0163000
145319 10:00:41.311205 close(3)         = 0
145319 10:00:41.311273 openat(AT_FDCWD, "/usr/lib/libbrotlidec.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.311344 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.311389 fstat(3, {st_mode=S_IFREG|0755, st_size=55168, ...}) = 0
145319 10:00:41.311433 mmap(NULL, 57360, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0143000
145319 10:00:41.311483 mmap(0x789ec0144000, 36864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x789ec0144000
145319 10:00:41.311544 mmap(0x789ec014d000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x789ec014d000
145319 10:00:41.311604 mmap(0x789ec0150000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x789ec0150000
145319 10:00:41.311675 close(3)         = 0
145319 10:00:41.311741 openat(AT_FDCWD, "/usr/lib/libXau.so.6", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.311803 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.311851 fstat(3, {st_mode=S_IFREG|0755, st_size=14232, ...}) = 0
145319 10:00:41.311897 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ec0141000
145319 10:00:41.311962 mmap(NULL, 16424, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec013c000
145319 10:00:41.312019 mmap(0x789ec013d000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x789ec013d000
145319 10:00:41.312077 mmap(0x789ec013e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec013e000
145319 10:00:41.312132 mmap(0x789ec013f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec013f000
145319 10:00:41.312205 close(3)         = 0
145319 10:00:41.312264 openat(AT_FDCWD, "/usr/lib/libXdmcp.so.6", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.312331 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.312384 fstat(3, {st_mode=S_IFREG|0755, st_size=26488, ...}) = 0
145319 10:00:41.312437 mmap(NULL, 28688, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec0134000
145319 10:00:41.312493 mmap(0x789ec0136000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ec0136000
145319 10:00:41.312564 mmap(0x789ec0138000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x789ec0138000
145319 10:00:41.312637 mmap(0x789ec013a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x789ec013a000
145319 10:00:41.312710 close(3)         = 0
145319 10:00:41.312784 openat(AT_FDCWD, "/usr/lib/libzstd.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.312842 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.312887 fstat(3, {st_mode=S_IFREG|0755, st_size=935880, ...}) = 0
145319 10:00:41.312940 mmap(NULL, 933944, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec004f000
145319 10:00:41.312996 mmap(0x789ec005b000, 811008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x789ec005b000
145319 10:00:41.313061 mmap(0x789ec0121000, 69632, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd2000) = 0x789ec0121000
145319 10:00:41.313115 mmap(0x789ec0132000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe3000) = 0x789ec0132000
145319 10:00:41.313193 close(3)         = 0
145319 10:00:41.313257 openat(AT_FDCWD, "/usr/lib/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.313371 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.313437 fstat(3, {st_mode=S_IFREG|0755, st_size=211152, ...}) = 0
145319 10:00:41.313479 mmap(NULL, 209112, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec001b000
145319 10:00:41.313529 mmap(0x789ec001f000, 143360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x789ec001f000
145319 10:00:41.313584 mmap(0x789ec0042000, 45056, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x789ec0042000
145319 10:00:41.313646 mmap(0x789ec004d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x32000) = 0x789ec004d000
145319 10:00:41.313718 close(3)         = 0
145319 10:00:41.313782 openat(AT_FDCWD, "/usr/lib/libjbig.so.2.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.313838 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.313884 fstat(3, {st_mode=S_IFREG|0755, st_size=53984, ...}) = 0
145319 10:00:41.313930 mmap(NULL, 56104, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ec000d000
145319 10:00:41.313982 mmap(0x789ec000e000, 32768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x789ec000e000
145319 10:00:41.314043 mmap(0x789ec0016000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x789ec0016000
145319 10:00:41.314098 mmap(0x789ec0017000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x789ec0017000
145319 10:00:41.314170 close(3)         = 0
145319 10:00:41.314270 openat(AT_FDCWD, "/usr/lib/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.314336 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.314384 fstat(3, {st_mode=S_IFREG|0755, st_size=1172808, ...}) = 0
145319 10:00:41.314431 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ec000b000
145319 10:00:41.314492 mmap(NULL, 1177856, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ebfeeb000
145319 10:00:41.314556 mmap(0x789ebfeff000, 778240, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x789ebfeff000
145319 10:00:41.314613 mmap(0x789ebffbd000, 258048, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd2000) = 0x789ebffbd000
145319 10:00:41.314668 mmap(0x789ebfffc000, 57344, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x110000) = 0x789ebfffc000
145319 10:00:41.314731 mmap(0x789ec000a000, 2304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x789ec000a000
145319 10:00:41.314802 close(3)         = 0
145319 10:00:41.314879 openat(AT_FDCWD, "/usr/lib/libicuuc.so.76", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.314933 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.314984 fstat(3, {st_mode=S_IFREG|0755, st_size=2095152, ...}) = 0
145319 10:00:41.315195 mmap(NULL, 2102320, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ebfc00000
145319 10:00:41.315434 mmap(0x789ebfc48000, 1142784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x48000) = 0x789ebfc48000
145319 10:00:41.315652 mmap(0x789ebfd5f000, 577536, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15f000) = 0x789ebfd5f000
145319 10:00:41.316047 mmap(0x789ebfdec000, 81920, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ec000) = 0x789ebfdec000
145319 10:00:41.316317 mmap(0x789ebfe00000, 5168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x789ebfe00000
145319 10:00:41.317031 close(3)         = 0
145319 10:00:41.317259 openat(AT_FDCWD, "/usr/lib/libbrotlicommon.so.1", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.317398 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.317460 fstat(3, {st_mode=S_IFREG|0755, st_size=141264, ...}) = 0
145319 10:00:41.317559 mmap(NULL, 139280, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ebfec8000
145319 10:00:41.317637 mmap(0x789ebfec9000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x789ebfec9000
145319 10:00:41.317733 mmap(0x789ebfeca000, 126976, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x789ebfeca000
145319 10:00:41.317805 mmap(0x789ebfee9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x789ebfee9000
145319 10:00:41.317924 close(3)         = 0
145319 10:00:41.318037 openat(AT_FDCWD, "/usr/lib/libcap.so.2", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.318111 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@|\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.318173 fstat(3, {st_mode=S_IFREG|0755, st_size=43064, ...}) = 0
145319 10:00:41.318262 mmap(NULL, 45128, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ebfebc000
145319 10:00:41.318346 mmap(0x789ebfebf000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x789ebfebf000
145319 10:00:41.318450 mmap(0x789ebfec4000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x789ebfec4000
145319 10:00:41.318525 mmap(0x789ebfec6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x789ebfec6000
145319 10:00:41.318628 close(3)         = 0
145319 10:00:41.318737 openat(AT_FDCWD, "/usr/lib/libicudata.so.76", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.318812 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.318873 fstat(3, {st_mode=S_IFREG|0755, st_size=31859544, ...}) = 0
145319 10:00:41.318928 mmap(NULL, 31862784, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ebdc00000
145319 10:00:41.318997 mmap(0x789ebfa62000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e61000) = 0x789ebfa62000
145319 10:00:41.319103 close(3)         = 0
145319 10:00:41.319197 openat(AT_FDCWD, "/usr/lib/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
145319 10:00:41.319270 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.319346 fstat(3, {st_mode=S_IFREG|0755, st_size=22478592, ...}) = 0
145319 10:00:41.319392 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ebfeba000
145319 10:00:41.319541 mmap(NULL, 2699336, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x789ebd800000
145319 10:00:41.319606 mmap(0x789ebd897000, 1396736, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x97000) = 0x789ebd897000
145319 10:00:41.319665 mmap(0x789ebd9ec000, 598016, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ec000) = 0x789ebd9ec000
145319 10:00:41.319724 mmap(0x789ebda7e000, 73728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27e000) = 0x789ebda7e000
145319 10:00:41.319798 mmap(0x789ebda90000, 12360, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x789ebda90000
145319 10:00:41.319867 close(3)         = 0
145319 10:00:41.320020 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ebfeb8000
145319 10:00:41.320149 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ebfeb6000
145319 10:00:41.320319 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ebfeb4000
145319 10:00:41.320414 mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ebfeb1000
145319 10:00:41.320470 arch_prctl(ARCH_SET_FS, 0x789ebfeb19c0) = 0
145319 10:00:41.320511 set_tid_address(0x789ebfeb1c90) = 145319
145319 10:00:41.320548 set_robust_list(0x789ebfeb1ca0, 24) = 0
145319 10:00:41.320625 rseq(0x789ebfeb1680, 0x20, 0, 0x53053053) = 0
145319 10:00:41.320983 mprotect(0x789ec0fb6000, 16384, PROT_READ) = 0
145319 10:00:41.321464 mprotect(0x789ec10ba000, 4096, PROT_READ) = 0
145319 10:00:41.322236 mprotect(0x789ec04ad000, 4096, PROT_READ) = 0
145319 10:00:41.336254 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ebfeaf000
145319 10:00:41.339976 mprotect(0x789ebda7e000, 69632, PROT_READ) = 0
145319 10:00:41.340486 mprotect(0x789ebfa62000, 4096, PROT_READ) = 0
145319 10:00:41.341257 mprotect(0x789ebfec6000, 4096, PROT_READ) = 0
145319 10:00:41.342046 mprotect(0x789ebfee9000, 4096, PROT_READ) = 0
145319 10:00:41.343211 mprotect(0x789ebfdec000, 77824, PROT_READ) = 0
145319 10:00:41.346782 mprotect(0x789ebfffc000, 53248, PROT_READ) = 0
145319 10:00:41.346974 mprotect(0x789ec0017000, 4096, PROT_READ) = 0
145319 10:00:41.347155 mprotect(0x789ec004d000, 4096, PROT_READ) = 0
145319 10:00:41.347956 mprotect(0x789ec0132000, 4096, PROT_READ) = 0
145319 10:00:41.348147 mprotect(0x789ec013a000, 4096, PROT_READ) = 0
145319 10:00:41.348322 mprotect(0x789ec013f000, 4096, PROT_READ) = 0
145319 10:00:41.348480 mprotect(0x789ec0150000, 4096, PROT_READ) = 0
145319 10:00:41.348671 mprotect(0x789ec0163000, 4096, PROT_READ) = 0
145319 10:00:41.349220 mprotect(0x789ec016c000, 4096, PROT_READ) = 0
145319 10:00:41.350004 mprotect(0x789ec01a1000, 24576, PROT_READ) = 0
145319 10:00:41.350791 mprotect(0x789ec030f000, 16384, PROT_READ) = 0
145319 10:00:41.351005 mprotect(0x789ec092e000, 4096, PROT_READ) = 0
145319 10:00:41.353038 mprotect(0x789ec044e000, 32768, PROT_READ) = 0
145319 10:00:41.353235 mprotect(0x789ec09e5000, 4096, PROT_READ) = 0
145319 10:00:41.353590 mprotect(0x789ec17fd000, 4096, PROT_READ) = 0
145319 10:00:41.353724 mprotect(0x789ec0939000, 4096, PROT_READ) = 0
145319 10:00:41.353947 mprotect(0x789ec2038000, 12288, PROT_READ) = 0
145319 10:00:41.354047 mprotect(0x789ec1fc7000, 4096, PROT_READ) = 0
145319 10:00:41.354537 mprotect(0x789ec0914000, 8192, PROT_READ) = 0
145319 10:00:41.355205 mprotect(0x789ec169c000, 36864, PROT_READ) = 0
145319 10:00:41.355506 mprotect(0x789ec0480000, 4096, PROT_READ) = 0
145319 10:00:41.356335 mprotect(0x789ec04ff000, 8192, PROT_READ) = 0
145319 10:00:41.356573 mprotect(0x789ec07a2000, 4096, PROT_READ) = 0
145319 10:00:41.357365 mprotect(0x789ec0cfe000, 12288, PROT_READ) = 0
145319 10:00:41.358270 mprotect(0x789ec0a25000, 4096, PROT_READ) = 0
145319 10:00:41.358425 mprotect(0x789ec0d16000, 4096, PROT_READ) = 0
145319 10:00:41.359186 mprotect(0x789ec0537000, 16384, PROT_READ) = 0
145319 10:00:41.359368 mprotect(0x789ec0565000, 8192, PROT_READ) = 0
145319 10:00:41.359730 mprotect(0x789ec0691000, 4096, PROT_READ) = 0
145319 10:00:41.360158 mprotect(0x789ec05ef000, 20480, PROT_READ) = 0
145319 10:00:41.360292 mprotect(0x789ec06b2000, 8192, PROT_READ) = 0
145319 10:00:41.360518 mprotect(0x789ec075a000, 32768, PROT_READ) = 0
145319 10:00:41.360600 mprotect(0x789ec0768000, 4096, PROT_READ) = 0
145319 10:00:41.360692 mprotect(0x789ec0777000, 4096, PROT_READ) = 0
145319 10:00:41.360782 mprotect(0x789ec07ae000, 4096, PROT_READ) = 0
145319 10:00:41.361002 mprotect(0x789ec08b2000, 4096, PROT_READ) = 0
145319 10:00:41.361235 mprotect(0x789ec1337000, 8192, PROT_READ) = 0
145319 10:00:41.361515 mprotect(0x789ec0871000, 32768, PROT_READ) = 0
145319 10:00:41.361624 mprotect(0x789ec08bf000, 4096, PROT_READ) = 0
145319 10:00:41.361689 mprotect(0x789ec09ec000, 4096, PROT_READ) = 0
145319 10:00:41.361780 mprotect(0x789ec09f9000, 4096, PROT_READ) = 0
145319 10:00:41.361891 mprotect(0x789ec09fe000, 4096, PROT_READ) = 0
145319 10:00:41.362003 mprotect(0x789ec0a03000, 4096, PROT_READ) = 0
145319 10:00:41.362078 mprotect(0x789ec0a9e000, 4096, PROT_READ) = 0
145319 10:00:41.362192 mprotect(0x789ec0a10000, 4096, PROT_READ) = 0
145319 10:00:41.362257 mprotect(0x789ec0a2a000, 4096, PROT_READ) = 0
145319 10:00:41.362416 mprotect(0x789ec0a42000, 8192, PROT_READ) = 0
145319 10:00:41.362541 mprotect(0x789ec0a31000, 4096, PROT_READ) = 0
145319 10:00:41.362674 mprotect(0x789ec0a95000, 8192, PROT_READ) = 0
145319 10:00:41.363409 mprotect(0x789ec0b62000, 57344, PROT_READ) = 0
145319 10:00:41.363647 mprotect(0x789ec0b88000, 4096, PROT_READ) = 0
145319 10:00:41.363783 mprotect(0x789ec0d3a000, 12288, PROT_READ) = 0
145319 10:00:41.364294 mprotect(0x789ec0bc0000, 8192, PROT_READ) = 0
145319 10:00:41.364559 mprotect(0x789ec0db4000, 8192, PROT_READ) = 0
145319 10:00:41.365114 mprotect(0x789ec1466000, 16384, PROT_READ) = 0
145319 10:00:41.365250 mprotect(0x789ec0d44000, 8192, PROT_READ) = 0
145319 10:00:41.365360 mprotect(0x789ec0d65000, 4096, PROT_READ) = 0
145319 10:00:41.365632 mprotect(0x789ec14d3000, 16384, PROT_READ) = 0
145319 10:00:41.365950 mprotect(0x789ec0dd2000, 4096, PROT_READ) = 0
145319 10:00:41.367617 mprotect(0x789ec11ba000, 32768, PROT_READ) = 0
145319 10:00:41.368008 mprotect(0x789ec120b000, 8192, PROT_READ) = 0
145319 10:00:41.368233 mprotect(0x789ec1fdb000, 4096, PROT_READ) = 0
145319 10:00:41.369008 mprotect(0x789ec211c000, 40960, PROT_READ) = 0
145319 10:00:41.370130 mprotect(0x789ec1fa3000, 73728, PROT_READ) = 0
145319 10:00:41.370736 mprotect(0x5c5910a67000, 12288, PROT_READ) = 0
145319 10:00:41.370823 mprotect(0x789ec219a000, 8192, PROT_READ) = 0
145319 10:00:41.370881 prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=16384*1024, rlim_max=RLIM64_INFINITY}) = 0
145319 10:00:41.370990 munmap(0x789ec212a000, 215035) = 0
145319 10:00:41.371111 futex(0x789ebda906bc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.371204 getrandom("\x0d\x54\x5c\xd3\xb4\x60\x53\xbb", 8, GRND_NONBLOCK) = 8
145319 10:00:41.371251 brk(NULL)        = 0x5c594be0e000
145319 10:00:41.371291 brk(0x5c594be2f000) = 0x5c594be2f000
145319 10:00:41.371362 prctl(PR_CAPBSET_READ, CAP_MAC_OVERRIDE) = 1
145319 10:00:41.371402 prctl(PR_CAPBSET_READ, 0x30 /* CAP_??? */) = -1 EINVAL (Invalid argument)
145319 10:00:41.371443 prctl(PR_CAPBSET_READ, CAP_CHECKPOINT_RESTORE) = 1
145319 10:00:41.371478 prctl(PR_CAPBSET_READ, 0x2c /* CAP_??? */) = -1 EINVAL (Invalid argument)
145319 10:00:41.371517 prctl(PR_CAPBSET_READ, 0x2a /* CAP_??? */) = -1 EINVAL (Invalid argument)
145319 10:00:41.371555 prctl(PR_CAPBSET_READ, 0x29 /* CAP_??? */) = -1 EINVAL (Invalid argument)
145319 10:00:41.371820 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.371875 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.372189 access("../../modules/input/immodules.cache", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.372295 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.372360 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.372410 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.372471 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.372594 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.372643 brk(0x5c594be50000) = 0x5c594be50000
145319 10:00:41.372688 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.372716 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.372765 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.372806 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.372833 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.372860 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.372915 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.372950 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.373003 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.373055 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.373093 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.373157 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.373196 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.373244 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.373314 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.373366 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.373406 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.373458 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.373533 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.373618 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.373663 eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK) = 3
145319 10:00:41.373706 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.373759 openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 4
145319 10:00:41.373814 fstat(4, {st_mode=S_IFREG|0644, st_size=3063024, ...}) = 0
145319 10:00:41.373861 mmap(NULL, 3063024, PROT_READ, MAP_PRIVATE, 4, 0) = 0x789ebd400000
145319 10:00:41.373912 close(4)         = 0
145319 10:00:41.373985 openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145319 10:00:41.374045 openat(AT_FDCWD, "/usr/share/locale/en_US.UTF-8/LC_MESSAGES/gtk30.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374096 openat(AT_FDCWD, "/usr/share/locale/en_US.utf8/LC_MESSAGES/gtk30.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374139 openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/gtk30.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374194 openat(AT_FDCWD, "/usr/share/locale/en.UTF-8/LC_MESSAGES/gtk30.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374237 openat(AT_FDCWD, "/usr/share/locale/en.utf8/LC_MESSAGES/gtk30.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374275 openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/gtk30.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374394 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.374427 openat(AT_FDCWD, "/usr/share/locale/en_US.UTF-8/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374456 openat(AT_FDCWD, "/usr/share/locale/en_US.utf8/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374484 openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374512 openat(AT_FDCWD, "/usr/share/locale/en.UTF-8/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374539 openat(AT_FDCWD, "/usr/share/locale/en.utf8/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374565 openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374637 openat(AT_FDCWD, "/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374671 openat(AT_FDCWD, "/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374703 openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374736 openat(AT_FDCWD, "/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374768 openat(AT_FDCWD, "/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374798 openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.374841 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.374879 rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x789ec0e11ef0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
145319 10:00:41.374933 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.374965 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.375011 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.375062 openat(AT_FDCWD, "/usr/share/locale/en_US.UTF-8/LC_MESSAGES/gtk30-properties.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.375112 openat(AT_FDCWD, "/usr/share/locale/en_US.utf8/LC_MESSAGES/gtk30-properties.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.375151 openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/gtk30-properties.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.375189 openat(AT_FDCWD, "/usr/share/locale/en.UTF-8/LC_MESSAGES/gtk30-properties.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.375241 openat(AT_FDCWD, "/usr/share/locale/en.utf8/LC_MESSAGES/gtk30-properties.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.375276 openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/gtk30-properties.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.375415 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.375460 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.375510 futex(0x789ec17ff1e0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.375542 getpid()         = 145319
145319 10:00:41.375572 gettid()         = 145319
145319 10:00:41.375603 rt_sigaction(SIGRT_1, {sa_handler=0x789ec0e66ef0, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK|SA_RESTART|SA_SIGINFO, sa_restorer=0x789ec0e11ef0}, NULL, 8) = 0
145319 10:00:41.375639 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
145319 10:00:41.375672 mmap(NULL, 16781312, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x789ebc3ff000
145319 10:00:41.375710 mprotect(0x789ebc400000, 16777216, PROT_READ|PROT_WRITE) = 0
145319 10:00:41.375754 rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
145319 10:00:41.375793 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0x789ebd3ff990, parent_tid=0x789ebd3ff990, exit_signal=0, stack=0x789ebc3ff000, stack_size=0xfffd00, tls=0x789ebd3ff6c0} => {parent_tid=[145457]}, 88) = 145457
145457 10:00:41.375859 rseq(0x789ebd3ff380, 0x20, 0, 0x53053053 <unfinished ...>
145319 10:00:41.375870 rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
145457 10:00:41.375880 <... rseq resumed>) = 0
145319 10:00:41.375889 <... rt_sigprocmask resumed>NULL, 8) = 0
145457 10:00:41.375896 set_robust_list(0x789ebd3ff9a0, 24 <unfinished ...>
145319 10:00:41.375914 rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1],  <unfinished ...>
145457 10:00:41.375925 <... set_robust_list resumed>) = 0
145319 10:00:41.375934 <... rt_sigprocmask resumed>[], 8) = 0
145457 10:00:41.375943 rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
145319 10:00:41.375955 eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK <unfinished ...>
145457 10:00:41.375963 <... rt_sigprocmask resumed>NULL, 8) = 0
145319 10:00:41.375974 <... eventfd2 resumed>) = 4
145457 10:00:41.375982 prctl(PR_SET_NAME, "pool-spawner" <unfinished ...>
145319 10:00:41.375994 mmap(NULL, 16781312, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0 <unfinished ...>
145457 10:00:41.376003 <... prctl resumed>) = 0
145319 10:00:41.376013 <... mmap resumed>) = 0x789ebb3fe000
145457 10:00:41.376021 futex(0x5c594be354e0, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
145319 10:00:41.376031 mprotect(0x789ebb3ff000, 16777216, PROT_READ|PROT_WRITE) = 0
145319 10:00:41.376072 rt_sigprocmask(SIG_BLOCK, ~[], ~[KILL STOP RTMIN RT_1], 8) = 0
145319 10:00:41.376109 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0x789ebc3fe990, parent_tid=0x789ebc3fe990, exit_signal=0, stack=0x789ebb3fe000, stack_size=0xfffd00, tls=0x789ebc3fe6c0} => {parent_tid=[145458]}, 88) = 145458
145458 10:00:41.376169 rseq(0x789ebc3fe380, 0x20, 0, 0x53053053 <unfinished ...>
145319 10:00:41.376180 rt_sigprocmask(SIG_SETMASK, ~[KILL STOP RTMIN RT_1],  <unfinished ...>
145458 10:00:41.376190 <... rseq resumed>) = 0
145319 10:00:41.376199 <... rt_sigprocmask resumed>NULL, 8) = 0
145458 10:00:41.376206 set_robust_list(0x789ebc3fe9a0, 24 <unfinished ...>
145319 10:00:41.376215 rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
145458 10:00:41.376227 <... set_robust_list resumed>) = 0
145319 10:00:41.376250 <... rt_sigprocmask resumed>NULL, 8) = 0
145458 10:00:41.376257 rt_sigprocmask(SIG_SETMASK, ~[KILL STOP RTMIN RT_1],  <unfinished ...>
145319 10:00:41.376268 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145458 10:00:41.376275 <... rt_sigprocmask resumed>NULL, 8) = 0
145319 10:00:41.376289 <... futex resumed>) = 0
145458 10:00:41.376296 prctl(PR_SET_NAME, "gmain" <unfinished ...>
145319 10:00:41.376311 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145458 10:00:41.376322 <... prctl resumed>) = 0
145319 10:00:41.376331 <... futex resumed>) = 0
145458 10:00:41.376341 mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...>
145319 10:00:41.376363 futex(0x789ec16a73e0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.376395 getpid()         = 145319
145458 10:00:41.376415 <... mmap resumed>) = 0x789eb3200000
145319 10:00:41.376425 gettid()         = 145319
145319 10:00:41.376470 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145458 10:00:41.376478 munmap(0x789eb3200000, 14680064 <unfinished ...>
145319 10:00:41.376487 <... futex resumed>) = 0
145319 10:00:41.376507 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.376540 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145458 10:00:41.376548 <... munmap resumed>) = 0
145319 10:00:41.376557 <... futex resumed>) = 0
145319 10:00:41.376574 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145458 10:00:41.376597 munmap(0x789eb8000000, 52428800 <unfinished ...>
145319 10:00:41.376614 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.376647 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145458 10:00:41.376655 <... munmap resumed>) = 0
145319 10:00:41.376664 <... futex resumed>) = 0
145319 10:00:41.376682 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145458 10:00:41.376691 mprotect(0x789eb4000000, 135168, PROT_READ|PROT_WRITE <unfinished ...>
145319 10:00:41.376700 <... futex resumed>) = 0
145458 10:00:41.376708 <... mprotect resumed>) = 0
145319 10:00:41.376727 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145458 10:00:41.376736 ppoll([{fd=4, events=POLLIN}], 1, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.376750 <... futex resumed>) = 0
145319 10:00:41.376768 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.376807 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.376841 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.376871 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.376923 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.376964 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.376997 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377031 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377067 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377101 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377144 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377185 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377218 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377250 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377297 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377330 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377369 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377403 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377438 rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x789ec0e11ef0}, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x789ec0e11ef0}, 8) = 0
145319 10:00:41.377499 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377543 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377577 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377606 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377652 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377693 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377728 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377769 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377800 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377832 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377864 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377906 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377942 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.377975 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378008 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378037 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378066 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378096 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378125 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378153 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378181 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378210 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378244 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378282 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378363 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378395 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378428 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378457 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 5
145319 10:00:41.378497 setsockopt(5, SOL_TCP, TCP_NODELAY, [1], 4) = -1 EOPNOTSUPP (Operation not supported)
145319 10:00:41.378543 openat(AT_FDCWD, "/usr/lib/charset.alias", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.378590 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378624 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378656 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378693 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378735 connect(5, {sa_family=AF_UNIX, sun_path="/run/user/1001/bus"}, 110) = 0
145319 10:00:41.378796 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378834 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378866 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378903 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378944 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.378993 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379026 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379072 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379106 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379137 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379183 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379219 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379271 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379318 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379358 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379390 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379429 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379461 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379501 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379534 getpid()         = 145319
145319 10:00:41.379561 geteuid()        = 1001
145319 10:00:41.379588 getegid()        = 1001
145319 10:00:41.379615 getpid()         = 145319
145319 10:00:41.379641 geteuid()        = 1001
145319 10:00:41.379666 getegid()        = 1001
145319 10:00:41.379695 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379724 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.379760 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0", iov_len=1}], msg_iovlen=1, msg_control=[{cmsg_len=28, cmsg_level=SOL_SOCKET, cmsg_type=SCM_CREDENTIALS, cmsg_data={pid=145319, uid=1001, gid=1001}}], msg_controllen=32, msg_flags=0}, MSG_NOSIGNAL) = 1
145319 10:00:41.379874 sendto(5, "AUTH\r\n", 6, MSG_NOSIGNAL, NULL, 0) = 6
145319 10:00:41.379918 recvfrom(5, "REJECTED EXTERNAL\r\n", 4096, 0, NULL, NULL) = 19
145319 10:00:41.379969 sendto(5, "AUTH EXTERNAL\r\n", 15, MSG_NOSIGNAL, NULL, 0) = 15
145319 10:00:41.380010 recvfrom(5, "DATA\r\n", 4096, 0, NULL, NULL) = 6
145319 10:00:41.380053 sendto(5, "DATA\r\n", 6, MSG_NOSIGNAL, NULL, 0) = 6
145319 10:00:41.380091 recvfrom(5, "OK b1bc0c1c5aa4d1311d8f4afb71538"..., 4096, 0, NULL, NULL) = 37
145319 10:00:41.380133 sendto(5, "NEGOTIATE_UNIX_FD\r\n", 19, MSG_NOSIGNAL, NULL, 0) = 19
145319 10:00:41.380171 recvfrom(5, "AGREE_UNIX_FD\r\n", 4096, 0, NULL, NULL) = 15
145319 10:00:41.380226 sendto(5, "BEGIN\r\n", 7, MSG_NOSIGNAL, NULL, 0) = 7
145319 10:00:41.380275 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.380321 eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK) = 6
145319 10:00:41.380357 mmap(NULL, 16781312, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x789eba3fd000
145319 10:00:41.380393 mprotect(0x789eba3fe000, 16777216, PROT_READ|PROT_WRITE) = 0
145319 10:00:41.380443 rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
145319 10:00:41.380480 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0x789ebb3fd990, parent_tid=0x789ebb3fd990, exit_signal=0, stack=0x789eba3fd000, stack_size=0xfffd00, tls=0x789ebb3fd6c0} => {parent_tid=[145465]}, 88) = 145465
145319 10:00:41.380547 rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
145465 10:00:41.380559 rseq(0x789ebb3fd380, 0x20, 0, 0x53053053 <unfinished ...>
145319 10:00:41.380568 <... rt_sigprocmask resumed>NULL, 8) = 0
145465 10:00:41.380576 <... rseq resumed>) = 0
145319 10:00:41.380584 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.380592 set_robust_list(0x789ebb3fd9a0, 24 <unfinished ...>
145319 10:00:41.380600 <... futex resumed>) = 0
145465 10:00:41.380607 <... set_robust_list resumed>) = 0
145465 10:00:41.380624 rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
145319 10:00:41.380637 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.380645 <... rt_sigprocmask resumed>NULL, 8) = 0
145319 10:00:41.380654 <... futex resumed>) = 0
145465 10:00:41.380661 prctl(PR_SET_NAME, "gdbus" <unfinished ...>
145319 10:00:41.380682 eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK <unfinished ...>
145465 10:00:41.380690 <... prctl resumed>) = 0
145319 10:00:41.380699 <... eventfd2 resumed>) = 7
145465 10:00:41.380707 mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789eac000000
145465 10:00:41.380742 munmap(0x789eb0000000, 67108864 <unfinished ...>
145319 10:00:41.380756 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145465 10:00:41.380768 <... munmap resumed>) = 0
145319 10:00:41.380782 <... write resumed>) = 8
145465 10:00:41.380796 mprotect(0x789eac000000, 135168, PROT_READ|PROT_WRITE <unfinished ...>
145319 10:00:41.380808 ppoll([{fd=7, events=POLLIN}], 1, {tv_sec=24, tv_nsec=999997000}, NULL, 8 <unfinished ...>
145465 10:00:41.380836 <... mprotect resumed>) = 0
145465 10:00:41.380863 getpid()         = 145319
145465 10:00:41.380893 gettid()         = 145465
145465 10:00:41.380923 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.380965 read(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.381006 poll([{fd=5, events=POLLIN}], 1, 0) = 0 (Timeout)
145465 10:00:41.381050 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.381089 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\0\0\0\0\1\0\0\0n\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=128}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 128
145465 10:00:41.381151 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.381209 read(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.381290 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.381386 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.381424 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\377\377\377\377?\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.381474 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.381501 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\1\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=75}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 75
145465 10:00:41.381540 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.381565 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.381589 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.381617 read(6, "\3\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.381670 write(7, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.381693 <... ppoll resumed>) = 1 ([{fd=7, revents=POLLIN}], left {tv_sec=24, tv_nsec=999146229})
145465 10:00:41.381705 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.381716 read(7,  <unfinished ...>
145465 10:00:41.381723 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145319 10:00:41.381733 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.381741 recvmsg(5,  <unfinished ...>
145319 10:00:41.381751 write(7, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145465 10:00:41.381759 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\v\0\0\0\377\377\377\377\217\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145319 10:00:41.381777 <... write resumed>) = 8
145319 10:00:41.381792 futex(0x5c594be3f250, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.381799 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.381812 <... futex resumed>) = 0
145465 10:00:41.381818 <... ppoll resumed>) = 0 (Timeout)
145319 10:00:41.381836 close(7 <unfinished ...>
145465 10:00:41.381843 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.381855 <... close resumed>) = 0
145465 10:00:41.381861 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.381881 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\7\1s\0\24\0\0\0org.freedesktop.DBus\0\0\0\0"..., iov_len=155}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 155
145465 10:00:41.381940 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145319 10:00:41.382012 futex(0x789ec203b118, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145465 10:00:41.382022 futex(0x789ec203b118, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.382035 <... futex resumed>) = 0
145465 10:00:41.382043 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145465 10:00:41.382067 futex(0x789ec203b118, FUTEX_WAKE_PRIVATE, 1) = 0
145465 10:00:41.382103 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.382120 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0 <unfinished ...>
145465 10:00:41.382130 <... poll resumed>) = 0 (Timeout)
145319 10:00:41.382148 <... socket resumed>) = 7
145465 10:00:41.382156 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.382167 connect(7, {sa_family=AF_UNIX, sun_path="/run/user/1001/wayland-1"}, 27 <unfinished ...>
145465 10:00:41.382178 <... write resumed>) = 8
145319 10:00:41.382200 <... connect resumed>) = 0
145465 10:00:41.382208 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.382228 brk(0x5c594be71000 <unfinished ...>
145465 10:00:41.382236 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145319 10:00:41.382268 <... brk resumed>) = 0x5c594be71000
145465 10:00:41.382276 read(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.382334 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.382349 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.382388 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.382430 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.382466 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.382508 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.382552 newfstatat(AT_FDCWD, "/home/ron/.config/xkb", 0x7ffc6698af20, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.382599 newfstatat(AT_FDCWD, "/home/ron/.xkb", 0x7ffc6698af20, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.382636 newfstatat(AT_FDCWD, "/etc/xkb", 0x7ffc6698af20, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.382673 newfstatat(AT_FDCWD, "/usr/share/X11/xkb", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.382710 newfstatat(AT_FDCWD, "/usr/share/X11/xkb", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.382746 geteuid()        = 1001
145319 10:00:41.382774 getegid()        = 1001
145319 10:00:41.382800 getuid()         = 1001
145319 10:00:41.382825 getgid()         = 1001
145319 10:00:41.382850 access("/usr/share/X11/xkb", R_OK|X_OK) = 0
145319 10:00:41.382888 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.382918 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.382955 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.383001 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.383033 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.383079 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.383111 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.383145 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.383189 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.383230 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.383261 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.383341 access("/.flatpak-info", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.383393 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.383427 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.383467 futex(0x5c594be354e0, FUTEX_WAKE_PRIVATE, 1) = 1
145457 10:00:41.383492 <... futex resumed>) = 0
145319 10:00:41.383502 futex(0x789ec17fef58, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
145457 10:00:41.383554 mmap(0x789eb0000000, 67108864, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789eb0000000
145457 10:00:41.383589 mprotect(0x789eb0000000, 135168, PROT_READ|PROT_WRITE) = 0
145457 10:00:41.383630 getpid()         = 145319
145457 10:00:41.383655 gettid()         = 145457
145457 10:00:41.383679 mmap(NULL, 16781312, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x789eb93fc000
145457 10:00:41.383703 mprotect(0x789eb93fd000, 16777216, PROT_READ|PROT_WRITE) = 0
145457 10:00:41.383732 rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
145457 10:00:41.383761 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0x789eba3fc990, parent_tid=0x789eba3fc990, exit_signal=0, stack=0x789eb93fc000, stack_size=0xfffd00, tls=0x789eba3fc6c0} => {parent_tid=[145466]}, 88) = 145466
145466 10:00:41.383836 rseq(0x789eba3fc380, 0x20, 0, 0x53053053) = 0
145466 10:00:41.383868 set_robust_list(0x789eba3fc9a0, 24 <unfinished ...>
145457 10:00:41.383879 rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
145466 10:00:41.383890 <... set_robust_list resumed>) = 0
145457 10:00:41.383896 <... rt_sigprocmask resumed>NULL, 8) = 0
145466 10:00:41.383905 rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
145457 10:00:41.383914 futex(0x789ec17fef58, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145466 10:00:41.383922 <... rt_sigprocmask resumed>NULL, 8) = 0
145457 10:00:41.383929 <... futex resumed>) = 1
145466 10:00:41.383937 prctl(PR_SET_NAME, "pool-0" <unfinished ...>
145457 10:00:41.383947 futex(0x5c594be354e0, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
145319 10:00:41.383957 <... futex resumed>) = 0
145466 10:00:41.383963 <... prctl resumed>) = 0
145466 10:00:41.383979 mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...>
145319 10:00:41.383988 openat(AT_FDCWD, "/usr/share/glib-2.0/schemas/gschemas.compiled", O_RDONLY|O_CLOEXEC <unfinished ...>
145466 10:00:41.384011 <... mmap resumed>) = 0x789ea4000000
145319 10:00:41.384026 <... openat resumed>) = 8
145466 10:00:41.384033 munmap(0x789ea8000000, 67108864 <unfinished ...>
145319 10:00:41.384039 fstat(8, {st_mode=S_IFREG|0644, st_size=304524, ...}) = 0
145466 10:00:41.384063 <... munmap resumed>) = 0
145319 10:00:41.384071 mmap(NULL, 304524, PROT_READ, MAP_PRIVATE, 8, 0 <unfinished ...>
145466 10:00:41.384080 mprotect(0x789ea4000000, 135168, PROT_READ|PROT_WRITE <unfinished ...>
145319 10:00:41.384099 <... mmap resumed>) = 0x789ebfe64000
145466 10:00:41.384107 <... mprotect resumed>) = 0
145319 10:00:41.384113 close(8)         = 0
145466 10:00:41.384135 write(3, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.384146 openat(AT_FDCWD, "/usr/local/share/glib-2.0/schemas/gschemas.compiled", O_RDONLY|O_CLOEXEC <unfinished ...>
145466 10:00:41.384157 <... write resumed>) = 8
145319 10:00:41.384164 <... openat resumed>) = -1 ENOENT (No such file or directory)
145466 10:00:41.384175 getpid( <unfinished ...>
145319 10:00:41.384189 openat(AT_FDCWD, "/home/ron/.local/share/glib-2.0/schemas/gschemas.compiled", O_RDONLY|O_CLOEXEC <unfinished ...>
145466 10:00:41.384198 <... getpid resumed>) = 145319
145319 10:00:41.384205 <... openat resumed>) = -1 ENOENT (No such file or directory)
145466 10:00:41.384215 gettid( <unfinished ...>
145319 10:00:41.384221 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145466 10:00:41.384230 <... gettid resumed>) = 145466
145319 10:00:41.384236 <... futex resumed>) = 0
145466 10:00:41.384245 futex(0x5c594be3a340, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=499999651} <unfinished ...>
145319 10:00:41.384265 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384327 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384354 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384384 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384406 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384437 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384471 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384494 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384519 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384541 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384561 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384583 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384604 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384625 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384646 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384668 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384689 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384710 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384728 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384750 openat(AT_FDCWD, "/usr/lib/gio/modules", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 8
145319 10:00:41.384777 fstat(8, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
145319 10:00:41.384803 newfstatat(AT_FDCWD, "/usr/lib/gio/modules/giomodule.cache", {st_mode=S_IFREG|0644, st_size=318, ...}, 0) = 0
145319 10:00:41.384829 openat(AT_FDCWD, "/usr/lib/gio/modules/giomodule.cache", O_RDONLY|O_CLOEXEC) = 9
145319 10:00:41.384852 fstat(9, {st_mode=S_IFREG|0644, st_size=318, ...}) = 0
145319 10:00:41.384874 read(9, "libdconfsettings.so: gsettings-b"..., 318) = 318
145319 10:00:41.384897 close(9)         = 0
145319 10:00:41.384923 getdents64(8, 0x5c594be5c5d0 /* 11 entries */, 32768) = 424
145319 10:00:41.384966 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.384998 newfstatat(AT_FDCWD, "/usr/lib/gio/modules/libgvfsdbus.so", {st_mode=S_IFREG|0755, st_size=194872, ...}, 0) = 0
145319 10:00:41.385026 newfstatat(AT_FDCWD, "/usr/lib/gio/modules/libxfconfgsettingsbackend.so", {st_mode=S_IFREG|0755, st_size=30672, ...}, 0) = 0
145319 10:00:41.385053 newfstatat(AT_FDCWD, "/usr/lib/gio/modules/libgiolibproxy.so", {st_mode=S_IFREG|0755, st_size=18376, ...}, 0) = 0
145319 10:00:41.385079 newfstatat(AT_FDCWD, "/usr/lib/gio/modules/libgiognomeproxy.so", {st_mode=S_IFREG|0755, st_size=22472, ...}, 0) = 0
145319 10:00:41.385105 newfstatat(AT_FDCWD, "/usr/lib/gio/modules/libgiognutls.so", {st_mode=S_IFREG|0755, st_size=120912, ...}, 0) = 0
145319 10:00:41.385130 newfstatat(AT_FDCWD, "/usr/lib/gio/modules/libdconfsettings.so", {st_mode=S_IFREG|0755, st_size=55336, ...}, 0) = 0
145319 10:00:41.385155 newfstatat(AT_FDCWD, "/usr/lib/gio/modules/libgioremote-volume-monitor.so", {st_mode=S_IFREG|0755, st_size=96216, ...}, 0) = 0
145319 10:00:41.385180 getdents64(8, 0x5c594be5c5d0 /* 0 entries */, 32768) = 0
145319 10:00:41.385200 close(8)         = 0
145319 10:00:41.385225 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385245 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385266 access("/.flatpak-info", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.385300 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385321 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385344 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385365 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385385 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385408 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385431 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385452 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385473 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385494 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385515 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385536 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385557 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385584 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385605 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385625 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385646 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385666 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385687 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385707 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385728 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385749 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385770 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385791 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385811 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385830 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.385850 newfstatat(AT_FDCWD, "/usr/lib/gio/modules/libdconfsettings.so", {st_mode=S_IFREG|0755, st_size=55336, ...}, 0) = 0
145319 10:00:41.385894 openat(AT_FDCWD, "/usr/lib/gio/modules/libdconfsettings.so", O_RDONLY|O_CLOEXEC) = 8
145319 10:00:41.385920 read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.385948 fstat(8, {st_mode=S_IFREG|0755, st_size=55336, ...}) = 0
145319 10:00:41.385975 mmap(NULL, 57568, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x789ec2150000
145319 10:00:41.386002 mmap(0x789ec2154000, 24576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x4000) = 0x789ec2154000
145319 10:00:41.386032 mmap(0x789ec215a000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xa000) = 0x789ec215a000
145319 10:00:41.386057 mmap(0x789ec215d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xc000) = 0x789ec215d000
145319 10:00:41.386093 close(8)         = 0
145319 10:00:41.386237 mprotect(0x789ec215d000, 4096, PROT_READ) = 0
145319 10:00:41.386334 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.386359 newfstatat(AT_FDCWD, "/usr/lib/gio/modules/libxfconfgsettingsbackend.so", {st_mode=S_IFREG|0755, st_size=30672, ...}, 0) = 0
145319 10:00:41.386391 openat(AT_FDCWD, "/usr/lib/gio/modules/libxfconfgsettingsbackend.so", O_RDONLY|O_CLOEXEC) = 8
145319 10:00:41.386417 read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.386440 fstat(8, {st_mode=S_IFREG|0755, st_size=30672, ...}) = 0
145319 10:00:41.386466 mmap(NULL, 28712, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x789ec2148000
145319 10:00:41.386490 mmap(0x789ec214b000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x3000) = 0x789ec214b000
145319 10:00:41.386519 mmap(0x789ec214d000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x5000) = 0x789ec214d000
145319 10:00:41.386544 mmap(0x789ec214e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x6000) = 0x789ec214e000
145319 10:00:41.386582 close(8)         = 0
145319 10:00:41.386607 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 8
145319 10:00:41.386632 fstat(8, {st_mode=S_IFREG|0644, st_size=215035, ...}) = 0
145319 10:00:41.386654 mmap(NULL, 215035, PROT_READ, MAP_PRIVATE, 8, 0) = 0x789ebfe2f000
145319 10:00:41.386677 close(8)         = 0
145319 10:00:41.386707 openat(AT_FDCWD, "/usr/lib/libxfconf-0.so.3", O_RDONLY|O_CLOEXEC) = 8
145319 10:00:41.386730 read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.386752 fstat(8, {st_mode=S_IFREG|0755, st_size=83912, ...}) = 0
145319 10:00:41.386776 mmap(NULL, 86192, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x789ec2132000
145319 10:00:41.386798 mmap(0x789ec2137000, 40960, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x5000) = 0x789ec2137000
145319 10:00:41.386822 mmap(0x789ec2141000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xf000) = 0x789ec2141000
145319 10:00:41.386847 mmap(0x789ec2146000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x13000) = 0x789ec2146000
145319 10:00:41.386877 close(8)         = 0
145319 10:00:41.386905 openat(AT_FDCWD, "/usr/lib/libgthread-2.0.so.0", O_RDONLY|O_CLOEXEC) = 8
145319 10:00:41.386930 read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.386952 fstat(8, {st_mode=S_IFREG|0755, st_size=14056, ...}) = 0
145319 10:00:41.386975 mmap(NULL, 16400, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x789ec212d000
145319 10:00:41.387000 mmap(0x789ec212e000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x1000) = 0x789ec212e000
145319 10:00:41.387025 mmap(0x789ec212f000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2000) = 0x789ec212f000
145319 10:00:41.387047 mmap(0x789ec2130000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2000) = 0x789ec2130000
145319 10:00:41.387077 close(8)         = 0
145319 10:00:41.387104 openat(AT_FDCWD, "/usr/lib/libxfce4util.so.7", O_RDONLY|O_CLOEXEC) = 8
145319 10:00:41.387128 read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.387150 fstat(8, {st_mode=S_IFREG|0755, st_size=88016, ...}) = 0
145319 10:00:41.387174 mmap(NULL, 94584, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x789ebfe17000
145319 10:00:41.387199 mmap(0x789ebfe1c000, 45056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x5000) = 0x789ebfe1c000
145319 10:00:41.387223 mmap(0x789ebfe27000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x10000) = 0x789ebfe27000
145319 10:00:41.387253 mmap(0x789ebfe2c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x14000) = 0x789ebfe2c000
145319 10:00:41.387289 mmap(0x789ebfe2e000, 376, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x789ebfe2e000
145319 10:00:41.387320 close(8)         = 0
145319 10:00:41.387443 mprotect(0x789ebfe2c000, 4096, PROT_READ) = 0
145319 10:00:41.387473 mprotect(0x789ec2130000, 4096, PROT_READ) = 0
145319 10:00:41.387546 mprotect(0x789ec2146000, 4096, PROT_READ) = 0
145319 10:00:41.387604 mprotect(0x789ec214e000, 4096, PROT_READ) = 0
145319 10:00:41.387636 munmap(0x789ebfe2f000, 215035) = 0
145319 10:00:41.387687 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.387715 getuid()         = 1001
145319 10:00:41.387737 openat(AT_FDCWD, "/run/dconf/user/1001", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.387770 openat(AT_FDCWD, "/run/user/1001/dconf/profile", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.387798 openat(AT_FDCWD, "/etc/dconf/profile/user", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.387822 openat(AT_FDCWD, "/usr/local/share/dconf/profile/user", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.387852 openat(AT_FDCWD, "/usr/share/dconf/profile/user", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.387891 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.387925 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.387954 mkdir("/run/user/1001/dconf", 0700) = -1 EEXIST (File exists)
145319 10:00:41.387987 newfstatat(AT_FDCWD, "/run/user/1001/dconf", {st_mode=S_IFDIR|0700, st_size=60, ...}, 0) = 0
145319 10:00:41.388021 openat(AT_FDCWD, "/run/user/1001/dconf/user", O_RDWR|O_CREAT, 0600) = 8
145319 10:00:41.388058 pwrite64(8, "\0", 1, 1) = 1
145319 10:00:41.388090 mmap(NULL, 1, PROT_READ, MAP_SHARED, 8, 0) = 0x789ec212c000
145319 10:00:41.388120 close(8)         = 0
145319 10:00:41.388147 openat(AT_FDCWD, "/home/ron/.config/dconf/user", O_RDONLY|O_CLOEXEC) = 8
145319 10:00:41.388181 fstat(8, {st_mode=S_IFREG|0644, st_size=84523, ...}) = 0
145319 10:00:41.388213 mmap(NULL, 84523, PROT_READ, MAP_PRIVATE, 8, 0) = 0x789ebfe4f000
145319 10:00:41.388242 close(8)         = 0
145319 10:00:41.388292 eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK) = 8
145319 10:00:41.388331 mmap(NULL, 16781312, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x789eb83fb000
145319 10:00:41.388362 mprotect(0x789eb83fc000, 16777216, PROT_READ|PROT_WRITE) = 0
145319 10:00:41.388397 rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
145319 10:00:41.388432 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0x789eb93fb990, parent_tid=0x789eb93fb990, exit_signal=0, stack=0x789eb83fb000, stack_size=0xfffd00, tls=0x789eb93fb6c0} => {parent_tid=[145467]}, 88) = 145467
145467 10:00:41.388497 rseq(0x789eb93fb380, 0x20, 0, 0x53053053 <unfinished ...>
145319 10:00:41.388508 rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
145467 10:00:41.388519 <... rseq resumed>) = 0
145319 10:00:41.388527 <... rt_sigprocmask resumed>NULL, 8) = 0
145467 10:00:41.388537 set_robust_list(0x789eb93fb9a0, 24 <unfinished ...>
145319 10:00:41.388545 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145467 10:00:41.388554 <... set_robust_list resumed>) = 0
145319 10:00:41.388561 <... futex resumed>) = 0
145467 10:00:41.388569 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
145467 10:00:41.388600 prctl(PR_SET_NAME, "dconf worker") = 0
145319 10:00:41.388637 write(8, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145467 10:00:41.388650 mmap(0x789ea8000000, 67108864, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...>
145319 10:00:41.388659 <... write resumed>) = 8
145467 10:00:41.388667 <... mmap resumed>) = 0x789ea8000000
145319 10:00:41.388682 write(8, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145467 10:00:41.388692 mprotect(0x789ea8000000, 135168, PROT_READ|PROT_WRITE <unfinished ...>
145319 10:00:41.388700 <... write resumed>) = 8
145467 10:00:41.388714 <... mprotect resumed>) = 0
145319 10:00:41.388728 write(8, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145467 10:00:41.388738 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.388746 <... write resumed>) = 8
145319 10:00:41.388760 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1) = 1
145467 10:00:41.388780 <... futex resumed>) = 0
145467 10:00:41.388796 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.388804 write(8, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145467 10:00:41.388814 <... futex resumed>) = 0
145319 10:00:41.388822 <... write resumed>) = 8
145467 10:00:41.388829 getpid( <unfinished ...>
145319 10:00:41.388844 write(8, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145467 10:00:41.388855 <... getpid resumed>) = 145319
145319 10:00:41.388864 <... write resumed>) = 8
145467 10:00:41.388872 gettid()         = 145467
145467 10:00:41.388903 ppoll([{fd=8, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.388920 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145467 10:00:41.388929 <... ppoll resumed>) = 1 ([{fd=8, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145319 10:00:41.388943 <... futex resumed>) = 0
145467 10:00:41.388951 read(8,  <unfinished ...>
145319 10:00:41.388961 write(3, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145467 10:00:41.388971 <... read resumed>"\5\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.388982 <... write resumed>) = 8
145319 10:00:41.389000 futex(0x789ec0fbaac0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145467 10:00:41.389009 futex(0x789ec0fbaac0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.389018 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145467 10:00:41.389028 <... futex resumed>) = 0
145319 10:00:41.389037 futex(0x789ec0fbaac0, FUTEX_WAKE_PRIVATE, 1) = 0
145467 10:00:41.389057 futex(0x789ec215e078, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145319 10:00:41.389067 sendmsg(7, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\0\0\1\0\f\0\2\0\0\0\1\0\0\0\0\0\f\0\3\0\0\0", iov_len=24}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT|MSG_NOSIGNAL <unfinished ...>
145467 10:00:41.389105 <... futex resumed>) = 0
145319 10:00:41.389115 <... sendmsg resumed>) = 24
145319 10:00:41.389133 poll([{fd=7, events=POLLIN}], 1, -1 <unfinished ...>
145467 10:00:41.389153 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.389181 <... poll resumed>) = 1 ([{fd=7, revents=POLLIN}])
145467 10:00:41.389194 futex(0x789ec215e078, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145319 10:00:41.389203 recvmsg(7,  <unfinished ...>
145467 10:00:41.389215 <... futex resumed>) = 0
145465 10:00:41.389222 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145319 10:00:41.389233 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\2\0\0\0\0\0\34\0\1\0\0\0\10\0\0\0wl_seat\0\t\0\0\0\2\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_DONTWAIT|MSG_CMSG_CLOEXEC) = 2756
145467 10:00:41.389255 futex(0x5c594be44550, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145465 10:00:41.389283 read(6,  <unfinished ...>
145319 10:00:41.389293 recvmsg(7,  <unfinished ...>
145465 10:00:41.389304 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.389315 <... recvmsg resumed>{msg_namelen=0}, MSG_DONTWAIT|MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
145465 10:00:41.389357 futex(0x5c594be44550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.389398 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145467 10:00:41.389410 <... futex resumed>) = 0
145465 10:00:41.389416 <... futex resumed>) = 1
145319 10:00:41.389424 <... futex resumed>) = 0
145467 10:00:41.389430 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.389449 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145467 10:00:41.389457 <... write resumed>) = 8
145319 10:00:41.389466 <... futex resumed>) = 0
145465 10:00:41.389472 futex(0x5c594be44550, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.389481 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145467 10:00:41.389489 futex(0x5c594be44550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.389497 <... futex resumed>) = 0
145465 10:00:41.389504 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145319 10:00:41.389514 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145467 10:00:41.389521 <... futex resumed>) = 0
145319 10:00:41.389530 <... futex resumed>) = 0
145465 10:00:41.389537 futex(0x5c594be44550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145467 10:00:41.389544 futex(0x789ec215e078, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.389552 <... futex resumed>) = 0
145467 10:00:41.389560 <... futex resumed>) = 0
145319 10:00:41.389579 memfd_create("wayland-cursor", MFD_CLOEXEC|MFD_ALLOW_SEALING|MFD_NOEXEC_SEAL <unfinished ...>
145465 10:00:41.389594 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\200\0\0\0\2\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=272}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL <unfinished ...>
145319 10:00:41.389617 <... memfd_create resumed>) = 9
145467 10:00:41.389626 futex(0x789ec215e078, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145319 10:00:41.389635 fcntl(9, F_ADD_SEALS, F_SEAL_SEAL|F_SEAL_SHRINK <unfinished ...>
145465 10:00:41.389643 <... sendmsg resumed>) = 272
145319 10:00:41.389652 <... fcntl resumed>) = 0
145467 10:00:41.389659 <... futex resumed>) = 0
145319 10:00:41.389668 rt_sigprocmask(SIG_BLOCK, [ALRM],  <unfinished ...>
145465 10:00:41.389678 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.389693 <... rt_sigprocmask resumed>[], 8) = 0
145467 10:00:41.389703 futex(0x789ec215e078, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145319 10:00:41.389712 fallocate(9, 0, 0, 2304 <unfinished ...>
145465 10:00:41.389720 <... ppoll resumed>) = 2 ([{fd=5, revents=POLLIN}, {fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145319 10:00:41.389734 <... fallocate resumed>) = 0
145467 10:00:41.389740 <... futex resumed>) = 0
145319 10:00:41.389749 rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
145465 10:00:41.389758 read(6,  <unfinished ...>
145319 10:00:41.389766 <... rt_sigprocmask resumed>NULL, 8) = 0
145467 10:00:41.389777 futex(0x789ec215e078, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145319 10:00:41.389786 mmap(NULL, 2304, PROT_READ|PROT_WRITE, MAP_SHARED, 9, 0 <unfinished ...>
145465 10:00:41.389794 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.389818 <... mmap resumed>) = 0x789ec212b000
145467 10:00:41.389826 <... futex resumed>) = 0
145319 10:00:41.389835 fcntl(9, F_DUPFD_CLOEXEC, 0 <unfinished ...>
145465 10:00:41.389842 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.389853 <... fcntl resumed>) = 10
145467 10:00:41.389860 futex(0x789ec215e078, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145319 10:00:41.389868 openat(AT_FDCWD, "/home/ron//.local/share/icons/default/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY <unfinished ...>
145465 10:00:41.389878 <... write resumed>) = 8
145319 10:00:41.389886 <... openat resumed>) = -1 ENOENT (No such file or directory)
145467 10:00:41.389896 <... futex resumed>) = 0
145319 10:00:41.389905 openat(AT_FDCWD, "/home/ron//.local/share/icons/default//index.theme", O_RDONLY <unfinished ...>
145465 10:00:41.389914 recvmsg(5,  <unfinished ...>
145319 10:00:41.389925 <... openat resumed>) = -1 ENOENT (No such file or directory)
145467 10:00:41.389934 futex(0x789ec215e078, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145319 10:00:41.389944 openat(AT_FDCWD, "/home/ron//.icons/default/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY <unfinished ...>
145465 10:00:41.389953 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145319 10:00:41.389975 <... openat resumed>) = -1 ENOENT (No such file or directory)
145467 10:00:41.389984 <... futex resumed>) = 0
145319 10:00:41.389994 openat(AT_FDCWD, "/home/ron//.icons/default//index.theme", O_RDONLY <unfinished ...>
145465 10:00:41.390003 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.390015 <... openat resumed>) = -1 ENOENT (No such file or directory)
145467 10:00:41.390023 ppoll([{fd=8, events=POLLIN}], 1, {tv_sec=24, tv_nsec=999175000}, NULL, 8 <unfinished ...>
145319 10:00:41.390037 openat(AT_FDCWD, "/usr/share/icons/default/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY <unfinished ...>
145465 10:00:41.390047 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145319 10:00:41.390058 <... openat resumed>) = -1 ENOENT (No such file or directory)
145465 10:00:41.390068 recvmsg(5,  <unfinished ...>
145319 10:00:41.390078 openat(AT_FDCWD, "/usr/share/icons/default//index.theme", O_RDONLY <unfinished ...>
145465 10:00:41.390088 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\2\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145319 10:00:41.390109 <... openat resumed>) = 11
145465 10:00:41.390118 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.390128 fstat(11,  <unfinished ...>
145465 10:00:41.390136 <... write resumed>) = 8
145319 10:00:41.390144 <... fstat resumed>{st_mode=S_IFREG|0644, st_size=30, ...}) = 0
145465 10:00:41.390155 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.390165 read(11,  <unfinished ...>
145465 10:00:41.390173 <... write resumed>) = 8
145319 10:00:41.390181 <... read resumed>"[Icon Theme]\nInherits=Adwaita\n", 4096) = 30
145465 10:00:41.390191 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\210\0\0\0\3\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=280}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL <unfinished ...>
145319 10:00:41.390209 close(11 <unfinished ...>
145465 10:00:41.390217 <... sendmsg resumed>) = 280
145319 10:00:41.390224 <... close resumed>) = 0
145319 10:00:41.390243 openat(AT_FDCWD, "/usr/share/pixmaps/default/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY <unfinished ...>
145465 10:00:41.390254 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.390270 <... openat resumed>) = -1 ENOENT (No such file or directory)
145465 10:00:41.390290 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145319 10:00:41.390315 openat(AT_FDCWD, "/home/ron//.cursors/default/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY <unfinished ...>
145465 10:00:41.390326 read(6,  <unfinished ...>
145319 10:00:41.390334 <... openat resumed>) = -1 ENOENT (No such file or directory)
145465 10:00:41.390343 <... read resumed>"\3\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.390352 openat(AT_FDCWD, "/usr/share/cursors/xorg-x11/default/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145465 10:00:41.390375 write(8, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.390386 openat(AT_FDCWD, "/usr/share/icons/default/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY <unfinished ...>
145467 10:00:41.390397 <... ppoll resumed>) = 1 ([{fd=8, revents=POLLIN}], left {tv_sec=24, tv_nsec=998822162})
145465 10:00:41.390407 <... write resumed>) = 8
145319 10:00:41.390415 <... openat resumed>) = -1 ENOENT (No such file or directory)
145467 10:00:41.390424 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.390433 openat(AT_FDCWD, "/home/ron//.local/share/icons/Adwaita/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY <unfinished ...>
145465 10:00:41.390441 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.390450 <... openat resumed>) = -1 ENOENT (No such file or directory)
145467 10:00:41.390457 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145319 10:00:41.390466 openat(AT_FDCWD, "/home/ron//.local/share/icons/Adwaita//index.theme", O_RDONLY <unfinished ...>
145465 10:00:41.390475 <... futex resumed>) = 0
145319 10:00:41.390483 <... openat resumed>) = -1 ENOENT (No such file or directory)
145467 10:00:41.390491 read(8,  <unfinished ...>
145319 10:00:41.390498 openat(AT_FDCWD, "/home/ron//.icons/Adwaita/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY <unfinished ...>
145465 10:00:41.390507 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.390515 <... openat resumed>) = -1 ENOENT (No such file or directory)
145467 10:00:41.390523 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.390532 openat(AT_FDCWD, "/home/ron//.icons/Adwaita//index.theme", O_RDONLY <unfinished ...>
145467 10:00:41.390541 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.390549 <... openat resumed>) = -1 ENOENT (No such file or directory)
145467 10:00:41.390559 <... futex resumed>) = 1
145465 10:00:41.390566 <... futex resumed>) = 0
145319 10:00:41.390574 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY <unfinished ...>
145467 10:00:41.390585 ppoll([{fd=8, events=POLLIN}], 1, {tv_sec=24, tv_nsec=998951000}, NULL, 8 <unfinished ...>
145465 10:00:41.390597 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.390606 <... openat resumed>) = 11
145465 10:00:41.390614 <... futex resumed>) = 0
145319 10:00:41.390622 fstat(11,  <unfinished ...>
145465 10:00:41.390629 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.390640 <... fstat resumed>{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
145465 10:00:41.390651 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145319 10:00:41.390661 brk(0x5c594be97000 <unfinished ...>
145465 10:00:41.390669 recvmsg(5,  <unfinished ...>
145319 10:00:41.390678 <... brk resumed>) = 0x5c594be97000
145465 10:00:41.390685 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145319 10:00:41.390705 getdents64(11,  <unfinished ...>
145465 10:00:41.390714 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1|\0\0\0\4\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=268}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL <unfinished ...>
145319 10:00:41.390749 <... getdents64 resumed>0x5c594be6ef80 /* 63 entries */, 32768) = 2048
145465 10:00:41.390764 <... sendmsg resumed>) = 268
145319 10:00:41.390771 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///ns-resize", O_RDONLY <unfinished ...>
145465 10:00:41.390781 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.390793 <... openat resumed>) = 12
145465 10:00:41.390800 <... ppoll resumed>) = 0 (Timeout)
145319 10:00:41.390808 fstat(12,  <unfinished ...>
145465 10:00:41.390815 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.390824 <... fstat resumed>{st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145465 10:00:41.390834 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145319 10:00:41.390844 read(12,  <unfinished ...>
145465 10:00:41.390851 recvmsg(5,  <unfinished ...>
145319 10:00:41.390859 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.390869 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\3\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145319 10:00:41.390886 lseek(12, 0, SEEK_SET <unfinished ...>
145465 10:00:41.390894 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1~\0\0\0\5\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=270}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL <unfinished ...>
145319 10:00:41.390910 <... lseek resumed>) = 0
145465 10:00:41.390918 <... sendmsg resumed>) = 270
145319 10:00:41.390925 read(12,  <unfinished ...>
145465 10:00:41.390932 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.390945 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.390954 <... ppoll resumed>) = 0 (Timeout)
145319 10:00:41.390982 close(12 <unfinished ...>
145465 10:00:41.390990 write(8, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.391000 <... close resumed>) = 0
145467 10:00:41.391008 <... ppoll resumed>) = 1 ([{fd=8, revents=POLLIN}], left {tv_sec=24, tv_nsec=998546762})
145465 10:00:41.391019 <... write resumed>) = 8
145319 10:00:41.391027 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///right_side", O_RDONLY <unfinished ...>
145467 10:00:41.391036 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.391045 <... openat resumed>) = 12
145465 10:00:41.391052 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.391060 fstat(12,  <unfinished ...>
145467 10:00:41.391067 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145319 10:00:41.391077 <... fstat resumed>{st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145465 10:00:41.391087 <... futex resumed>) = 0
145319 10:00:41.391096 read(12,  <unfinished ...>
145467 10:00:41.391102 read(8,  <unfinished ...>
145319 10:00:41.391110 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.391119 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.391127 lseek(12, 0, SEEK_SET <unfinished ...>
145467 10:00:41.391134 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.391144 <... lseek resumed>) = 0
145467 10:00:41.391152 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.391159 read(12,  <unfinished ...>
145467 10:00:41.391164 <... futex resumed>) = 1
145319 10:00:41.391170 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.391176 <... futex resumed>) = 0
145467 10:00:41.391188 ppoll([{fd=8, events=POLLIN}], 1, {tv_sec=24, tv_nsec=998350000}, NULL, 8 <unfinished ...>
145465 10:00:41.391197 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.391202 rt_sigprocmask(SIG_BLOCK, [ALRM],  <unfinished ...>
145465 10:00:41.391212 <... futex resumed>) = 0
145319 10:00:41.391217 <... rt_sigprocmask resumed>[], 8) = 0
145465 10:00:41.391223 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.391230 fallocate(9, 0, 0, 6912 <unfinished ...>
145465 10:00:41.391235 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145319 10:00:41.391248 <... fallocate resumed>) = 0
145465 10:00:41.391253 recvmsg(5,  <unfinished ...>
145319 10:00:41.391259 rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
145465 10:00:41.391265 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145319 10:00:41.391284 <... rt_sigprocmask resumed>NULL, 8) = 0
145465 10:00:41.391293 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\205\0\0\0\6\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=277}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL <unfinished ...>
145319 10:00:41.391308 munmap(0x789ec212b000, 2304 <unfinished ...>
145465 10:00:41.391315 <... sendmsg resumed>) = 277
145319 10:00:41.391327 <... munmap resumed>) = 0
145465 10:00:41.391332 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.391340 mmap(NULL, 6912, PROT_READ|PROT_WRITE, MAP_SHARED, 9, 0 <unfinished ...>
145465 10:00:41.391346 <... ppoll resumed>) = 0 (Timeout)
145319 10:00:41.391356 <... mmap resumed>) = 0x789ec212a000
145465 10:00:41.391361 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.391373 close(12 <unfinished ...>
145465 10:00:41.391378 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145319 10:00:41.391385 <... close resumed>) = 0
145465 10:00:41.391390 recvmsg(5,  <unfinished ...>
145319 10:00:41.391395 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///xterm", O_RDONLY <unfinished ...>
145465 10:00:41.391402 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\4\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145319 10:00:41.391414 <... openat resumed>) = 12
145319 10:00:41.391425 fstat(12,  <unfinished ...>
145465 10:00:41.391429 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\220\0\0\0\7\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=288}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL <unfinished ...>
145319 10:00:41.391441 <... fstat resumed>{st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145465 10:00:41.391448 <... sendmsg resumed>) = 288
145319 10:00:41.391454 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.391469 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.391478 lseek(12, 0, SEEK_SET <unfinished ...>
145465 10:00:41.391483 <... ppoll resumed>) = 0 (Timeout)
145319 10:00:41.391488 <... lseek resumed>) = 0
145319 10:00:41.391498 read(12,  <unfinished ...>
145465 10:00:41.391504 write(8, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.391510 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145467 10:00:41.391518 <... ppoll resumed>) = 1 ([{fd=8, revents=POLLIN}], left {tv_sec=24, tv_nsec=998034428})
145465 10:00:41.391525 <... write resumed>) = 8
145467 10:00:41.391530 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145465 10:00:41.391535 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.391541 close(12 <unfinished ...>
145467 10:00:41.391545 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145319 10:00:41.391551 <... close resumed>) = 0
145465 10:00:41.391555 <... futex resumed>) = 0
145319 10:00:41.391561 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///X_cursor", O_RDONLY <unfinished ...>
145467 10:00:41.391567 read(8,  <unfinished ...>
145465 10:00:41.391572 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.391579 <... openat resumed>) = 12
145467 10:00:41.391584 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.391591 fstat(12,  <unfinished ...>
145467 10:00:41.391596 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.391601 <... fstat resumed>{st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145467 10:00:41.391608 <... futex resumed>) = 1
145465 10:00:41.391612 <... futex resumed>) = 0
145319 10:00:41.391617 read(12,  <unfinished ...>
145465 10:00:41.391621 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.391627 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145467 10:00:41.391632 ppoll([{fd=8, events=POLLIN}], 1, {tv_sec=24, tv_nsec=998060000}, NULL, 8 <unfinished ...>
145319 10:00:41.391641 lseek(12, 0, SEEK_SET <unfinished ...>
145465 10:00:41.391645 <... futex resumed>) = 0
145319 10:00:41.391650 <... lseek resumed>) = 0
145319 10:00:41.391661 read(12,  <unfinished ...>
145465 10:00:41.391665 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.391672 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.391678 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.391690 recvmsg(5,  <unfinished ...>
145319 10:00:41.391699 rt_sigprocmask(SIG_BLOCK, [ALRM],  <unfinished ...>
145465 10:00:41.391705 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145319 10:00:41.391717 <... rt_sigprocmask resumed>[], 8) = 0
145465 10:00:41.391724 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1{\0\0\0\10\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=267}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL <unfinished ...>
145319 10:00:41.391735 fallocate(9, 0, 0, 16128 <unfinished ...>
145465 10:00:41.391740 <... sendmsg resumed>) = 267
145319 10:00:41.391751 <... fallocate resumed>) = 0
145465 10:00:41.391756 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.391765 rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
145465 10:00:41.391771 <... ppoll resumed>) = 0 (Timeout)
145319 10:00:41.391776 <... rt_sigprocmask resumed>NULL, 8) = 0
145465 10:00:41.391781 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.391787 munmap(0x789ec212a000, 6912 <unfinished ...>
145465 10:00:41.391792 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145319 10:00:41.391799 <... munmap resumed>) = 0
145465 10:00:41.391804 recvmsg(5,  <unfinished ...>
145319 10:00:41.391810 mmap(NULL, 16128, PROT_READ|PROT_WRITE, MAP_SHARED, 9, 0 <unfinished ...>
145465 10:00:41.391815 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\5\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145319 10:00:41.391836 <... mmap resumed>) = 0x789ebfe4b000
145465 10:00:41.391843 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\205\0\0\0\t\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=277}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL <unfinished ...>
145319 10:00:41.391854 close(12 <unfinished ...>
145465 10:00:41.391859 <... sendmsg resumed>) = 277
145319 10:00:41.391864 <... close resumed>) = 0
145465 10:00:41.391874 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.391883 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///se-resize", O_RDONLY <unfinished ...>
145465 10:00:41.391890 <... ppoll resumed>) = 0 (Timeout)
145319 10:00:41.391901 <... openat resumed>) = 12
145319 10:00:41.391912 fstat(12,  <unfinished ...>
145465 10:00:41.391917 write(8, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.391924 <... fstat resumed>{st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145467 10:00:41.391939 <... ppoll resumed>) = 1 ([{fd=8, revents=POLLIN}], left {tv_sec=24, tv_nsec=997774120})
145465 10:00:41.391947 <... write resumed>) = 8
145319 10:00:41.391953 read(12,  <unfinished ...>
145467 10:00:41.391957 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145465 10:00:41.391962 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.391967 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145467 10:00:41.391973 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145319 10:00:41.391979 lseek(12, 0, SEEK_SET <unfinished ...>
145465 10:00:41.391984 <... futex resumed>) = 0
145319 10:00:41.391989 <... lseek resumed>) = 0
145467 10:00:41.391993 read(8,  <unfinished ...>
145319 10:00:41.391998 read(12,  <unfinished ...>
145465 10:00:41.392002 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.392007 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145467 10:00:41.392013 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145467 10:00:41.392026 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.392038 close(12 <unfinished ...>
145467 10:00:41.392042 <... futex resumed>) = 1
145465 10:00:41.392047 <... futex resumed>) = 0
145319 10:00:41.392051 <... close resumed>) = 0
145467 10:00:41.392057 ppoll([{fd=8, events=POLLIN}], 1, {tv_sec=24, tv_nsec=997707000}, NULL, 8 <unfinished ...>
145465 10:00:41.392064 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.392069 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///arrow", O_RDONLY <unfinished ...>
145465 10:00:41.392076 <... futex resumed>) = 0
145319 10:00:41.392081 <... openat resumed>) = 12
145319 10:00:41.392091 fstat(12,  <unfinished ...>
145465 10:00:41.392095 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.392102 <... fstat resumed>{st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145465 10:00:41.392109 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145319 10:00:41.392115 read(12,  <unfinished ...>
145465 10:00:41.392120 recvmsg(5,  <unfinished ...>
145319 10:00:41.392126 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.392132 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145319 10:00:41.392144 lseek(12, 0, SEEK_SET) = 0
145465 10:00:41.392157 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.392165 read(12,  <unfinished ...>
145465 10:00:41.392170 <... ppoll resumed>) = 0 (Timeout)
145319 10:00:41.392175 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.392181 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.392202 recvmsg(5,  <unfinished ...>
145319 10:00:41.392222 close(12 <unfinished ...>
145465 10:00:41.392227 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\6\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145319 10:00:41.392238 <... close resumed>) = 0
145465 10:00:41.392243 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.392251 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///nesw-resize", O_RDONLY <unfinished ...>
145465 10:00:41.392257 <... ppoll resumed>) = 0 (Timeout)
145319 10:00:41.392262 <... openat resumed>) = 12
145319 10:00:41.392272 fstat(12,  <unfinished ...>
145465 10:00:41.392284 write(8, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.392293 <... fstat resumed>{st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145467 10:00:41.392301 <... ppoll resumed>) = 1 ([{fd=8, revents=POLLIN}], left {tv_sec=24, tv_nsec=997475629})
145465 10:00:41.392310 <... write resumed>) = 8
145319 10:00:41.392315 read(12,  <unfinished ...>
145467 10:00:41.392319 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.392325 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.392330 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.392336 lseek(12, 0, SEEK_SET <unfinished ...>
145467 10:00:41.392340 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145319 10:00:41.392346 <... lseek resumed>) = 0
145465 10:00:41.392350 <... futex resumed>) = 0
145319 10:00:41.392355 read(12,  <unfinished ...>
145467 10:00:41.392359 read(8,  <unfinished ...>
145319 10:00:41.392364 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.392369 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145467 10:00:41.392374 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145467 10:00:41.392386 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.392391 close(12 <unfinished ...>
145467 10:00:41.392396 <... futex resumed>) = 1
145465 10:00:41.392400 <... futex resumed>) = 0
145319 10:00:41.392405 <... close resumed>) = 0
145465 10:00:41.392410 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145467 10:00:41.392414 ppoll([{fd=8, events=POLLIN}], 1, {tv_sec=24, tv_nsec=997438000}, NULL, 8 <unfinished ...>
145319 10:00:41.392423 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///left_ptr", O_RDONLY <unfinished ...>
145465 10:00:41.392428 <... futex resumed>) = 0
145319 10:00:41.392438 <... openat resumed>) = 12
145465 10:00:41.392443 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.392449 fstat(12,  <unfinished ...>
145465 10:00:41.392454 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145319 10:00:41.392460 <... fstat resumed>{st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145465 10:00:41.392467 recvmsg(5,  <unfinished ...>
145319 10:00:41.392472 read(12,  <unfinished ...>
145465 10:00:41.392477 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145319 10:00:41.392488 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.392495 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.392502 lseek(12, 0, SEEK_SET <unfinished ...>
145465 10:00:41.392507 <... ppoll resumed>) = 0 (Timeout)
145319 10:00:41.392512 <... lseek resumed>) = 0
145465 10:00:41.392516 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.392522 read(12,  <unfinished ...>
145465 10:00:41.392527 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145319 10:00:41.392533 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.392539 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\7\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145319 10:00:41.392561 rt_sigprocmask(SIG_BLOCK, [ALRM],  <unfinished ...>
145465 10:00:41.392567 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.392575 <... rt_sigprocmask resumed>[], 8) = 0
145465 10:00:41.392581 <... ppoll resumed>) = 0 (Timeout)
145319 10:00:41.392586 fallocate(9, 0, 0, 34560) = 0
145465 10:00:41.392604 write(8, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.392610 rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
145467 10:00:41.392617 <... ppoll resumed>) = 1 ([{fd=8, revents=POLLIN}], left {tv_sec=24, tv_nsec=997247517})
145465 10:00:41.392623 <... write resumed>) = 8
145319 10:00:41.392629 <... rt_sigprocmask resumed>NULL, 8) = 0
145467 10:00:41.392635 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.392640 munmap(0x789ebfe4b000, 16128 <unfinished ...>
145465 10:00:41.392644 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145467 10:00:41.392649 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145319 10:00:41.392655 <... munmap resumed>) = 0
145465 10:00:41.392659 <... futex resumed>) = 0
145319 10:00:41.392664 mmap(NULL, 34560, PROT_READ|PROT_WRITE, MAP_SHARED, 9, 0 <unfinished ...>
145467 10:00:41.392669 read(8,  <unfinished ...>
145465 10:00:41.392673 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.392678 <... mmap resumed>) = 0x789ebfe46000
145467 10:00:41.392682 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.392694 close(12 <unfinished ...>
145467 10:00:41.392699 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.392704 <... close resumed>) = 0
145467 10:00:41.392709 <... futex resumed>) = 1
145465 10:00:41.392713 <... futex resumed>) = 0
145319 10:00:41.392718 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///dnd-move", O_RDONLY <unfinished ...>
145467 10:00:41.392725 ppoll([{fd=8, events=POLLIN}], 1, {tv_sec=24, tv_nsec=997198000}, NULL, 8 <unfinished ...>
145465 10:00:41.392732 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.392737 <... openat resumed>) = 12
145465 10:00:41.392741 <... futex resumed>) = 0
145319 10:00:41.392746 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145465 10:00:41.392760 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.392766 read(12,  <unfinished ...>
145465 10:00:41.392771 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145319 10:00:41.392777 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.392783 recvmsg(5,  <unfinished ...>
145319 10:00:41.392789 lseek(12, 0, SEEK_SET <unfinished ...>
145465 10:00:41.392794 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145319 10:00:41.392805 <... lseek resumed>) = 0
145465 10:00:41.392811 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.392818 read(12,  <unfinished ...>
145465 10:00:41.392823 <... ppoll resumed>) = 0 (Timeout)
145319 10:00:41.392827 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.392833 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.392854 recvmsg(5,  <unfinished ...>
145319 10:00:41.392860 close(12 <unfinished ...>
145465 10:00:41.392864 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\10\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145319 10:00:41.392875 <... close resumed>) = 0
145465 10:00:41.392881 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.392888 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///tcross", O_RDONLY <unfinished ...>
145465 10:00:41.392894 <... ppoll resumed>) = 0 (Timeout)
145319 10:00:41.392899 <... openat resumed>) = 12
145319 10:00:41.392909 fstat(12,  <unfinished ...>
145465 10:00:41.392915 write(8, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.392921 <... fstat resumed>{st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145467 10:00:41.392928 <... ppoll resumed>) = 1 ([{fd=8, revents=POLLIN}], left {tv_sec=24, tv_nsec=997006876})
145465 10:00:41.392934 <... write resumed>) = 8
145319 10:00:41.392939 read(12,  <unfinished ...>
145467 10:00:41.392943 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.392949 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.392956 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.392962 lseek(12, 0, SEEK_SET <unfinished ...>
145467 10:00:41.392966 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145319 10:00:41.392972 <... lseek resumed>) = 0
145465 10:00:41.392976 <... futex resumed>) = 0
145319 10:00:41.392981 read(12,  <unfinished ...>
145467 10:00:41.392985 read(8,  <unfinished ...>
145319 10:00:41.392989 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.392995 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145467 10:00:41.393000 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145467 10:00:41.393012 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.393018 close(12 <unfinished ...>
145467 10:00:41.393023 <... futex resumed>) = 1
145465 10:00:41.393027 <... futex resumed>) = 0
145319 10:00:41.393032 <... close resumed>) = 0
145467 10:00:41.393037 ppoll([{fd=8, events=POLLIN}], 1, {tv_sec=24, tv_nsec=996972000}, NULL, 8 <unfinished ...>
145465 10:00:41.393044 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.393049 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///hand1", O_RDONLY <unfinished ...>
145465 10:00:41.393055 <... futex resumed>) = 0
145319 10:00:41.393060 <... openat resumed>) = 12
145465 10:00:41.393066 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.393072 fstat(12,  <unfinished ...>
145465 10:00:41.393077 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145319 10:00:41.393082 <... fstat resumed>{st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145465 10:00:41.393089 recvmsg(5,  <unfinished ...>
145319 10:00:41.393095 read(12,  <unfinished ...>
145465 10:00:41.393099 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145319 10:00:41.393110 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.393117 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.393124 lseek(12, 0, SEEK_SET <unfinished ...>
145465 10:00:41.393129 <... ppoll resumed>) = 0 (Timeout)
145319 10:00:41.393134 <... lseek resumed>) = 0
145465 10:00:41.393139 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.393145 read(12,  <unfinished ...>
145465 10:00:41.393149 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145319 10:00:41.393155 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.393161 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\t\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145319 10:00:41.393187 close(12 <unfinished ...>
145465 10:00:41.393192 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.393200 <... close resumed>) = 0
145465 10:00:41.393205 <... ppoll resumed>) = 0 (Timeout)
145319 10:00:41.393210 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///fleur", O_RDONLY) = 12
145465 10:00:41.393225 write(8, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.393232 fstat(12,  <unfinished ...>
145467 10:00:41.393238 <... ppoll resumed>) = 1 ([{fd=8, revents=POLLIN}], left {tv_sec=24, tv_nsec=996782193})
145465 10:00:41.393244 <... write resumed>) = 8
145319 10:00:41.393249 <... fstat resumed>{st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145467 10:00:41.393255 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.393260 read(12,  <unfinished ...>
145465 10:00:41.393264 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.393269 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145467 10:00:41.393283 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145319 10:00:41.393290 lseek(12, 0, SEEK_SET <unfinished ...>
145465 10:00:41.393294 <... futex resumed>) = 0
145319 10:00:41.393299 <... lseek resumed>) = 0
145467 10:00:41.393303 read(8,  <unfinished ...>
145319 10:00:41.393308 read(12,  <unfinished ...>
145465 10:00:41.393312 futex(0x5c594be4f600, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.393317 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145467 10:00:41.393323 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145467 10:00:41.393335 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.393346 close(12 <unfinished ...>
145467 10:00:41.393350 <... futex resumed>) = 1
145465 10:00:41.393354 <... futex resumed>) = 0
145319 10:00:41.393359 <... close resumed>) = 0
145467 10:00:41.393365 ppoll([{fd=8, events=POLLIN}], 1, NULL, NULL, 8 <unfinished ...>
145465 10:00:41.393371 futex(0x5c594be4f600, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.393376 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///cross", O_RDONLY <unfinished ...>
145465 10:00:41.393382 <... futex resumed>) = 0
145319 10:00:41.393387 <... openat resumed>) = 12
145319 10:00:41.393396 fstat(12,  <unfinished ...>
145465 10:00:41.393401 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.393407 <... fstat resumed>{st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145465 10:00:41.393414 <... poll resumed>) = 0 (Timeout)
145319 10:00:41.393418 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.393432 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.393438 lseek(12, 0, SEEK_SET <unfinished ...>
145465 10:00:41.393443 <... write resumed>) = 8
145319 10:00:41.393447 <... lseek resumed>) = 0
145319 10:00:41.393457 read(12,  <unfinished ...>
145465 10:00:41.393461 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.393468 <... read resumed>"Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145465 10:00:41.393474 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145465 10:00:41.393485 read(6,  <unfinished ...>
145319 10:00:41.393496 close(12 <unfinished ...>
145465 10:00:41.393500 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.393506 <... close resumed>) = 0
145465 10:00:41.393511 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.393518 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///w-resize", O_RDONLY) = 12
145319 10:00:41.393537 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.393557 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.393577 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.393594 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.393628 close(12)        = 0
145319 10:00:41.393647 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///sw-resize", O_RDONLY) = 12
145319 10:00:41.393668 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.393688 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.393708 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.393725 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.393761 close(12)        = 0
145319 10:00:41.393780 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///zoom-in", O_RDONLY) = 12
145319 10:00:41.393801 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.393821 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.393842 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.393859 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.393896 rt_sigprocmask(SIG_BLOCK, [ALRM], [], 8) = 0
145319 10:00:41.393918 fallocate(9, 0, 0, 71424) = 0
145319 10:00:41.393947 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
145319 10:00:41.393967 munmap(0x789ebfe46000, 34560) = 0
145319 10:00:41.393989 mmap(NULL, 71424, PROT_READ|PROT_WRITE, MAP_SHARED, 9, 0) = 0x789ebfe3d000
145319 10:00:41.394013 close(12)        = 0
145319 10:00:41.394031 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///e-resize", O_RDONLY) = 12
145319 10:00:41.394052 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.394072 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.394092 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.394108 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.394144 close(12)        = 0
145319 10:00:41.394162 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///cross_reverse", O_RDONLY) = 12
145319 10:00:41.394184 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.394204 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.394225 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.394241 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.394283 close(12)        = 0
145319 10:00:41.394313 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///diamond_cross", O_RDONLY) = 12
145319 10:00:41.394336 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.394357 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.394378 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.394395 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.394429 close(12)        = 0
145319 10:00:41.394447 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///fd_double_arrow", O_RDONLY) = 12
145319 10:00:41.394469 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.394489 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.394509 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.394526 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.394563 close(12)        = 0
145319 10:00:41.394582 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///text", O_RDONLY) = 12
145319 10:00:41.394603 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.394623 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.394643 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.394660 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.394695 close(12)        = 0
145319 10:00:41.394713 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///move", O_RDONLY) = 12
145319 10:00:41.394734 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.394754 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.394775 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.394792 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.394828 close(12)        = 0
145319 10:00:41.394846 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///sb_h_double_arrow", O_RDONLY) = 12
145319 10:00:41.394868 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.394887 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.394908 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.394925 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.394960 close(12)        = 0
145319 10:00:41.394979 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///left_side", O_RDONLY) = 12
145319 10:00:41.395002 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.395023 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.395044 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.395060 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.395096 close(12)        = 0
145319 10:00:41.395114 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///progress", O_RDONLY) = 12
145319 10:00:41.395135 fstat(12, {st_mode=S_IFREG|0644, st_size=4691536, ...}) = 0
145319 10:00:41.395156 read(12, "Xcur\20\0\0\0\0\0\1\0h\1\0\0\2\0\375\377\30\0\0\0\360\20\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.395205 read(12, "\2\0\375\377H\0\0\0\220!C\0\2\0\375\377`\0\0\0\264rC\0\2\0\375\377\30\0\0\0"..., 4096) = 4096
145319 10:00:41.395228 lseek(12, 4096, SEEK_SET) = 4096
145319 10:00:41.395258 read(12, "\2\0\375\377H\0\0\0\220!C\0\2\0\375\377`\0\0\0\264rC\0\2\0\375\377\30\0\0\0"..., 4096) = 4096
145319 10:00:41.395296 lseek(12, 81920, SEEK_SET) = 81920
145319 10:00:41.395314 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.395349 lseek(12, 159744, SEEK_SET) = 159744
145319 10:00:41.395367 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.395401 lseek(12, 237568, SEEK_SET) = 237568
145319 10:00:41.395418 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.395454 lseek(12, 315392, SEEK_SET) = 315392
145319 10:00:41.395471 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.395506 lseek(12, 393216, SEEK_SET) = 393216
145319 10:00:41.395523 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.395557 lseek(12, 471040, SEEK_SET) = 471040
145319 10:00:41.395574 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.395608 read(12, "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\3\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.395629 lseek(12, 548864, SEEK_SET) = 548864
145319 10:00:41.395646 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.395675 read(12, "\0\0\0000\0\0\0\25\0\0\0\31\0\0\0;222y\242\242\242\316\330\330\330\360\366\366\366\374"..., 4096) = 4096
145319 10:00:41.395699 lseek(12, 626688, SEEK_SET) = 626688
145319 10:00:41.395716 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.395745 read(12, "\377\377\377\377\0\0\0\377@@@\377\352\352\352\371\352\352\352\373\21\21\21\377\27\27\27\377nnn\377"..., 4096) = 4096
145319 10:00:41.395771 lseek(12, 704512, SEEK_SET) = 704512
145319 10:00:41.395788 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1"..., 4096) = 4096
145319 10:00:41.395814 read(12, "\0\0\0\3\0\0\0\33\377\377\377\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\245\245\245\377"..., 4096) = 4096
145319 10:00:41.395841 lseek(12, 782336, SEEK_SET) = 782336
145319 10:00:41.395858 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.395883 read(12, "\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\33\377\377\377\377\0\0\0\377\0\0\0\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.395912 lseek(12, 860160, SEEK_SET) = 860160
145319 10:00:41.395929 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.395953 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\33\377\377\377\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.395984 lseek(12, 937984, SEEK_SET) = 937984
145319 10:00:41.396002 read(12, "\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1"..., 4096) = 4096
145319 10:00:41.396023 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\25"..., 4096) = 4096
145319 10:00:41.396058 lseek(12, 1015808, SEEK_SET) = 1015808
145319 10:00:41.396075 read(12, "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.396094 read(12, "\30\0\0\0\1\0\0\0\30\0\0\0\30\0\0\0\3\0\0\0\1\0\0\0\20\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396128 lseek(12, 1097728, SEEK_SET) = 1097728
145319 10:00:41.396146 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396180 lseek(12, 1175552, SEEK_SET) = 1175552
145319 10:00:41.396197 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396245 lseek(12, 1253376, SEEK_SET) = 1253376
145319 10:00:41.396261 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396297 lseek(12, 1331200, SEEK_SET) = 1331200
145319 10:00:41.396315 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396349 lseek(12, 1409024, SEEK_SET) = 1409024
145319 10:00:41.396366 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396400 lseek(12, 1486848, SEEK_SET) = 1486848
145319 10:00:41.396417 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396450 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0$\0\0\0\2\0\375\377\36\0\0\0\1\0\0\0\36\0\0\0"..., 4096) = 4096
145319 10:00:41.396470 lseek(12, 1564672, SEEK_SET) = 1564672
145319 10:00:41.396486 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396518 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2"..., 4096) = 4096
145319 10:00:41.396538 lseek(12, 1642496, SEEK_SET) = 1642496
145319 10:00:41.396554 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396583 read(12, "\4\4\4@\0\0\0\24\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396606 lseek(12, 1720320, SEEK_SET) = 1720320
145319 10:00:41.396622 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396649 read(12, "mmm\377\2\2\2\377hhh\376\246\246\246\312\0\0\0\27\0\0\0\2\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396674 lseek(12, 1798144, SEEK_SET) = 1798144
145319 10:00:41.396690 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396716 read(12, "\2\2\2\377fff\377\200\200\200\377&&&\377\36\36\36\377\344\344\344\363\0\0\0\22\0\0\0\2"..., 4096) = 4096
145319 10:00:41.396742 lseek(12, 1875968, SEEK_SET) = 1875968
145319 10:00:41.396759 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396784 read(12, "\205\205\205\377\246\246\246\377\201\201\201\377\25\25\25\377\r\r\r\377\270\270\270\367\226\226\226\250\0\0\0\5"..., 4096) = 4096
145319 10:00:41.396812 lseek(12, 1953792, SEEK_SET) = 1953792
145319 10:00:41.396829 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396852 read(12, "\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\3\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396882 lseek(12, 2031616, SEEK_SET) = 2031616
145319 10:00:41.396899 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1"..., 4096) = 4096
145319 10:00:41.396918 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.396950 lseek(12, 2113536, SEEK_SET) = 2113536
145319 10:00:41.396966 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397000 lseek(12, 2191360, SEEK_SET) = 2191360
145319 10:00:41.397017 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397050 lseek(12, 2269184, SEEK_SET) = 2269184
145319 10:00:41.397069 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397104 lseek(12, 2347008, SEEK_SET) = 2347008
145319 10:00:41.397121 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397154 lseek(12, 2424832, SEEK_SET) = 2424832
145319 10:00:41.397171 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397206 lseek(12, 2502656, SEEK_SET) = 2502656
145319 10:00:41.397222 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397257 lseek(12, 2580480, SEEK_SET) = 2580480
145319 10:00:41.397274 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397312 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397332 lseek(12, 2658304, SEEK_SET) = 2658304
145319 10:00:41.397349 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397380 read(12, "\0\0\0\1\0\0\0\4\0\0\0\t\0\0\0\22\0\0\0\27\0\0\0\31\0\0\0\27\0\0\0\22"..., 4096) = 4096
145319 10:00:41.397401 lseek(12, 2736128, SEEK_SET) = 2736128
145319 10:00:41.397418 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397447 read(12, "???\201\0\0\0:\2\2\2C\214\214\214\273\341\341\341\371nnn\376&&&\377\t\t\t\377"..., 4096) = 4096
145319 10:00:41.397470 lseek(12, 2813952, SEEK_SET) = 2813952
145319 10:00:41.397486 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397513 read(12, "\377\377\377\377\0\0\0\377\0\0\0\377@@@\377bbb\377\5\5\5\377ooo\377\200\200\200\377"..., 4096) = 4096
145319 10:00:41.397538 lseek(12, 2891776, SEEK_SET) = 2891776
145319 10:00:41.397555 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397580 read(12, "\0\0\0\3\0\0\0\33\377\377\377\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377111\377"..., 4096) = 4096
145319 10:00:41.397607 lseek(12, 2969600, SEEK_SET) = 2969600
145319 10:00:41.397624 read(12, "\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1"..., 4096) = 4096
145319 10:00:41.397650 read(12, "\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\33\377\377\377\377\0\0\0\377\0\0\0\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.397680 lseek(12, 3047424, SEEK_SET) = 3047424
145319 10:00:41.397697 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397720 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\33\377\377\377\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.397752 lseek(12, 3125248, SEEK_SET) = 3125248
145319 10:00:41.397768 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397787 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\t"..., 4096) = 4096
145319 10:00:41.397819 lseek(12, 3207168, SEEK_SET) = 3207168
145319 10:00:41.397836 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397870 lseek(12, 3284992, SEEK_SET) = 3284992
145319 10:00:41.397887 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397920 lseek(12, 3362816, SEEK_SET) = 3362816
145319 10:00:41.397937 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.397971 lseek(12, 3440640, SEEK_SET) = 3440640
145319 10:00:41.397988 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398023 lseek(12, 3518464, SEEK_SET) = 3518464
145319 10:00:41.398039 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398074 lseek(12, 3596288, SEEK_SET) = 3596288
145319 10:00:41.398093 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398133 lseek(12, 3674112, SEEK_SET) = 3674112
145319 10:00:41.398151 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398184 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398203 lseek(12, 3751936, SEEK_SET) = 3751936
145319 10:00:41.398220 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398264 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\t"..., 4096) = 4096
145319 10:00:41.398293 lseek(12, 3829760, SEEK_SET) = 3829760
145319 10:00:41.398309 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398337 read(12, "\223\223\223\276\0\0\0*\0\0\0\t\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398359 lseek(12, 3907584, SEEK_SET) = 3907584
145319 10:00:41.398375 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398402 read(12, "\237\237\237\377&&&\377\37\37\37\377\344\344\344\364\0\0\0\31\0\0\0\3\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398426 lseek(12, 3985408, SEEK_SET) = 3985408
145319 10:00:41.398443 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1"..., 4096) = 4096
145319 10:00:41.398462 brk(0x5c594beb8000) = 0x5c594beb8000
145319 10:00:41.398487 read(12, "ccc\377\200\200\200\377nnn\377\5\5\5\377ggg\376\246\246\246\276\0\0\0\n\0\0\0\1"..., 4096) = 4096
145319 10:00:41.398513 lseek(12, 4063232, SEEK_SET) = 4063232
145319 10:00:41.398529 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398551 read(12, "\34\34\34\377\2\2\2\377\33\33\33\377eee\376\336\336\336\366\227\227\227\246\5\5\5\n\0\0\0\1"..., 4096) = 4096
145319 10:00:41.398579 lseek(12, 4141056, SEEK_SET) = 4141056
145319 10:00:41.398595 read(12, "\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\1"..., 4096) = 4096
145319 10:00:41.398617 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398646 lseek(12, 4218880, SEEK_SET) = 4218880
145319 10:00:41.398662 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398681 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398713 lseek(12, 4300800, SEEK_SET) = 4300800
145319 10:00:41.398729 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398761 lseek(12, 4378624, SEEK_SET) = 4378624
145319 10:00:41.398777 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398810 lseek(12, 4456448, SEEK_SET) = 4456448
145319 10:00:41.398826 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398879 lseek(12, 4534272, SEEK_SET) = 4534272
145319 10:00:41.398906 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.398953 lseek(12, 4612096, SEEK_SET) = 4612096
145319 10:00:41.398977 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.399026 rt_sigprocmask(SIG_BLOCK, [ALRM], [], 8) = 0
145319 10:00:41.399052 fallocate(9, 0, 0, 145152) = 0
145319 10:00:41.399093 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
145319 10:00:41.399119 munmap(0x789ebfe3d000, 71424) = 0
145319 10:00:41.399149 mmap(NULL, 145152, PROT_READ|PROT_WRITE, MAP_SHARED, 9, 0) = 0x789ebfbdc000
145319 10:00:41.399202 rt_sigprocmask(SIG_BLOCK, [ALRM], [], 8) = 0
145319 10:00:41.399229 fallocate(9, 0, 0, 292608) = 0
145319 10:00:41.399293 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
145319 10:00:41.399320 munmap(0x789ebfbdc000, 145152) = 0
145319 10:00:41.399351 mmap(NULL, 292608, PROT_READ|PROT_WRITE, MAP_SHARED, 9, 0) = 0x789ebfbb8000
145319 10:00:41.399401 brk(0x5c594be9a000) = 0x5c594be9a000
145319 10:00:41.399435 close(12)        = 0
145319 10:00:41.399462 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///nw-resize", O_RDONLY) = 12
145319 10:00:41.399496 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.399523 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.399551 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.399573 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.399612 close(12)        = 0
145319 10:00:41.399637 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///context-menu", O_RDONLY) = 12
145319 10:00:41.399665 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.399690 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.399716 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.399737 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.399778 close(12)        = 0
145319 10:00:41.399803 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///grab", O_RDONLY) = 12
145319 10:00:41.399832 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.399857 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.399884 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.399905 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.399944 close(12)        = 0
145319 10:00:41.399967 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///s-resize", O_RDONLY) = 12
145319 10:00:41.399997 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.400025 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.400052 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.400073 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.400114 close(12)        = 0
145319 10:00:41.400138 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///no-drop", O_RDONLY) = 12
145319 10:00:41.400166 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.400190 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.400216 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.400237 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.400284 close(12)        = 0
145319 10:00:41.400311 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///top_left_arrow", O_RDONLY) = 12
145319 10:00:41.400340 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.400365 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.400391 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.400412 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.400451 close(12)        = 0
145319 10:00:41.400474 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///not-allowed", O_RDONLY) = 12
145319 10:00:41.400502 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.400526 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.400552 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.400573 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.400616 close(12)        = 0
145319 10:00:41.400640 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///bd_double_arrow", O_RDONLY) = 12
145319 10:00:41.400668 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.400693 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.400719 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.400743 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.400782 close(12)        = 0
145319 10:00:41.400805 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///wait", O_RDONLY) = 12
145319 10:00:41.400832 fstat(12, {st_mode=S_IFREG|0644, st_size=4691536, ...}) = 0
145319 10:00:41.400857 read(12, "Xcur\20\0\0\0\0\0\1\0h\1\0\0\2\0\375\377\30\0\0\0\360\20\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.400907 read(12, "\2\0\375\377H\0\0\0\220!C\0\2\0\375\377`\0\0\0\264rC\0\2\0\375\377\30\0\0\0"..., 4096) = 4096
145319 10:00:41.400934 lseek(12, 4096, SEEK_SET) = 4096
145319 10:00:41.400956 read(12, "\2\0\375\377H\0\0\0\220!C\0\2\0\375\377`\0\0\0\264rC\0\2\0\375\377\30\0\0\0"..., 4096) = 4096
145319 10:00:41.400995 lseek(12, 81920, SEEK_SET) = 81920
145319 10:00:41.401017 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.401054 lseek(12, 159744, SEEK_SET) = 159744
145319 10:00:41.401076 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.401114 lseek(12, 237568, SEEK_SET) = 237568
145319 10:00:41.401136 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.401204 lseek(12, 315392, SEEK_SET) = 315392
145319 10:00:41.401234 read(12, "\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.401297 lseek(12, 393216, SEEK_SET) = 393216
145319 10:00:41.401320 read(12, "\0\0\0\16\0\0\0\f\0\0\0\f\0\0\0\f\0\0\0\n\0\0\0\n\0\0\0\10\0\0\0\10"..., 4096) = 4096
145319 10:00:41.401401 lseek(12, 471040, SEEK_SET) = 471040
145319 10:00:41.401428 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.401462 read(12, "\0\0\0\27\0\0\0,\0\0\0A\0\0\0N\0\0\0V\0\0\0V\0\0\0N\0\0\0@"..., 4096) = 4096
145319 10:00:41.401483 lseek(12, 548864, SEEK_SET) = 548864
145319 10:00:41.401499 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.401527 read(12, ">>>}\350\350\350\367lll\375\3\3\3\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.401550 lseek(12, 626688, SEEK_SET) = 626688
145319 10:00:41.401565 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2"..., 4096) = 4096
145319 10:00:41.401590 read(12, "DDDt\323\323\323\370\3\3\3\377\0\0\0\377\272\272\272\377\377\377\377\377\371\371\371\377lll\377"..., 4096) = 4096
145319 10:00:41.401613 lseek(12, 704512, SEEK_SET) = 704512
145319 10:00:41.401628 read(12, "\0\0\0,\0\0\0-\0\0\0/\0\0\0001\0\0\0001\0\0\0001\0\0\0001\0\0\0001"..., 4096) = 4096
145319 10:00:41.401652 read(12, "\0\0\0\3\0\0\0\31\363\363\363\373\f\f\f\377\0\0\0\377\335\335\335\377\377\377\377\377SSS\377"..., 4096) = 4096
145319 10:00:41.401677 lseek(12, 782336, SEEK_SET) = 782336
145319 10:00:41.401693 read(12, "\0\0\0\21\0\0\0\16\0\0\0\n\0\0\0\10\0\0\0\6\0\0\0\5\0\0\0\3\0\0\0\2"..., 4096) = 4096
145319 10:00:41.401716 read(12, "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\n\234\234\234\265nnn\376\0\0\0\377UUU\377"..., 4096) = 4096
145319 10:00:41.401743 lseek(12, 860160, SEEK_SET) = 860160
145319 10:00:41.401759 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.401780 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2'''3"..., 4096) = 4096
145319 10:00:41.401808 lseek(12, 937984, SEEK_SET) = 937984
145319 10:00:41.401824 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1"..., 4096) = 4096
145319 10:00:41.401843 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.401872 lseek(12, 1015808, SEEK_SET) = 1015808
145319 10:00:41.401888 read(12, "\0\0\08\0\0\0=\0\0\0B\0\0\0H\0\0\0K\0\0\0N\0\0\0R\0\0\0T"..., 4096) = 4096
145319 10:00:41.401905 read(12, "\30\0\0\0\1\0\0\0\30\0\0\0\30\0\0\0\v\0\0\0\v\0\0\0\20\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.401940 lseek(12, 1097728, SEEK_SET) = 1097728
145319 10:00:41.401956 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.401987 lseek(12, 1175552, SEEK_SET) = 1175552
145319 10:00:41.402003 read(12, "\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.402035 lseek(12, 1253376, SEEK_SET) = 1253376
145319 10:00:41.402051 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.402082 lseek(12, 1331200, SEEK_SET) = 1331200
145319 10:00:41.402098 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.402129 lseek(12, 1409024, SEEK_SET) = 1409024
145319 10:00:41.402145 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.402177 lseek(12, 1486848, SEEK_SET) = 1486848
145319 10:00:41.402193 read(12, "\0\0\0\10\0\0\0\10\0\0\0\n\0\0\0\n\0\0\0\f\0\0\0\f\0\0\0\f\0\0\0\16"..., 4096) = 4096
145319 10:00:41.402224 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0$\0\0\0\2\0\375\377\36\0\0\0\1\0\0\0\36\0\0\0"..., 4096) = 4096
145319 10:00:41.402242 lseek(12, 1564672, SEEK_SET) = 1564672
145319 10:00:41.402258 read(12, "\0\0\0\10\0\0\0\6\0\0\0\5\0\0\0\5\0\0\0\4\0\0\0\3\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.402291 read(12, "\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\0\0\0\0"..., 4096) = 4096
145319 10:00:41.402312 lseek(12, 1642496, SEEK_SET) = 1642496
145319 10:00:41.402327 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.402356 read(12, "DDD\377\347\347\347\367###a\0\0\0\27\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.402379 lseek(12, 1720320, SEEK_SET) = 1720320
145319 10:00:41.402395 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.402421 read(12, "~~~\377\201\201\201\377\31\31\31\377\0\0\0\377rrr\376\230\230\230\276\0\0\0\26\0\0\0\2"..., 4096) = 4096
145319 10:00:41.402445 lseek(12, 1798144, SEEK_SET) = 1798144
145319 10:00:41.402460 read(12, "\0\0\0\10\0\0\0\n\0\0\0\f\0\0\0\20\0\0\0\23\0\0\0\26\0\0\0\31\0\0\0\35"..., 4096) = 4096
145319 10:00:41.402484 read(12, "\0\0\0\377\0\0\0\377!!!\377\202\202\202\377bbb\377\0\0\0\377\f\f\f\377\363\363\363\372"..., 4096) = 4096
145319 10:00:41.402509 lseek(12, 1875968, SEEK_SET) = 1875968
145319 10:00:41.402525 read(12, "\0\0\0<\0\0\0;\0\0\08\0\0\0005\0\0\0001\0\0\0-\0\0\0)\0\0\0&"..., 4096) = 4096
145319 10:00:41.402547 read(12, "QQQ\377PPP\377\241\241\241\377\370\370\370\377\335\335\335\377NNN\377\0\0\0\377\3\3\3\377"..., 4096) = 4096
145319 10:00:41.402573 lseek(12, 1953792, SEEK_SET) = 1953792
145319 10:00:41.402589 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.402609 read(12, "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\3\3\3\377kkk\376"..., 4096) = 4096
145319 10:00:41.402638 lseek(12, 2031616, SEEK_SET) = 2031616
145319 10:00:41.402653 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.402672 read(12, "\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\3\0\0\0\3\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.402702 lseek(12, 2113536, SEEK_SET) = 2113536
145319 10:00:41.402718 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.402749 lseek(12, 2191360, SEEK_SET) = 2191360
145319 10:00:41.402765 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.402796 lseek(12, 2269184, SEEK_SET) = 2269184
145319 10:00:41.402812 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.402844 lseek(12, 2347008, SEEK_SET) = 2347008
145319 10:00:41.402859 read(12, "\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1"..., 4096) = 4096
145319 10:00:41.402891 lseek(12, 2424832, SEEK_SET) = 2424832
145319 10:00:41.402909 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.402940 lseek(12, 2502656, SEEK_SET) = 2502656
145319 10:00:41.402956 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.402988 lseek(12, 2580480, SEEK_SET) = 2580480
145319 10:00:41.403004 read(12, "\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\3"..., 4096) = 4096
145319 10:00:41.403035 read(12, "\0\0\0\2\0\0\0\2\0\0\0\3\0\0\0\3\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\0"..., 4096) = 4096
145319 10:00:41.403053 lseek(12, 2658304, SEEK_SET) = 2658304
145319 10:00:41.403069 read(12, "\0\0\0\26\0\0\0\26\0\0\0\26\0\0\0\26\0\0\0\25\0\0\0\23\0\0\0\21\0\0\0\20"..., 4096) = 4096
145319 10:00:41.403097 read(12, "\0\0\0HCCC\207\231\231\231\307\326\326\326\357\363\363\363\373\363\363\363\373\326\326\326\357\231\231\231\307"..., 4096) = 4096
145319 10:00:41.403118 lseek(12, 2736128, SEEK_SET) = 2736128
145319 10:00:41.403132 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.403159 read(12, "\350\350\350\367CCC\377\0\0\0\377\0\0\0\377\31\31\31\377III\377___\377aaa\377"..., 4096) = 4096
145319 10:00:41.403181 lseek(12, 2813952, SEEK_SET) = 2813952
145319 10:00:41.403196 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.403221 read(12, "\233\233\233\300ooo\376\0\0\0\377\33\33\33\377\202\202\202\377~~~\377\35\35\35\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.403245 lseek(12, 2891776, SEEK_SET) = 2891776
145319 10:00:41.403261 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2"..., 4096) = 4096
145319 10:00:41.403290 read(12, "\0\0\0\2\0\0\0\26\363\363\363\372\f\f\f\377\0\0\0\377ddd\377\202\202\202\377   \377"..., 4096) = 4096
145319 10:00:41.403318 lseek(12, 2969600, SEEK_SET) = 2969600
145319 10:00:41.403334 read(12, "\0\0\0005\0\0\08\0\0\0;\0\0\0<\0\0\0?\0\0\0@\0\0\0A\0\0\0A"..., 4096) = 4096
145319 10:00:41.403356 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4EEEV\322\322\322\366\2\2\2\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.403383 lseek(12, 3047424, SEEK_SET) = 3047424
145319 10:00:41.403399 read(12, "\0\0\0$\0\0\0\36\0\0\0\32\0\0\0\26\0\0\0\21\0\0\0\f\0\0\0\n\0\0\0\10"..., 4096) = 4096
145319 10:00:41.403419 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4"..., 4096) = 4096
145319 10:00:41.403451 lseek(12, 3125248, SEEK_SET) = 3125248
145319 10:00:41.403466 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.403484 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.403514 lseek(12, 3207168, SEEK_SET) = 3207168
145319 10:00:41.403530 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.403561 lseek(12, 3284992, SEEK_SET) = 3284992
145319 10:00:41.403577 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.403608 lseek(12, 3362816, SEEK_SET) = 3362816
145319 10:00:41.403624 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.403656 lseek(12, 3440640, SEEK_SET) = 3440640
145319 10:00:41.403672 read(12, "\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5"..., 4096) = 4096
145319 10:00:41.403708 lseek(12, 3518464, SEEK_SET) = 3518464
145319 10:00:41.403730 read(12, "\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.403768 lseek(12, 3596288, SEEK_SET) = 3596288
145319 10:00:41.403792 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.403830 lseek(12, 3674112, SEEK_SET) = 3674112
145319 10:00:41.403852 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.403980 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.404094 lseek(12, 3751936, SEEK_SET) = 3751936
145319 10:00:41.404140 read(12, "\0\0\0\n\0\0\0\f\0\0\0\f\0\0\0\16\0\0\0\20\0\0\0\21\0\0\0\23\0\0\0\25"..., 4096) = 4096
145319 10:00:41.404172 read(12, "\0\0\0\r\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.404193 lseek(12, 3829760, SEEK_SET) = 3829760
145319 10:00:41.404209 read(12, "\0\0\0\23\0\0\0\20\0\0\0\16\0\0\0\f\0\0\0\n\0\0\0\10\0\0\0\6\0\0\0\5"..., 4096) = 4096
145319 10:00:41.404236 read(12, "\0\0\0\377mmm\376\275\275\275\335\0\0\0,\0\0\0\n\0\0\0\1\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.404258 lseek(12, 3907584, SEEK_SET) = 3907584
145319 10:00:41.404273 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.404305 read(12, "\246\246\246\377\377\377\377\377\265\265\265\377\0\0\0\377+++\377\326\326\326\355\0\0\0\31\0\0\0\3"..., 4096) = 4096
145319 10:00:41.404329 lseek(12, 3985408, SEEK_SET) = 3985408
145319 10:00:41.404345 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.404368 read(12, "\0\0\0\377\0\0\0\377FFF\377\202\202\202\377JJJ\377\0\0\0\377+++\377\327\327\327\353"..., 4096) = 4096
145319 10:00:41.404394 lseek(12, 4063232, SEEK_SET) = 4063232
145319 10:00:41.404410 read(12, "\0\0\0\10\0\0\0\n\0\0\0\16\0\0\0\21\0\0\0\25\0\0\0\30\0\0\0\35\0\0\0!"..., 4096) = 4096
145319 10:00:41.404431 read(12, "\202\202\202\377\202\202\202\377\202\202\202\377\202\202\202\377OOO\377\2\2\2\377\0\0\0\377kkk\375"..., 4096) = 4096
145319 10:00:41.404459 lseek(12, 4141056, SEEK_SET) = 4141056
145319 10:00:41.404474 read(12, "\0\0\0N\0\0\0M\0\0\0K\0\0\0I\0\0\0H\0\0\0D\0\0\0A\0\0\0<"..., 4096) = 4096
145319 10:00:41.404494 read(12, "ooo\376***\377\v\v\v\377\v\v\v\377***\377ooo\376\323\323\323\365\300\300\300\321"..., 4096) = 4096
145319 10:00:41.404522 lseek(12, 4218880, SEEK_SET) = 4218880
145319 10:00:41.404538 read(12, "\0\0\0\5\0\0\0\3\0\0\0\2\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.404556 brk(0x5c594bebb000) = 0x5c594bebb000
145319 10:00:41.404580 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.404613 lseek(12, 4300800, SEEK_SET) = 4300800
145319 10:00:41.404629 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.404662 lseek(12, 4378624, SEEK_SET) = 4378624
145319 10:00:41.404678 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.404709 lseek(12, 4456448, SEEK_SET) = 4456448
145319 10:00:41.404725 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.404757 lseek(12, 4534272, SEEK_SET) = 4534272
145319 10:00:41.404773 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.404805 lseek(12, 4612096, SEEK_SET) = 4612096
145319 10:00:41.404820 read(12, "\0\0\0\6\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\4\0\0\0\3\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.404887 rt_sigprocmask(SIG_BLOCK, [ALRM], [], 8) = 0
145319 10:00:41.404909 fallocate(9, 0, 0, 587520) = 0
145319 10:00:41.404986 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
145319 10:00:41.405006 munmap(0x789ebfbb8000, 292608) = 0
145319 10:00:41.405030 mmap(NULL, 587520, PROT_READ|PROT_WRITE, MAP_SHARED, 9, 0) = 0x789ebfb70000
145319 10:00:41.405073 brk(0x5c594be9b000) = 0x5c594be9b000
145319 10:00:41.405098 close(12)        = 0
145319 10:00:41.405118 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///vertical-text", O_RDONLY) = 12
145319 10:00:41.405145 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.405166 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.405185 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.405200 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.405235 close(12)        = 0
145319 10:00:41.405252 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///ne-resize", O_RDONLY) = 12
145319 10:00:41.405272 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.405297 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.405317 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.405332 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.405364 close(12)        = 0
145319 10:00:41.405380 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///watch", O_RDONLY) = 12
145319 10:00:41.405400 fstat(12, {st_mode=S_IFREG|0644, st_size=4691536, ...}) = 0
145319 10:00:41.405418 read(12, "Xcur\20\0\0\0\0\0\1\0h\1\0\0\2\0\375\377\30\0\0\0\360\20\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.405460 read(12, "\2\0\375\377H\0\0\0\220!C\0\2\0\375\377`\0\0\0\264rC\0\2\0\375\377\30\0\0\0"..., 4096) = 4096
145319 10:00:41.405480 lseek(12, 4096, SEEK_SET) = 4096
145319 10:00:41.405495 read(12, "\2\0\375\377H\0\0\0\220!C\0\2\0\375\377`\0\0\0\264rC\0\2\0\375\377\30\0\0\0"..., 4096) = 4096
145319 10:00:41.405526 lseek(12, 81920, SEEK_SET) = 81920
145319 10:00:41.405542 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.405572 lseek(12, 159744, SEEK_SET) = 159744
145319 10:00:41.405587 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.405620 lseek(12, 237568, SEEK_SET) = 237568
145319 10:00:41.405643 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.405682 lseek(12, 315392, SEEK_SET) = 315392
145319 10:00:41.405702 read(12, "\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.405734 lseek(12, 393216, SEEK_SET) = 393216
145319 10:00:41.405750 read(12, "\0\0\0\16\0\0\0\f\0\0\0\f\0\0\0\f\0\0\0\n\0\0\0\n\0\0\0\10\0\0\0\10"..., 4096) = 4096
145319 10:00:41.405781 lseek(12, 471040, SEEK_SET) = 471040
145319 10:00:41.405797 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.405827 read(12, "\0\0\0\27\0\0\0,\0\0\0A\0\0\0N\0\0\0V\0\0\0V\0\0\0N\0\0\0@"..., 4096) = 4096
145319 10:00:41.405847 lseek(12, 548864, SEEK_SET) = 548864
145319 10:00:41.405863 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.405890 read(12, ">>>}\350\350\350\367lll\375\3\3\3\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.405911 lseek(12, 626688, SEEK_SET) = 626688
145319 10:00:41.405926 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2"..., 4096) = 4096
145319 10:00:41.405951 read(12, "DDDt\323\323\323\370\3\3\3\377\0\0\0\377\272\272\272\377\377\377\377\377\371\371\371\377lll\377"..., 4096) = 4096
145319 10:00:41.405974 lseek(12, 704512, SEEK_SET) = 704512
145319 10:00:41.405990 read(12, "\0\0\0,\0\0\0-\0\0\0/\0\0\0001\0\0\0001\0\0\0001\0\0\0001\0\0\0001"..., 4096) = 4096
145319 10:00:41.406013 read(12, "\0\0\0\3\0\0\0\31\363\363\363\373\f\f\f\377\0\0\0\377\335\335\335\377\377\377\377\377SSS\377"..., 4096) = 4096
145319 10:00:41.406038 lseek(12, 782336, SEEK_SET) = 782336
145319 10:00:41.406054 read(12, "\0\0\0\21\0\0\0\16\0\0\0\n\0\0\0\10\0\0\0\6\0\0\0\5\0\0\0\3\0\0\0\2"..., 4096) = 4096
145319 10:00:41.406076 read(12, "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\n\234\234\234\265nnn\376\0\0\0\377UUU\377"..., 4096) = 4096
145319 10:00:41.406102 lseek(12, 860160, SEEK_SET) = 860160
145319 10:00:41.406118 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.406138 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2'''3"..., 4096) = 4096
145319 10:00:41.406165 lseek(12, 937984, SEEK_SET) = 937984
145319 10:00:41.406181 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1"..., 4096) = 4096
145319 10:00:41.406200 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.406253 lseek(12, 1015808, SEEK_SET) = 1015808
145319 10:00:41.406269 read(12, "\0\0\08\0\0\0=\0\0\0B\0\0\0H\0\0\0K\0\0\0N\0\0\0R\0\0\0T"..., 4096) = 4096
145319 10:00:41.406293 read(12, "\30\0\0\0\1\0\0\0\30\0\0\0\30\0\0\0\v\0\0\0\v\0\0\0\20\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.406324 lseek(12, 1097728, SEEK_SET) = 1097728
145319 10:00:41.406340 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.406370 lseek(12, 1175552, SEEK_SET) = 1175552
145319 10:00:41.406385 read(12, "\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.406415 lseek(12, 1253376, SEEK_SET) = 1253376
145319 10:00:41.406431 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.406461 lseek(12, 1331200, SEEK_SET) = 1331200
145319 10:00:41.406476 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.406506 lseek(12, 1409024, SEEK_SET) = 1409024
145319 10:00:41.406522 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.406552 lseek(12, 1486848, SEEK_SET) = 1486848
145319 10:00:41.406568 read(12, "\0\0\0\10\0\0\0\10\0\0\0\n\0\0\0\n\0\0\0\f\0\0\0\f\0\0\0\f\0\0\0\16"..., 4096) = 4096
145319 10:00:41.406598 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0$\0\0\0\2\0\375\377\36\0\0\0\1\0\0\0\36\0\0\0"..., 4096) = 4096
145319 10:00:41.406616 lseek(12, 1564672, SEEK_SET) = 1564672
145319 10:00:41.406631 read(12, "\0\0\0\10\0\0\0\6\0\0\0\5\0\0\0\5\0\0\0\4\0\0\0\3\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.406658 read(12, "\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\0\0\0\0"..., 4096) = 4096
145319 10:00:41.406677 lseek(12, 1642496, SEEK_SET) = 1642496
145319 10:00:41.406692 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.406718 read(12, "DDD\377\347\347\347\367###a\0\0\0\27\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.406739 lseek(12, 1720320, SEEK_SET) = 1720320
145319 10:00:41.406753 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.406777 read(12, "~~~\377\201\201\201\377\31\31\31\377\0\0\0\377rrr\376\230\230\230\276\0\0\0\26\0\0\0\2"..., 4096) = 4096
145319 10:00:41.406800 lseek(12, 1798144, SEEK_SET) = 1798144
145319 10:00:41.406815 read(12, "\0\0\0\10\0\0\0\n\0\0\0\f\0\0\0\20\0\0\0\23\0\0\0\26\0\0\0\31\0\0\0\35"..., 4096) = 4096
145319 10:00:41.406838 read(12, "\0\0\0\377\0\0\0\377!!!\377\202\202\202\377bbb\377\0\0\0\377\f\f\f\377\363\363\363\372"..., 4096) = 4096
145319 10:00:41.406862 lseek(12, 1875968, SEEK_SET) = 1875968
145319 10:00:41.406878 read(12, "\0\0\0<\0\0\0;\0\0\08\0\0\0005\0\0\0001\0\0\0-\0\0\0)\0\0\0&"..., 4096) = 4096
145319 10:00:41.406900 read(12, "QQQ\377PPP\377\241\241\241\377\370\370\370\377\335\335\335\377NNN\377\0\0\0\377\3\3\3\377"..., 4096) = 4096
145319 10:00:41.406925 lseek(12, 1953792, SEEK_SET) = 1953792
145319 10:00:41.406941 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.406960 read(12, "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\3\3\3\377kkk\376"..., 4096) = 4096
145319 10:00:41.406987 lseek(12, 2031616, SEEK_SET) = 2031616
145319 10:00:41.407003 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.407020 read(12, "\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\3\0\0\0\3\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.407049 lseek(12, 2113536, SEEK_SET) = 2113536
145319 10:00:41.407065 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.407094 lseek(12, 2191360, SEEK_SET) = 2191360
145319 10:00:41.407109 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.407140 lseek(12, 2269184, SEEK_SET) = 2269184
145319 10:00:41.407157 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.407188 lseek(12, 2347008, SEEK_SET) = 2347008
145319 10:00:41.407203 read(12, "\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1"..., 4096) = 4096
145319 10:00:41.407234 lseek(12, 2424832, SEEK_SET) = 2424832
145319 10:00:41.407249 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.407283 lseek(12, 2502656, SEEK_SET) = 2502656
145319 10:00:41.407301 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.407332 lseek(12, 2580480, SEEK_SET) = 2580480
145319 10:00:41.407347 read(12, "\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\3"..., 4096) = 4096
145319 10:00:41.407377 read(12, "\0\0\0\2\0\0\0\2\0\0\0\3\0\0\0\3\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\0"..., 4096) = 4096
145319 10:00:41.407395 lseek(12, 2658304, SEEK_SET) = 2658304
145319 10:00:41.407410 read(12, "\0\0\0\26\0\0\0\26\0\0\0\26\0\0\0\26\0\0\0\25\0\0\0\23\0\0\0\21\0\0\0\20"..., 4096) = 4096
145319 10:00:41.407438 read(12, "\0\0\0HCCC\207\231\231\231\307\326\326\326\357\363\363\363\373\363\363\363\373\326\326\326\357\231\231\231\307"..., 4096) = 4096
145319 10:00:41.407458 lseek(12, 2736128, SEEK_SET) = 2736128
145319 10:00:41.407472 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.407498 read(12, "\350\350\350\367CCC\377\0\0\0\377\0\0\0\377\31\31\31\377III\377___\377aaa\377"..., 4096) = 4096
145319 10:00:41.407519 lseek(12, 2813952, SEEK_SET) = 2813952
145319 10:00:41.407533 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.407557 read(12, "\233\233\233\300ooo\376\0\0\0\377\33\33\33\377\202\202\202\377~~~\377\35\35\35\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.407580 lseek(12, 2891776, SEEK_SET) = 2891776
145319 10:00:41.407595 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2"..., 4096) = 4096
145319 10:00:41.407618 read(12, "\0\0\0\2\0\0\0\26\363\363\363\372\f\f\f\377\0\0\0\377ddd\377\202\202\202\377   \377"..., 4096) = 4096
145319 10:00:41.407642 lseek(12, 2969600, SEEK_SET) = 2969600
145319 10:00:41.407657 read(12, "\0\0\0005\0\0\08\0\0\0;\0\0\0<\0\0\0?\0\0\0@\0\0\0A\0\0\0A"..., 4096) = 4096
145319 10:00:41.407678 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4EEEV\322\322\322\366\2\2\2\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.407704 lseek(12, 3047424, SEEK_SET) = 3047424
145319 10:00:41.407720 read(12, "\0\0\0$\0\0\0\36\0\0\0\32\0\0\0\26\0\0\0\21\0\0\0\f\0\0\0\n\0\0\0\10"..., 4096) = 4096
145319 10:00:41.407739 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4"..., 4096) = 4096
145319 10:00:41.407766 lseek(12, 3125248, SEEK_SET) = 3125248
145319 10:00:41.407782 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.407799 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.407830 lseek(12, 3207168, SEEK_SET) = 3207168
145319 10:00:41.407845 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.407875 lseek(12, 3284992, SEEK_SET) = 3284992
145319 10:00:41.407890 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.407921 lseek(12, 3362816, SEEK_SET) = 3362816
145319 10:00:41.407937 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.407967 lseek(12, 3440640, SEEK_SET) = 3440640
145319 10:00:41.407982 read(12, "\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5"..., 4096) = 4096
145319 10:00:41.408013 lseek(12, 3518464, SEEK_SET) = 3518464
145319 10:00:41.408028 read(12, "\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.408058 lseek(12, 3596288, SEEK_SET) = 3596288
145319 10:00:41.408076 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.408107 lseek(12, 3674112, SEEK_SET) = 3674112
145319 10:00:41.408122 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.408152 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.408170 lseek(12, 3751936, SEEK_SET) = 3751936
145319 10:00:41.408185 read(12, "\0\0\0\n\0\0\0\f\0\0\0\f\0\0\0\16\0\0\0\20\0\0\0\21\0\0\0\23\0\0\0\25"..., 4096) = 4096
145319 10:00:41.408213 read(12, "\0\0\0\r\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.408232 lseek(12, 3829760, SEEK_SET) = 3829760
145319 10:00:41.408247 read(12, "\0\0\0\23\0\0\0\20\0\0\0\16\0\0\0\f\0\0\0\n\0\0\0\10\0\0\0\6\0\0\0\5"..., 4096) = 4096
145319 10:00:41.408288 read(12, "\0\0\0\377mmm\376\275\275\275\335\0\0\0,\0\0\0\n\0\0\0\1\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.408310 lseek(12, 3907584, SEEK_SET) = 3907584
145319 10:00:41.408324 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.408347 read(12, "\246\246\246\377\377\377\377\377\265\265\265\377\0\0\0\377+++\377\326\326\326\355\0\0\0\31\0\0\0\3"..., 4096) = 4096
145319 10:00:41.408369 lseek(12, 3985408, SEEK_SET) = 3985408
145319 10:00:41.408383 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.408405 read(12, "\0\0\0\377\0\0\0\377FFF\377\202\202\202\377JJJ\377\0\0\0\377+++\377\327\327\327\353"..., 4096) = 4096
145319 10:00:41.408429 lseek(12, 4063232, SEEK_SET) = 4063232
145319 10:00:41.408444 read(12, "\0\0\0\10\0\0\0\n\0\0\0\16\0\0\0\21\0\0\0\25\0\0\0\30\0\0\0\35\0\0\0!"..., 4096) = 4096
145319 10:00:41.408464 read(12, "\202\202\202\377\202\202\202\377\202\202\202\377\202\202\202\377OOO\377\2\2\2\377\0\0\0\377kkk\375"..., 4096) = 4096
145319 10:00:41.408490 lseek(12, 4141056, SEEK_SET) = 4141056
145319 10:00:41.408505 read(12, "\0\0\0N\0\0\0M\0\0\0K\0\0\0I\0\0\0H\0\0\0D\0\0\0A\0\0\0<"..., 4096) = 4096
145319 10:00:41.408523 read(12, "ooo\376***\377\v\v\v\377\v\v\v\377***\377ooo\376\323\323\323\365\300\300\300\321"..., 4096) = 4096
145319 10:00:41.408550 lseek(12, 4218880, SEEK_SET) = 4218880
145319 10:00:41.408565 read(12, "\0\0\0\5\0\0\0\3\0\0\0\2\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.408581 brk(0x5c594bebc000) = 0x5c594bebc000
145319 10:00:41.408600 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.408629 lseek(12, 4300800, SEEK_SET) = 4300800
145319 10:00:41.408644 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.408674 lseek(12, 4378624, SEEK_SET) = 4378624
145319 10:00:41.408689 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.408719 lseek(12, 4456448, SEEK_SET) = 4456448
145319 10:00:41.408734 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.408764 lseek(12, 4534272, SEEK_SET) = 4534272
145319 10:00:41.408779 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.408808 lseek(12, 4612096, SEEK_SET) = 4612096
145319 10:00:41.408823 read(12, "\0\0\0\6\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\4\0\0\0\3\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.408890 close(12)        = 0
145319 10:00:41.408907 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///top_right_corner", O_RDONLY) = 12
145319 10:00:41.408927 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.408945 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.408962 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.408977 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.409047 close(12)        = 0
145319 10:00:41.409075 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///n-resize", O_RDONLY) = 12
145319 10:00:41.409098 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.409117 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.409135 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.409150 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.409184 close(12)        = 0
145319 10:00:41.409200 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///default", O_RDONLY) = 12
145319 10:00:41.409218 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.409234 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.409251 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.409265 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.409299 close(12)        = 0
145319 10:00:41.409316 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///cell", O_RDONLY) = 12
145319 10:00:41.409335 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.409352 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.409369 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.409384 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.409453 close(12)        = 0
145319 10:00:41.409478 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///top_side", O_RDONLY) = 12
145319 10:00:41.409500 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.409520 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.409538 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.409557 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.409631 close(12)        = 0
145319 10:00:41.409656 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///bottom_left_corner", O_RDONLY) = 12
145319 10:00:41.409678 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.409697 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.409716 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.409731 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.409801 close(12)        = 0
145319 10:00:41.409825 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///crosshair", O_RDONLY) = 12
145319 10:00:41.409847 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.409865 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.409884 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.409899 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.409972 close(12)        = 0
145319 10:00:41.409997 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///pointer", O_RDONLY) = 12
145319 10:00:41.410019 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.410038 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.410056 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.410075 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.410139 close(12)        = 0
145319 10:00:41.410156 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///alias", O_RDONLY) = 12
145319 10:00:41.410175 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.410192 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.410210 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.410226 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.410260 close(12)        = 0
145319 10:00:41.410276 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///hand2", O_RDONLY) = 12
145319 10:00:41.410298 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.410315 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.410332 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.410346 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.410375 close(12)        = 0
145319 10:00:41.410389 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///top_left_corner", O_RDONLY) = 12
145319 10:00:41.410407 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.410424 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.410442 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.410456 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.410533 close(12)        = 0
145319 10:00:41.410558 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///help", O_RDONLY) = 12
145319 10:00:41.410581 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.410600 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.410619 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.410634 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.410706 close(12)        = 0
145319 10:00:41.410731 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///ew-resize", O_RDONLY) = 12
145319 10:00:41.410753 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.410772 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.410791 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.410809 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.410882 close(12)        = 0
145319 10:00:41.410906 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///bottom_right_corner", O_RDONLY) = 12
145319 10:00:41.410928 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.410947 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.410965 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.410984 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.411063 close(12)        = 0
145319 10:00:41.411088 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///copy", O_RDONLY) = 12
145319 10:00:41.411110 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.411129 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.411147 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.411166 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.411200 close(12)        = 0
145319 10:00:41.411215 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///sb_v_double_arrow", O_RDONLY) = 12
145319 10:00:41.411233 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.411250 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.411267 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.411286 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.411318 close(12)        = 0
145319 10:00:41.411334 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///bottom_side", O_RDONLY) = 12
145319 10:00:41.411356 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.411373 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.411391 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.411408 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.411438 close(12)        = 0
145319 10:00:41.411452 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///nwse-resize", O_RDONLY) = 12
145319 10:00:41.411470 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.411487 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.411505 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.411519 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.411549 close(12)        = 0
145319 10:00:41.411565 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///grabbing", O_RDONLY) = 12
145319 10:00:41.411583 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.411600 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.411617 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.411632 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.411706 close(12)        = 0
145319 10:00:41.411731 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///col-resize", O_RDONLY) = 12
145319 10:00:41.411753 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.411772 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.411791 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.411806 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.411881 close(12)        = 0
145319 10:00:41.411905 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///zoom-out", O_RDONLY) = 12
145319 10:00:41.411927 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.411946 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.411964 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.411983 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.412058 close(12)        = 0
145319 10:00:41.412083 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///question_arrow", O_RDONLY) = 12
145319 10:00:41.412105 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.412123 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.412142 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.412158 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.412188 close(12)        = 0
145319 10:00:41.412202 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///all-scroll", O_RDONLY) = 12
145319 10:00:41.412220 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.412237 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.412256 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.412271 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.412308 close(12)        = 0
145319 10:00:41.412325 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///row-resize", O_RDONLY) = 12
145319 10:00:41.412343 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.412360 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.412378 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.412392 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.412459 close(12)        = 0
145319 10:00:41.412485 getdents64(11, 0x5c594be6ef80 /* 0 entries */, 32768) = 0
145319 10:00:41.412504 close(11)        = 0
145319 10:00:41.412536 openat(AT_FDCWD, "/usr/share/icons/Adwaita//index.theme", O_RDONLY) = 11
145319 10:00:41.412558 fstat(11, {st_mode=S_IFREG|0644, st_size=3312, ...}) = 0
145319 10:00:41.412579 read(11, "[Icon Theme]\nName=Adwaita\nCommen"..., 4096) = 3312
145319 10:00:41.412598 close(11)        = 0
145319 10:00:41.412615 openat(AT_FDCWD, "/usr/share/pixmaps/Adwaita/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.412636 openat(AT_FDCWD, "/home/ron//.cursors/Adwaita/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.412655 openat(AT_FDCWD, "/usr/share/cursors/xorg-x11/Adwaita/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.412673 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 11
145319 10:00:41.412690 fstat(11, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
145319 10:00:41.412706 getdents64(11, 0x5c594be6ef80 /* 63 entries */, 32768) = 2048
145319 10:00:41.412748 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///ns-resize", O_RDONLY) = 12
145319 10:00:41.412766 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.412783 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.412802 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.412820 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.412887 close(12)        = 0
145319 10:00:41.412912 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///right_side", O_RDONLY) = 12
145319 10:00:41.412934 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.412953 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.412971 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.412990 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413058 close(12)        = 0
145319 10:00:41.413083 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///xterm", O_RDONLY) = 12
145319 10:00:41.413105 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.413124 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413142 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.413157 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413188 close(12)        = 0
145319 10:00:41.413204 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///X_cursor", O_RDONLY) = 12
145319 10:00:41.413222 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.413238 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413267 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.413285 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413316 close(12)        = 0
145319 10:00:41.413331 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///se-resize", O_RDONLY) = 12
145319 10:00:41.413349 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.413365 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413381 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.413395 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413423 close(12)        = 0
145319 10:00:41.413437 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///arrow", O_RDONLY) = 12
145319 10:00:41.413454 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.413470 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413486 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.413499 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413527 close(12)        = 0
145319 10:00:41.413541 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///nesw-resize", O_RDONLY) = 12
145319 10:00:41.413561 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.413579 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413597 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.413611 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413641 close(12)        = 0
145319 10:00:41.413657 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///left_ptr", O_RDONLY) = 12
145319 10:00:41.413675 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.413691 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413708 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.413723 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413750 close(12)        = 0
145319 10:00:41.413765 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///dnd-move", O_RDONLY) = 12
145319 10:00:41.413782 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.413798 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413814 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.413827 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413855 close(12)        = 0
145319 10:00:41.413869 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///tcross", O_RDONLY) = 12
145319 10:00:41.413887 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.413902 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413918 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.413931 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.413959 close(12)        = 0
145319 10:00:41.413973 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///hand1", O_RDONLY) = 12
145319 10:00:41.413990 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.414006 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414022 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.414036 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414064 close(12)        = 0
145319 10:00:41.414078 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///fleur", O_RDONLY) = 12
145319 10:00:41.414095 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.414111 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414128 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.414142 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414170 close(12)        = 0
145319 10:00:41.414184 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///cross", O_RDONLY) = 12
145319 10:00:41.414200 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.414216 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414246 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.414259 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414292 close(12)        = 0
145319 10:00:41.414312 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///w-resize", O_RDONLY) = 12
145319 10:00:41.414338 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.414354 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414370 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.414384 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414411 close(12)        = 0
145319 10:00:41.414427 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///sw-resize", O_RDONLY) = 12
145319 10:00:41.414444 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.414459 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414475 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.414488 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414515 close(12)        = 0
145319 10:00:41.414529 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///zoom-in", O_RDONLY) = 12
145319 10:00:41.414545 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.414560 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414576 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.414589 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414616 close(12)        = 0
145319 10:00:41.414630 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///e-resize", O_RDONLY) = 12
145319 10:00:41.414646 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.414661 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414677 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.414690 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414752 close(12)        = 0
145319 10:00:41.414797 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///cross_reverse", O_RDONLY) = 12
145319 10:00:41.414833 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.414863 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414887 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.414905 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.414938 close(12)        = 0
145319 10:00:41.414957 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///diamond_cross", O_RDONLY) = 12
145319 10:00:41.414979 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.414999 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.415019 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.415036 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.415067 close(12)        = 0
145319 10:00:41.415085 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///fd_double_arrow", O_RDONLY) = 12
145319 10:00:41.415107 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.415126 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.415146 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.415163 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.415195 close(12)        = 0
145319 10:00:41.415212 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///text", O_RDONLY) = 12
145319 10:00:41.415246 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.415265 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.415287 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.415303 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.415335 close(12)        = 0
145319 10:00:41.415353 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///move", O_RDONLY) = 12
145319 10:00:41.415374 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.415392 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.415412 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.415428 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.415462 close(12)        = 0
145319 10:00:41.415480 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///sb_h_double_arrow", O_RDONLY) = 12
145319 10:00:41.415503 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.415522 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.415542 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.415558 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.415592 close(12)        = 0
145319 10:00:41.415611 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///left_side", O_RDONLY) = 12
145319 10:00:41.415632 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.415651 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.415670 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.415686 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.415716 close(12)        = 0
145319 10:00:41.415735 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///progress", O_RDONLY) = 12
145319 10:00:41.415756 fstat(12, {st_mode=S_IFREG|0644, st_size=4691536, ...}) = 0
145319 10:00:41.415774 read(12, "Xcur\20\0\0\0\0\0\1\0h\1\0\0\2\0\375\377\30\0\0\0\360\20\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.415815 read(12, "\2\0\375\377H\0\0\0\220!C\0\2\0\375\377`\0\0\0\264rC\0\2\0\375\377\30\0\0\0"..., 4096) = 4096
145319 10:00:41.415838 lseek(12, 4096, SEEK_SET) = 4096
145319 10:00:41.415855 read(12, "\2\0\375\377H\0\0\0\220!C\0\2\0\375\377`\0\0\0\264rC\0\2\0\375\377\30\0\0\0"..., 4096) = 4096
145319 10:00:41.415886 lseek(12, 81920, SEEK_SET) = 81920
145319 10:00:41.415903 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.415933 lseek(12, 159744, SEEK_SET) = 159744
145319 10:00:41.415951 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.415983 lseek(12, 237568, SEEK_SET) = 237568
145319 10:00:41.416000 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.416031 lseek(12, 315392, SEEK_SET) = 315392
145319 10:00:41.416049 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.416080 lseek(12, 393216, SEEK_SET) = 393216
145319 10:00:41.416097 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.416129 lseek(12, 471040, SEEK_SET) = 471040
145319 10:00:41.416146 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.416176 read(12, "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\3\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.416198 lseek(12, 548864, SEEK_SET) = 548864
145319 10:00:41.416215 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.416255 read(12, "\0\0\0000\0\0\0\25\0\0\0\31\0\0\0;222y\242\242\242\316\330\330\330\360\366\366\366\374"..., 4096) = 4096
145319 10:00:41.416276 lseek(12, 626688, SEEK_SET) = 626688
145319 10:00:41.416300 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.416326 read(12, "\377\377\377\377\0\0\0\377@@@\377\352\352\352\371\352\352\352\373\21\21\21\377\27\27\27\377nnn\377"..., 4096) = 4096
145319 10:00:41.416349 lseek(12, 704512, SEEK_SET) = 704512
145319 10:00:41.416366 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1"..., 4096) = 4096
145319 10:00:41.416390 read(12, "\0\0\0\3\0\0\0\33\377\377\377\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\245\245\245\377"..., 4096) = 4096
145319 10:00:41.416415 lseek(12, 782336, SEEK_SET) = 782336
145319 10:00:41.416431 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.416454 read(12, "\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\33\377\377\377\377\0\0\0\377\0\0\0\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.416484 lseek(12, 860160, SEEK_SET) = 860160
145319 10:00:41.416501 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.416523 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\33\377\377\377\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.416552 lseek(12, 937984, SEEK_SET) = 937984
145319 10:00:41.416568 read(12, "\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\3\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1"..., 4096) = 4096
145319 10:00:41.416588 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\25"..., 4096) = 4096
145319 10:00:41.416616 lseek(12, 1015808, SEEK_SET) = 1015808
145319 10:00:41.416632 read(12, "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.416650 read(12, "\30\0\0\0\1\0\0\0\30\0\0\0\30\0\0\0\3\0\0\0\1\0\0\0\20\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.416681 lseek(12, 1097728, SEEK_SET) = 1097728
145319 10:00:41.416697 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.416727 lseek(12, 1175552, SEEK_SET) = 1175552
145319 10:00:41.416744 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.416776 lseek(12, 1253376, SEEK_SET) = 1253376
145319 10:00:41.416792 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.416822 lseek(12, 1331200, SEEK_SET) = 1331200
145319 10:00:41.416838 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.416869 lseek(12, 1409024, SEEK_SET) = 1409024
145319 10:00:41.416885 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.416915 lseek(12, 1486848, SEEK_SET) = 1486848
145319 10:00:41.416931 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.416961 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0$\0\0\0\2\0\375\377\36\0\0\0\1\0\0\0\36\0\0\0"..., 4096) = 4096
145319 10:00:41.416980 lseek(12, 1564672, SEEK_SET) = 1564672
145319 10:00:41.416997 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417024 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2"..., 4096) = 4096
145319 10:00:41.417045 lseek(12, 1642496, SEEK_SET) = 1642496
145319 10:00:41.417061 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417088 read(12, "\4\4\4@\0\0\0\24\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417110 lseek(12, 1720320, SEEK_SET) = 1720320
145319 10:00:41.417128 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417153 read(12, "mmm\377\2\2\2\377hhh\376\246\246\246\312\0\0\0\27\0\0\0\2\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417177 lseek(12, 1798144, SEEK_SET) = 1798144
145319 10:00:41.417193 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417219 read(12, "\2\2\2\377fff\377\200\200\200\377&&&\377\36\36\36\377\344\344\344\363\0\0\0\22\0\0\0\2"..., 4096) = 4096
145319 10:00:41.417243 lseek(12, 1875968, SEEK_SET) = 1875968
145319 10:00:41.417261 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417287 read(12, "\205\205\205\377\246\246\246\377\201\201\201\377\25\25\25\377\r\r\r\377\270\270\270\367\226\226\226\250\0\0\0\5"..., 4096) = 4096
145319 10:00:41.417316 lseek(12, 1953792, SEEK_SET) = 1953792
145319 10:00:41.417332 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417353 read(12, "\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\3\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417380 lseek(12, 2031616, SEEK_SET) = 2031616
145319 10:00:41.417397 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1"..., 4096) = 4096
145319 10:00:41.417418 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417447 lseek(12, 2113536, SEEK_SET) = 2113536
145319 10:00:41.417464 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417493 lseek(12, 2191360, SEEK_SET) = 2191360
145319 10:00:41.417509 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417539 lseek(12, 2269184, SEEK_SET) = 2269184
145319 10:00:41.417556 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417586 lseek(12, 2347008, SEEK_SET) = 2347008
145319 10:00:41.417603 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417633 lseek(12, 2424832, SEEK_SET) = 2424832
145319 10:00:41.417650 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417680 lseek(12, 2502656, SEEK_SET) = 2502656
145319 10:00:41.417697 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417727 lseek(12, 2580480, SEEK_SET) = 2580480
145319 10:00:41.417743 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417774 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417794 lseek(12, 2658304, SEEK_SET) = 2658304
145319 10:00:41.417810 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417838 read(12, "\0\0\0\1\0\0\0\4\0\0\0\t\0\0\0\22\0\0\0\27\0\0\0\31\0\0\0\27\0\0\0\22"..., 4096) = 4096
145319 10:00:41.417859 lseek(12, 2736128, SEEK_SET) = 2736128
145319 10:00:41.417874 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417900 read(12, "???\201\0\0\0:\2\2\2C\214\214\214\273\341\341\341\371nnn\376&&&\377\t\t\t\377"..., 4096) = 4096
145319 10:00:41.417923 lseek(12, 2813952, SEEK_SET) = 2813952
145319 10:00:41.417939 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.417964 read(12, "\377\377\377\377\0\0\0\377\0\0\0\377@@@\377bbb\377\5\5\5\377ooo\377\200\200\200\377"..., 4096) = 4096
145319 10:00:41.417988 lseek(12, 2891776, SEEK_SET) = 2891776
145319 10:00:41.418004 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418027 read(12, "\0\0\0\3\0\0\0\33\377\377\377\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377111\377"..., 4096) = 4096
145319 10:00:41.418053 lseek(12, 2969600, SEEK_SET) = 2969600
145319 10:00:41.418069 read(12, "\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1"..., 4096) = 4096
145319 10:00:41.418092 read(12, "\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\33\377\377\377\377\0\0\0\377\0\0\0\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.418119 lseek(12, 3047424, SEEK_SET) = 3047424
145319 10:00:41.418135 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418156 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\33\377\377\377\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.418184 lseek(12, 3125248, SEEK_SET) = 3125248
145319 10:00:41.418200 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418220 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\t"..., 4096) = 4096
145319 10:00:41.418249 lseek(12, 3207168, SEEK_SET) = 3207168
145319 10:00:41.418265 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418301 lseek(12, 3284992, SEEK_SET) = 3284992
145319 10:00:41.418319 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418351 lseek(12, 3362816, SEEK_SET) = 3362816
145319 10:00:41.418373 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418405 lseek(12, 3440640, SEEK_SET) = 3440640
145319 10:00:41.418422 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418454 lseek(12, 3518464, SEEK_SET) = 3518464
145319 10:00:41.418471 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418501 lseek(12, 3596288, SEEK_SET) = 3596288
145319 10:00:41.418518 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418549 lseek(12, 3674112, SEEK_SET) = 3674112
145319 10:00:41.418566 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418596 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418615 lseek(12, 3751936, SEEK_SET) = 3751936
145319 10:00:41.418632 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418659 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\t"..., 4096) = 4096
145319 10:00:41.418681 lseek(12, 3829760, SEEK_SET) = 3829760
145319 10:00:41.418697 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418723 read(12, "\223\223\223\276\0\0\0*\0\0\0\t\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418746 lseek(12, 3907584, SEEK_SET) = 3907584
145319 10:00:41.418761 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418786 read(12, "\237\237\237\377&&&\377\37\37\37\377\344\344\344\364\0\0\0\31\0\0\0\3\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418810 lseek(12, 3985408, SEEK_SET) = 3985408
145319 10:00:41.418825 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1"..., 4096) = 4096
145319 10:00:41.418849 read(12, "ccc\377\200\200\200\377nnn\377\5\5\5\377ggg\376\246\246\246\276\0\0\0\n\0\0\0\1"..., 4096) = 4096
145319 10:00:41.418874 lseek(12, 4063232, SEEK_SET) = 4063232
145319 10:00:41.418889 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.418911 read(12, "\34\34\34\377\2\2\2\377\33\33\33\377eee\376\336\336\336\366\227\227\227\246\5\5\5\n\0\0\0\1"..., 4096) = 4096
145319 10:00:41.418938 lseek(12, 4141056, SEEK_SET) = 4141056
145319 10:00:41.418954 read(12, "\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\1"..., 4096) = 4096
145319 10:00:41.418975 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.419003 lseek(12, 4218880, SEEK_SET) = 4218880
145319 10:00:41.419019 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.419042 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.419072 lseek(12, 4300800, SEEK_SET) = 4300800
145319 10:00:41.419088 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.419122 lseek(12, 4378624, SEEK_SET) = 4378624
145319 10:00:41.419138 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.419169 lseek(12, 4456448, SEEK_SET) = 4456448
145319 10:00:41.419186 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.419218 lseek(12, 4534272, SEEK_SET) = 4534272
145319 10:00:41.419235 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.419266 lseek(12, 4612096, SEEK_SET) = 4612096
145319 10:00:41.419283 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.419322 close(12)        = 0
145319 10:00:41.419342 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///nw-resize", O_RDONLY) = 12
145319 10:00:41.419372 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.419393 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.419413 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.419429 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.419459 close(12)        = 0
145319 10:00:41.419477 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///context-menu", O_RDONLY) = 12
145319 10:00:41.419498 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.419517 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.419537 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.419552 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.419582 close(12)        = 0
145319 10:00:41.419599 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///grab", O_RDONLY) = 12
145319 10:00:41.419621 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.419639 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.419659 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.419675 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.419704 close(12)        = 0
145319 10:00:41.419722 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///s-resize", O_RDONLY) = 12
145319 10:00:41.419743 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.419762 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.419782 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.419798 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.419827 close(12)        = 0
145319 10:00:41.419844 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///no-drop", O_RDONLY) = 12
145319 10:00:41.419865 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.419883 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.419902 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.420033 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.420152 close(12)        = 0
145319 10:00:41.420177 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///top_left_arrow", O_RDONLY) = 12
145319 10:00:41.420206 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.420228 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.420250 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.420270 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.420313 close(12)        = 0
145319 10:00:41.420334 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///not-allowed", O_RDONLY) = 12
145319 10:00:41.420357 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.420380 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.420401 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.420421 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.420453 close(12)        = 0
145319 10:00:41.420470 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///bd_double_arrow", O_RDONLY) = 12
145319 10:00:41.420491 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.420510 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.420529 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.420547 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.420580 close(12)        = 0
145319 10:00:41.420603 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///wait", O_RDONLY) = 12
145319 10:00:41.420627 fstat(12, {st_mode=S_IFREG|0644, st_size=4691536, ...}) = 0
145319 10:00:41.420649 read(12, "Xcur\20\0\0\0\0\0\1\0h\1\0\0\2\0\375\377\30\0\0\0\360\20\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.420691 read(12, "\2\0\375\377H\0\0\0\220!C\0\2\0\375\377`\0\0\0\264rC\0\2\0\375\377\30\0\0\0"..., 4096) = 4096
145319 10:00:41.420714 lseek(12, 4096, SEEK_SET) = 4096
145319 10:00:41.420733 read(12, "\2\0\375\377H\0\0\0\220!C\0\2\0\375\377`\0\0\0\264rC\0\2\0\375\377\30\0\0\0"..., 4096) = 4096
145319 10:00:41.420766 lseek(12, 81920, SEEK_SET) = 81920
145319 10:00:41.420786 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.420818 lseek(12, 159744, SEEK_SET) = 159744
145319 10:00:41.420838 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.420870 lseek(12, 237568, SEEK_SET) = 237568
145319 10:00:41.420889 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.420922 lseek(12, 315392, SEEK_SET) = 315392
145319 10:00:41.420940 read(12, "\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.420973 lseek(12, 393216, SEEK_SET) = 393216
145319 10:00:41.420993 read(12, "\0\0\0\16\0\0\0\f\0\0\0\f\0\0\0\f\0\0\0\n\0\0\0\n\0\0\0\10\0\0\0\10"..., 4096) = 4096
145319 10:00:41.421025 lseek(12, 471040, SEEK_SET) = 471040
145319 10:00:41.421044 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.421076 read(12, "\0\0\0\27\0\0\0,\0\0\0A\0\0\0N\0\0\0V\0\0\0V\0\0\0N\0\0\0@"..., 4096) = 4096
145319 10:00:41.421100 lseek(12, 548864, SEEK_SET) = 548864
145319 10:00:41.421119 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.421150 read(12, ">>>}\350\350\350\367lll\375\3\3\3\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.421174 lseek(12, 626688, SEEK_SET) = 626688
145319 10:00:41.421194 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2"..., 4096) = 4096
145319 10:00:41.421222 read(12, "DDDt\323\323\323\370\3\3\3\377\0\0\0\377\272\272\272\377\377\377\377\377\371\371\371\377lll\377"..., 4096) = 4096
145319 10:00:41.421248 lseek(12, 704512, SEEK_SET) = 704512
145319 10:00:41.421268 read(12, "\0\0\0,\0\0\0-\0\0\0/\0\0\0001\0\0\0001\0\0\0001\0\0\0001\0\0\0001"..., 4096) = 4096
145319 10:00:41.421303 read(12, "\0\0\0\3\0\0\0\31\363\363\363\373\f\f\f\377\0\0\0\377\335\335\335\377\377\377\377\377SSS\377"..., 4096) = 4096
145319 10:00:41.421331 lseek(12, 782336, SEEK_SET) = 782336
145319 10:00:41.421357 read(12, "\0\0\0\21\0\0\0\16\0\0\0\n\0\0\0\10\0\0\0\6\0\0\0\5\0\0\0\3\0\0\0\2"..., 4096) = 4096
145319 10:00:41.421386 read(12, "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\n\234\234\234\265nnn\376\0\0\0\377UUU\377"..., 4096) = 4096
145319 10:00:41.421417 lseek(12, 860160, SEEK_SET) = 860160
145319 10:00:41.421438 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.421464 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2'''3"..., 4096) = 4096
145319 10:00:41.421492 lseek(12, 937984, SEEK_SET) = 937984
145319 10:00:41.421512 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1"..., 4096) = 4096
145319 10:00:41.421534 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.421563 lseek(12, 1015808, SEEK_SET) = 1015808
145319 10:00:41.421583 read(12, "\0\0\08\0\0\0=\0\0\0B\0\0\0H\0\0\0K\0\0\0N\0\0\0R\0\0\0T"..., 4096) = 4096
145319 10:00:41.421602 read(12, "\30\0\0\0\1\0\0\0\30\0\0\0\30\0\0\0\v\0\0\0\v\0\0\0\20\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.421633 lseek(12, 1097728, SEEK_SET) = 1097728
145319 10:00:41.421651 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.421683 lseek(12, 1175552, SEEK_SET) = 1175552
145319 10:00:41.421704 read(12, "\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.421738 lseek(12, 1253376, SEEK_SET) = 1253376
145319 10:00:41.421759 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.421791 lseek(12, 1331200, SEEK_SET) = 1331200
145319 10:00:41.421810 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.421841 lseek(12, 1409024, SEEK_SET) = 1409024
145319 10:00:41.421858 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.421889 lseek(12, 1486848, SEEK_SET) = 1486848
145319 10:00:41.421906 read(12, "\0\0\0\10\0\0\0\10\0\0\0\n\0\0\0\n\0\0\0\f\0\0\0\f\0\0\0\f\0\0\0\16"..., 4096) = 4096
145319 10:00:41.421937 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0$\0\0\0\2\0\375\377\36\0\0\0\1\0\0\0\36\0\0\0"..., 4096) = 4096
145319 10:00:41.421957 lseek(12, 1564672, SEEK_SET) = 1564672
145319 10:00:41.421977 read(12, "\0\0\0\10\0\0\0\6\0\0\0\5\0\0\0\5\0\0\0\4\0\0\0\3\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.422008 read(12, "\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\0\0\0\0"..., 4096) = 4096
145319 10:00:41.422030 lseek(12, 1642496, SEEK_SET) = 1642496
145319 10:00:41.422048 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.422077 read(12, "DDD\377\347\347\347\367###a\0\0\0\27\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.422101 lseek(12, 1720320, SEEK_SET) = 1720320
145319 10:00:41.422116 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.422139 read(12, "~~~\377\201\201\201\377\31\31\31\377\0\0\0\377rrr\376\230\230\230\276\0\0\0\26\0\0\0\2"..., 4096) = 4096
145319 10:00:41.422159 lseek(12, 1798144, SEEK_SET) = 1798144
145319 10:00:41.422172 read(12, "\0\0\0\10\0\0\0\n\0\0\0\f\0\0\0\20\0\0\0\23\0\0\0\26\0\0\0\31\0\0\0\35"..., 4096) = 4096
145319 10:00:41.422192 read(12, "\0\0\0\377\0\0\0\377!!!\377\202\202\202\377bbb\377\0\0\0\377\f\f\f\377\363\363\363\372"..., 4096) = 4096
145319 10:00:41.422214 lseek(12, 1875968, SEEK_SET) = 1875968
145319 10:00:41.422227 read(12, "\0\0\0<\0\0\0;\0\0\08\0\0\0005\0\0\0001\0\0\0-\0\0\0)\0\0\0&"..., 4096) = 4096
145319 10:00:41.422246 read(12, "QQQ\377PPP\377\241\241\241\377\370\370\370\377\335\335\335\377NNN\377\0\0\0\377\3\3\3\377"..., 4096) = 4096
145319 10:00:41.422269 lseek(12, 1953792, SEEK_SET) = 1953792
145319 10:00:41.422289 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.422307 read(12, "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\3\3\3\377kkk\376"..., 4096) = 4096
145319 10:00:41.422331 lseek(12, 2031616, SEEK_SET) = 2031616
145319 10:00:41.422344 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.422360 read(12, "\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\3\0\0\0\3\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.422385 lseek(12, 2113536, SEEK_SET) = 2113536
145319 10:00:41.422399 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.422425 lseek(12, 2191360, SEEK_SET) = 2191360
145319 10:00:41.422439 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.422465 lseek(12, 2269184, SEEK_SET) = 2269184
145319 10:00:41.422479 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.422506 lseek(12, 2347008, SEEK_SET) = 2347008
145319 10:00:41.422519 read(12, "\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1"..., 4096) = 4096
145319 10:00:41.422546 lseek(12, 2424832, SEEK_SET) = 2424832
145319 10:00:41.422560 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.422587 lseek(12, 2502656, SEEK_SET) = 2502656
145319 10:00:41.422603 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.422630 lseek(12, 2580480, SEEK_SET) = 2580480
145319 10:00:41.422644 read(12, "\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\3"..., 4096) = 4096
145319 10:00:41.422670 read(12, "\0\0\0\2\0\0\0\2\0\0\0\3\0\0\0\3\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\0"..., 4096) = 4096
145319 10:00:41.422686 lseek(12, 2658304, SEEK_SET) = 2658304
145319 10:00:41.422700 read(12, "\0\0\0\26\0\0\0\26\0\0\0\26\0\0\0\26\0\0\0\25\0\0\0\23\0\0\0\21\0\0\0\20"..., 4096) = 4096
145319 10:00:41.422724 read(12, "\0\0\0HCCC\207\231\231\231\307\326\326\326\357\363\363\363\373\363\363\363\373\326\326\326\357\231\231\231\307"..., 4096) = 4096
145319 10:00:41.422741 lseek(12, 2736128, SEEK_SET) = 2736128
145319 10:00:41.422754 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.422776 read(12, "\350\350\350\367CCC\377\0\0\0\377\0\0\0\377\31\31\31\377III\377___\377aaa\377"..., 4096) = 4096
145319 10:00:41.422795 lseek(12, 2813952, SEEK_SET) = 2813952
145319 10:00:41.422808 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.422829 read(12, "\233\233\233\300ooo\376\0\0\0\377\33\33\33\377\202\202\202\377~~~\377\35\35\35\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.422849 lseek(12, 2891776, SEEK_SET) = 2891776
145319 10:00:41.422861 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2"..., 4096) = 4096
145319 10:00:41.422881 read(12, "\0\0\0\2\0\0\0\26\363\363\363\372\f\f\f\377\0\0\0\377ddd\377\202\202\202\377   \377"..., 4096) = 4096
145319 10:00:41.422903 lseek(12, 2969600, SEEK_SET) = 2969600
145319 10:00:41.422916 read(12, "\0\0\0005\0\0\08\0\0\0;\0\0\0<\0\0\0?\0\0\0@\0\0\0A\0\0\0A"..., 4096) = 4096
145319 10:00:41.422934 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4EEEV\322\322\322\366\2\2\2\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.422956 lseek(12, 3047424, SEEK_SET) = 3047424
145319 10:00:41.422970 read(12, "\0\0\0$\0\0\0\36\0\0\0\32\0\0\0\26\0\0\0\21\0\0\0\f\0\0\0\n\0\0\0\10"..., 4096) = 4096
145319 10:00:41.422987 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4"..., 4096) = 4096
145319 10:00:41.423010 lseek(12, 3125248, SEEK_SET) = 3125248
145319 10:00:41.423023 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423039 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423066 lseek(12, 3207168, SEEK_SET) = 3207168
145319 10:00:41.423079 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423105 lseek(12, 3284992, SEEK_SET) = 3284992
145319 10:00:41.423119 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423145 lseek(12, 3362816, SEEK_SET) = 3362816
145319 10:00:41.423159 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423186 lseek(12, 3440640, SEEK_SET) = 3440640
145319 10:00:41.423199 read(12, "\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5"..., 4096) = 4096
145319 10:00:41.423226 lseek(12, 3518464, SEEK_SET) = 3518464
145319 10:00:41.423240 read(12, "\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423267 lseek(12, 3596288, SEEK_SET) = 3596288
145319 10:00:41.423285 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423315 lseek(12, 3674112, SEEK_SET) = 3674112
145319 10:00:41.423329 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423356 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423371 lseek(12, 3751936, SEEK_SET) = 3751936
145319 10:00:41.423385 read(12, "\0\0\0\n\0\0\0\f\0\0\0\f\0\0\0\16\0\0\0\20\0\0\0\21\0\0\0\23\0\0\0\25"..., 4096) = 4096
145319 10:00:41.423411 read(12, "\0\0\0\r\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423429 lseek(12, 3829760, SEEK_SET) = 3829760
145319 10:00:41.423442 read(12, "\0\0\0\23\0\0\0\20\0\0\0\16\0\0\0\f\0\0\0\n\0\0\0\10\0\0\0\6\0\0\0\5"..., 4096) = 4096
145319 10:00:41.423464 read(12, "\0\0\0\377mmm\376\275\275\275\335\0\0\0,\0\0\0\n\0\0\0\1\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423483 lseek(12, 3907584, SEEK_SET) = 3907584
145319 10:00:41.423496 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423517 read(12, "\246\246\246\377\377\377\377\377\265\265\265\377\0\0\0\377+++\377\326\326\326\355\0\0\0\31\0\0\0\3"..., 4096) = 4096
145319 10:00:41.423537 lseek(12, 3985408, SEEK_SET) = 3985408
145319 10:00:41.423550 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423570 read(12, "\0\0\0\377\0\0\0\377FFF\377\202\202\202\377JJJ\377\0\0\0\377+++\377\327\327\327\353"..., 4096) = 4096
145319 10:00:41.423592 lseek(12, 4063232, SEEK_SET) = 4063232
145319 10:00:41.423605 read(12, "\0\0\0\10\0\0\0\n\0\0\0\16\0\0\0\21\0\0\0\25\0\0\0\30\0\0\0\35\0\0\0!"..., 4096) = 4096
145319 10:00:41.423624 read(12, "\202\202\202\377\202\202\202\377\202\202\202\377\202\202\202\377OOO\377\2\2\2\377\0\0\0\377kkk\375"..., 4096) = 4096
145319 10:00:41.423647 lseek(12, 4141056, SEEK_SET) = 4141056
145319 10:00:41.423660 read(12, "\0\0\0N\0\0\0M\0\0\0K\0\0\0I\0\0\0H\0\0\0D\0\0\0A\0\0\0<"..., 4096) = 4096
145319 10:00:41.423677 read(12, "ooo\376***\377\v\v\v\377\v\v\v\377***\377ooo\376\323\323\323\365\300\300\300\321"..., 4096) = 4096
145319 10:00:41.423701 lseek(12, 4218880, SEEK_SET) = 4218880
145319 10:00:41.423715 read(12, "\0\0\0\5\0\0\0\3\0\0\0\2\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423730 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423755 lseek(12, 4300800, SEEK_SET) = 4300800
145319 10:00:41.423769 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423795 lseek(12, 4378624, SEEK_SET) = 4378624
145319 10:00:41.423808 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423835 lseek(12, 4456448, SEEK_SET) = 4456448
145319 10:00:41.423849 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.423876 lseek(12, 4534272, SEEK_SET) = 4534272
145319 10:00:41.423889 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.423916 lseek(12, 4612096, SEEK_SET) = 4612096
145319 10:00:41.423930 read(12, "\0\0\0\6\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\4\0\0\0\3\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.423959 close(12)        = 0
145319 10:00:41.423974 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///vertical-text", O_RDONLY) = 12
145319 10:00:41.423991 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.424007 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.424022 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.424035 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.424061 close(12)        = 0
145319 10:00:41.424075 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///ne-resize", O_RDONLY) = 12
145319 10:00:41.424090 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.424104 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.424121 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.424134 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.424160 close(12)        = 0
145319 10:00:41.424173 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///watch", O_RDONLY) = 12
145319 10:00:41.424190 fstat(12, {st_mode=S_IFREG|0644, st_size=4691536, ...}) = 0
145319 10:00:41.424205 read(12, "Xcur\20\0\0\0\0\0\1\0h\1\0\0\2\0\375\377\30\0\0\0\360\20\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.424240 read(12, "\2\0\375\377H\0\0\0\220!C\0\2\0\375\377`\0\0\0\264rC\0\2\0\375\377\30\0\0\0"..., 4096) = 4096
145319 10:00:41.424257 lseek(12, 4096, SEEK_SET) = 4096
145319 10:00:41.424271 read(12, "\2\0\375\377H\0\0\0\220!C\0\2\0\375\377`\0\0\0\264rC\0\2\0\375\377\30\0\0\0"..., 4096) = 4096
145319 10:00:41.424304 lseek(12, 81920, SEEK_SET) = 81920
145319 10:00:41.424319 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.424345 lseek(12, 159744, SEEK_SET) = 159744
145319 10:00:41.424358 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.424385 lseek(12, 237568, SEEK_SET) = 237568
145319 10:00:41.424398 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.424425 lseek(12, 315392, SEEK_SET) = 315392
145319 10:00:41.424438 read(12, "\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.424465 lseek(12, 393216, SEEK_SET) = 393216
145319 10:00:41.424478 read(12, "\0\0\0\16\0\0\0\f\0\0\0\f\0\0\0\f\0\0\0\n\0\0\0\n\0\0\0\10\0\0\0\10"..., 4096) = 4096
145319 10:00:41.424504 lseek(12, 471040, SEEK_SET) = 471040
145319 10:00:41.424518 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.424543 read(12, "\0\0\0\27\0\0\0,\0\0\0A\0\0\0N\0\0\0V\0\0\0V\0\0\0N\0\0\0@"..., 4096) = 4096
145319 10:00:41.424559 lseek(12, 548864, SEEK_SET) = 548864
145319 10:00:41.424573 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.424596 read(12, ">>>}\350\350\350\367lll\375\3\3\3\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.424615 lseek(12, 626688, SEEK_SET) = 626688
145319 10:00:41.424627 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2"..., 4096) = 4096
145319 10:00:41.424648 read(12, "DDDt\323\323\323\370\3\3\3\377\0\0\0\377\272\272\272\377\377\377\377\377\371\371\371\377lll\377"..., 4096) = 4096
145319 10:00:41.424668 lseek(12, 704512, SEEK_SET) = 704512
145319 10:00:41.424680 read(12, "\0\0\0,\0\0\0-\0\0\0/\0\0\0001\0\0\0001\0\0\0001\0\0\0001\0\0\0001"..., 4096) = 4096
145319 10:00:41.424700 read(12, "\0\0\0\3\0\0\0\31\363\363\363\373\f\f\f\377\0\0\0\377\335\335\335\377\377\377\377\377SSS\377"..., 4096) = 4096
145319 10:00:41.424721 lseek(12, 782336, SEEK_SET) = 782336
145319 10:00:41.424734 read(12, "\0\0\0\21\0\0\0\16\0\0\0\n\0\0\0\10\0\0\0\6\0\0\0\5\0\0\0\3\0\0\0\2"..., 4096) = 4096
145319 10:00:41.424753 read(12, "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\n\234\234\234\265nnn\376\0\0\0\377UUU\377"..., 4096) = 4096
145319 10:00:41.424774 lseek(12, 860160, SEEK_SET) = 860160
145319 10:00:41.424788 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.424805 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2'''3"..., 4096) = 4096
145319 10:00:41.424828 lseek(12, 937984, SEEK_SET) = 937984
145319 10:00:41.424842 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1"..., 4096) = 4096
145319 10:00:41.424858 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.424882 lseek(12, 1015808, SEEK_SET) = 1015808
145319 10:00:41.424896 read(12, "\0\0\08\0\0\0=\0\0\0B\0\0\0H\0\0\0K\0\0\0N\0\0\0R\0\0\0T"..., 4096) = 4096
145319 10:00:41.424909 read(12, "\30\0\0\0\1\0\0\0\30\0\0\0\30\0\0\0\v\0\0\0\v\0\0\0\20\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.424935 lseek(12, 1097728, SEEK_SET) = 1097728
145319 10:00:41.424949 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.424975 lseek(12, 1175552, SEEK_SET) = 1175552
145319 10:00:41.424988 read(12, "\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.425016 lseek(12, 1253376, SEEK_SET) = 1253376
145319 10:00:41.425030 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.425056 lseek(12, 1331200, SEEK_SET) = 1331200
145319 10:00:41.425070 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.425096 lseek(12, 1409024, SEEK_SET) = 1409024
145319 10:00:41.425110 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.425136 lseek(12, 1486848, SEEK_SET) = 1486848
145319 10:00:41.425150 read(12, "\0\0\0\10\0\0\0\10\0\0\0\n\0\0\0\n\0\0\0\f\0\0\0\f\0\0\0\f\0\0\0\16"..., 4096) = 4096
145319 10:00:41.425176 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0$\0\0\0\2\0\375\377\36\0\0\0\1\0\0\0\36\0\0\0"..., 4096) = 4096
145319 10:00:41.425192 lseek(12, 1564672, SEEK_SET) = 1564672
145319 10:00:41.425205 read(12, "\0\0\0\10\0\0\0\6\0\0\0\5\0\0\0\5\0\0\0\4\0\0\0\3\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.425229 read(12, "\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\0\0\0\0"..., 4096) = 4096
145319 10:00:41.425246 lseek(12, 1642496, SEEK_SET) = 1642496
145319 10:00:41.425259 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.425286 read(12, "DDD\377\347\347\347\367###a\0\0\0\27\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.425307 lseek(12, 1720320, SEEK_SET) = 1720320
145319 10:00:41.425320 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.425341 read(12, "~~~\377\201\201\201\377\31\31\31\377\0\0\0\377rrr\376\230\230\230\276\0\0\0\26\0\0\0\2"..., 4096) = 4096
145319 10:00:41.425360 lseek(12, 1798144, SEEK_SET) = 1798144
145319 10:00:41.425373 read(12, "\0\0\0\10\0\0\0\n\0\0\0\f\0\0\0\20\0\0\0\23\0\0\0\26\0\0\0\31\0\0\0\35"..., 4096) = 4096
145319 10:00:41.425393 read(12, "\0\0\0\377\0\0\0\377!!!\377\202\202\202\377bbb\377\0\0\0\377\f\f\f\377\363\363\363\372"..., 4096) = 4096
145319 10:00:41.425414 lseek(12, 1875968, SEEK_SET) = 1875968
145319 10:00:41.425428 read(12, "\0\0\0<\0\0\0;\0\0\08\0\0\0005\0\0\0001\0\0\0-\0\0\0)\0\0\0&"..., 4096) = 4096
145319 10:00:41.425446 read(12, "QQQ\377PPP\377\241\241\241\377\370\370\370\377\335\335\335\377NNN\377\0\0\0\377\3\3\3\377"..., 4096) = 4096
145319 10:00:41.425469 lseek(12, 1953792, SEEK_SET) = 1953792
145319 10:00:41.425482 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.425499 read(12, "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\3\3\3\377kkk\376"..., 4096) = 4096
145319 10:00:41.425523 lseek(12, 2031616, SEEK_SET) = 2031616
145319 10:00:41.425536 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.425552 read(12, "\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\3\0\0\0\3\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.425576 lseek(12, 2113536, SEEK_SET) = 2113536
145319 10:00:41.425590 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.425616 lseek(12, 2191360, SEEK_SET) = 2191360
145319 10:00:41.425629 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.425656 lseek(12, 2269184, SEEK_SET) = 2269184
145319 10:00:41.425670 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.425696 lseek(12, 2347008, SEEK_SET) = 2347008
145319 10:00:41.425709 read(12, "\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1"..., 4096) = 4096
145319 10:00:41.425736 lseek(12, 2424832, SEEK_SET) = 2424832
145319 10:00:41.425749 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.425776 lseek(12, 2502656, SEEK_SET) = 2502656
145319 10:00:41.425789 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.425817 lseek(12, 2580480, SEEK_SET) = 2580480
145319 10:00:41.425831 read(12, "\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\3"..., 4096) = 4096
145319 10:00:41.425857 read(12, "\0\0\0\2\0\0\0\2\0\0\0\3\0\0\0\3\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\0"..., 4096) = 4096
145319 10:00:41.425873 lseek(12, 2658304, SEEK_SET) = 2658304
145319 10:00:41.425886 read(12, "\0\0\0\26\0\0\0\26\0\0\0\26\0\0\0\26\0\0\0\25\0\0\0\23\0\0\0\21\0\0\0\20"..., 4096) = 4096
145319 10:00:41.425911 read(12, "\0\0\0HCCC\207\231\231\231\307\326\326\326\357\363\363\363\373\363\363\363\373\326\326\326\357\231\231\231\307"..., 4096) = 4096
145319 10:00:41.425928 lseek(12, 2736128, SEEK_SET) = 2736128
145319 10:00:41.425940 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.425963 read(12, "\350\350\350\367CCC\377\0\0\0\377\0\0\0\377\31\31\31\377III\377___\377aaa\377"..., 4096) = 4096
145319 10:00:41.425981 lseek(12, 2813952, SEEK_SET) = 2813952
145319 10:00:41.425994 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426015 read(12, "\233\233\233\300ooo\376\0\0\0\377\33\33\33\377\202\202\202\377~~~\377\35\35\35\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.426035 lseek(12, 2891776, SEEK_SET) = 2891776
145319 10:00:41.426047 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2"..., 4096) = 4096
145319 10:00:41.426067 read(12, "\0\0\0\2\0\0\0\26\363\363\363\372\f\f\f\377\0\0\0\377ddd\377\202\202\202\377   \377"..., 4096) = 4096
145319 10:00:41.426088 lseek(12, 2969600, SEEK_SET) = 2969600
145319 10:00:41.426102 read(12, "\0\0\0005\0\0\08\0\0\0;\0\0\0<\0\0\0?\0\0\0@\0\0\0A\0\0\0A"..., 4096) = 4096
145319 10:00:41.426119 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4EEEV\322\322\322\366\2\2\2\377\0\0\0\377"..., 4096) = 4096
145319 10:00:41.426142 lseek(12, 3047424, SEEK_SET) = 3047424
145319 10:00:41.426155 read(12, "\0\0\0$\0\0\0\36\0\0\0\32\0\0\0\26\0\0\0\21\0\0\0\f\0\0\0\n\0\0\0\10"..., 4096) = 4096
145319 10:00:41.426172 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4"..., 4096) = 4096
145319 10:00:41.426195 lseek(12, 3125248, SEEK_SET) = 3125248
145319 10:00:41.426209 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426224 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426248 lseek(12, 3207168, SEEK_SET) = 3207168
145319 10:00:41.426262 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426292 lseek(12, 3284992, SEEK_SET) = 3284992
145319 10:00:41.426305 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426331 lseek(12, 3362816, SEEK_SET) = 3362816
145319 10:00:41.426344 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426370 lseek(12, 3440640, SEEK_SET) = 3440640
145319 10:00:41.426383 read(12, "\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\5"..., 4096) = 4096
145319 10:00:41.426410 lseek(12, 3518464, SEEK_SET) = 3518464
145319 10:00:41.426423 read(12, "\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426450 lseek(12, 3596288, SEEK_SET) = 3596288
145319 10:00:41.426464 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426490 lseek(12, 3674112, SEEK_SET) = 3674112
145319 10:00:41.426504 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426530 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426546 lseek(12, 3751936, SEEK_SET) = 3751936
145319 10:00:41.426559 read(12, "\0\0\0\n\0\0\0\f\0\0\0\f\0\0\0\16\0\0\0\20\0\0\0\21\0\0\0\23\0\0\0\25"..., 4096) = 4096
145319 10:00:41.426583 read(12, "\0\0\0\r\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426603 lseek(12, 3829760, SEEK_SET) = 3829760
145319 10:00:41.426616 read(12, "\0\0\0\23\0\0\0\20\0\0\0\16\0\0\0\f\0\0\0\n\0\0\0\10\0\0\0\6\0\0\0\5"..., 4096) = 4096
145319 10:00:41.426638 read(12, "\0\0\0\377mmm\376\275\275\275\335\0\0\0,\0\0\0\n\0\0\0\1\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426657 lseek(12, 3907584, SEEK_SET) = 3907584
145319 10:00:41.426670 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426691 read(12, "\246\246\246\377\377\377\377\377\265\265\265\377\0\0\0\377+++\377\326\326\326\355\0\0\0\31\0\0\0\3"..., 4096) = 4096
145319 10:00:41.426712 lseek(12, 3985408, SEEK_SET) = 3985408
145319 10:00:41.426724 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426743 read(12, "\0\0\0\377\0\0\0\377FFF\377\202\202\202\377JJJ\377\0\0\0\377+++\377\327\327\327\353"..., 4096) = 4096
145319 10:00:41.426765 lseek(12, 4063232, SEEK_SET) = 4063232
145319 10:00:41.426778 read(12, "\0\0\0\10\0\0\0\n\0\0\0\16\0\0\0\21\0\0\0\25\0\0\0\30\0\0\0\35\0\0\0!"..., 4096) = 4096
145319 10:00:41.426796 read(12, "\202\202\202\377\202\202\202\377\202\202\202\377\202\202\202\377OOO\377\2\2\2\377\0\0\0\377kkk\375"..., 4096) = 4096
145319 10:00:41.426819 lseek(12, 4141056, SEEK_SET) = 4141056
145319 10:00:41.426833 read(12, "\0\0\0N\0\0\0M\0\0\0K\0\0\0I\0\0\0H\0\0\0D\0\0\0A\0\0\0<"..., 4096) = 4096
145319 10:00:41.426849 read(12, "ooo\376***\377\v\v\v\377\v\v\v\377***\377ooo\376\323\323\323\365\300\300\300\321"..., 4096) = 4096
145319 10:00:41.426873 lseek(12, 4218880, SEEK_SET) = 4218880
145319 10:00:41.426887 read(12, "\0\0\0\5\0\0\0\3\0\0\0\2\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426902 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426927 lseek(12, 4300800, SEEK_SET) = 4300800
145319 10:00:41.426941 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.426967 lseek(12, 4378624, SEEK_SET) = 4378624
145319 10:00:41.426980 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.427007 lseek(12, 4456448, SEEK_SET) = 4456448
145319 10:00:41.427021 read(12, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
145319 10:00:41.427047 lseek(12, 4534272, SEEK_SET) = 4534272
145319 10:00:41.427061 read(12, "\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.427087 lseek(12, 4612096, SEEK_SET) = 4612096
145319 10:00:41.427101 read(12, "\0\0\0\6\0\0\0\5\0\0\0\5\0\0\0\5\0\0\0\4\0\0\0\3\0\0\0\2\0\0\0\2"..., 4096) = 4096
145319 10:00:41.427129 close(12)        = 0
145319 10:00:41.427143 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///top_right_corner", O_RDONLY) = 12
145319 10:00:41.427161 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.427175 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427190 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.427203 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427229 close(12)        = 0
145319 10:00:41.427242 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///n-resize", O_RDONLY) = 12
145319 10:00:41.427257 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.427271 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427290 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.427303 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427329 close(12)        = 0
145319 10:00:41.427351 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///default", O_RDONLY) = 12
145319 10:00:41.427367 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.427384 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427399 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.427412 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427438 close(12)        = 0
145319 10:00:41.427451 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///cell", O_RDONLY) = 12
145319 10:00:41.427466 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.427481 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427496 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.427509 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427535 close(12)        = 0
145319 10:00:41.427548 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///top_side", O_RDONLY) = 12
145319 10:00:41.427563 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.427577 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427592 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.427605 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427631 close(12)        = 0
145319 10:00:41.427644 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///bottom_left_corner", O_RDONLY) = 12
145319 10:00:41.427659 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.427674 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427689 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.427702 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427728 close(12)        = 0
145319 10:00:41.427741 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///crosshair", O_RDONLY) = 12
145319 10:00:41.427756 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.427771 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427786 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.427799 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427824 close(12)        = 0
145319 10:00:41.427838 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///pointer", O_RDONLY) = 12
145319 10:00:41.427854 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.427869 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427885 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.427898 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427924 close(12)        = 0
145319 10:00:41.427937 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///alias", O_RDONLY) = 12
145319 10:00:41.427952 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.427967 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.427982 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.427995 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428021 close(12)        = 0
145319 10:00:41.428034 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///hand2", O_RDONLY) = 12
145319 10:00:41.428049 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.428063 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428078 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.428091 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428116 close(12)        = 0
145319 10:00:41.428130 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///top_left_corner", O_RDONLY) = 12
145319 10:00:41.428146 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.428161 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428176 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.428189 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428214 close(12)        = 0
145319 10:00:41.428227 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///help", O_RDONLY) = 12
145319 10:00:41.428242 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.428257 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428272 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.428290 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428317 close(12)        = 0
145319 10:00:41.428331 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///ew-resize", O_RDONLY) = 12
145319 10:00:41.428348 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.428363 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428378 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.428391 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428417 close(12)        = 0
145319 10:00:41.428430 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///bottom_right_corner", O_RDONLY) = 12
145319 10:00:41.428446 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.428461 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428476 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.428489 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428515 close(12)        = 0
145319 10:00:41.428528 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///copy", O_RDONLY) = 12
145319 10:00:41.428543 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.428558 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428573 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.428586 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428611 close(12)        = 0
145319 10:00:41.428625 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///sb_v_double_arrow", O_RDONLY) = 12
145319 10:00:41.428640 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.428655 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428670 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.428684 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428710 close(12)        = 0
145319 10:00:41.428723 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///bottom_side", O_RDONLY) = 12
145319 10:00:41.428738 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.428753 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428768 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.428780 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428806 close(12)        = 0
145319 10:00:41.428820 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///nwse-resize", O_RDONLY) = 12
145319 10:00:41.428835 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.428849 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428864 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.428877 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428902 close(12)        = 0
145319 10:00:41.428916 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///grabbing", O_RDONLY) = 12
145319 10:00:41.428934 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.428949 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.428964 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.428976 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.429002 close(12)        = 0
145319 10:00:41.429016 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///col-resize", O_RDONLY) = 12
145319 10:00:41.429031 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.429045 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.429061 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.429073 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.429099 close(12)        = 0
145319 10:00:41.429112 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///zoom-out", O_RDONLY) = 12
145319 10:00:41.429127 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.429142 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.429157 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.429169 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.429196 close(12)        = 0
145319 10:00:41.429209 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///question_arrow", O_RDONLY) = 12
145319 10:00:41.429224 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.429238 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.429253 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.429265 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.429296 close(12)        = 0
145319 10:00:41.429310 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///all-scroll", O_RDONLY) = 12
145319 10:00:41.429327 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.429342 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.429356 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.429369 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.429395 close(12)        = 0
145319 10:00:41.429408 openat(AT_FDCWD, "/usr/share/icons/Adwaita/cursors///row-resize", O_RDONLY) = 12
145319 10:00:41.429423 fstat(12, {st_mode=S_IFREG|0644, st_size=78208, ...}) = 0
145319 10:00:41.429438 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.429453 lseek(12, 0, SEEK_SET) = 0
145319 10:00:41.429465 read(12, "Xcur\20\0\0\0\0\0\1\0\6\0\0\0\2\0\375\377\30\0\0\0X\0\0\0\2\0\375\377"..., 4096) = 4096
145319 10:00:41.429491 close(12)        = 0
145319 10:00:41.429504 getdents64(11, 0x5c594be6ef80 /* 0 entries */, 32768) = 0
145319 10:00:41.429519 close(11)        = 0
145319 10:00:41.429544 openat(AT_FDCWD, "/home/ron//.local/share/icons/AdwaitaLegacy/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.429568 openat(AT_FDCWD, "/home/ron//.local/share/icons/AdwaitaLegacy//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.429586 openat(AT_FDCWD, "/home/ron//.icons/AdwaitaLegacy/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.429601 openat(AT_FDCWD, "/home/ron//.icons/AdwaitaLegacy//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.429617 openat(AT_FDCWD, "/usr/share/icons/AdwaitaLegacy/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.429633 openat(AT_FDCWD, "/usr/share/icons/AdwaitaLegacy//index.theme", O_RDONLY) = 11
145319 10:00:41.429650 fstat(11, {st_mode=S_IFREG|0644, st_size=4045, ...}) = 0
145319 10:00:41.429665 read(11, "[Icon Theme]\nName=AdwaitaLegacy\n"..., 4096) = 4045
145319 10:00:41.429683 close(11)        = 0
145319 10:00:41.429696 openat(AT_FDCWD, "/usr/share/pixmaps/AdwaitaLegacy/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.429713 openat(AT_FDCWD, "/home/ron//.cursors/AdwaitaLegacy/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.429729 openat(AT_FDCWD, "/usr/share/cursors/xorg-x11/AdwaitaLegacy/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.429745 openat(AT_FDCWD, "/usr/share/icons/AdwaitaLegacy/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.429761 openat(AT_FDCWD, "/home/ron//.local/share/icons/hicolor/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.429777 openat(AT_FDCWD, "/home/ron//.local/share/icons/hicolor//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.429793 openat(AT_FDCWD, "/home/ron//.icons/hicolor/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.429809 openat(AT_FDCWD, "/home/ron//.icons/hicolor//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.429824 openat(AT_FDCWD, "/usr/share/icons/hicolor/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.429840 openat(AT_FDCWD, "/usr/share/icons/hicolor//index.theme", O_RDONLY) = 11
145319 10:00:41.429855 fstat(11, {st_mode=S_IFREG|0644, st_size=55507, ...}) = 0
145319 10:00:41.429870 read(11, "[Icon Theme]\nName=Hicolor\nCommen"..., 4096) = 4096
145319 10:00:41.429889 read(11, "table,36x36@2/stock/table,36x36/"..., 4096) = 4096
145319 10:00:41.429905 read(11, "128@2/stock/net,128x128/stock/ob"..., 4096) = 4096
145319 10:00:41.429927 read(11, "pe=Threshold\n\n[16x16/emotes]\nSiz"..., 4096) = 4096
145319 10:00:41.429951 read(11, "stock/data]\nSize=22\nScale=2\nCont"..., 4096) = 4096
145319 10:00:41.429973 read(11, "ext]\nSize=24\nContext=Stock\nType="..., 4096) = 4096
145319 10:00:41.429996 read(11, "6\nScale=2\nContext=FileSystems\nTy"..., 4096) = 4096
145319 10:00:41.430018 read(11, "Type=Threshold\n\n[48x48@2/stock/i"..., 4096) = 4096
145319 10:00:41.430041 read(11, "eshold\n\n[72x72/animations]\nSize="..., 4096) = 4096
145319 10:00:41.430064 read(11, "hreshold\n\n[96x96@2/mimetypes]\nSi"..., 4096) = 4096
145319 10:00:41.430087 read(11, "ock\nType=Threshold\n\n[128x128@2/s"..., 4096) = 4096
145319 10:00:41.430109 read(11, "Context=Actions\nType=Scalable\n\n["..., 4096) = 4096
145319 10:00:41.430131 read(11, "\nMinSize=64\nSize=256\nScale=2\nMax"..., 4096) = 4096
145319 10:00:41.430154 read(11, "\nType=Scalable\n\n[512x512/stock/t"..., 4096) = 2259
145319 10:00:41.430173 read(11, "", 4096) = 0
145319 10:00:41.430187 close(11)        = 0
145319 10:00:41.430201 openat(AT_FDCWD, "/usr/share/pixmaps/hicolor/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.430217 openat(AT_FDCWD, "/usr/share/pixmaps/hicolor//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.430233 openat(AT_FDCWD, "/home/ron//.cursors/hicolor/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.430248 openat(AT_FDCWD, "/home/ron//.cursors/hicolor//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.430263 openat(AT_FDCWD, "/usr/share/cursors/xorg-x11/hicolor/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.430281 openat(AT_FDCWD, "/usr/share/cursors/xorg-x11/hicolor//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.430300 openat(AT_FDCWD, "/usr/share/icons/hicolor/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.430318 openat(AT_FDCWD, "/usr/share/icons/hicolor//index.theme", O_RDONLY) = 11
145319 10:00:41.430334 fstat(11, {st_mode=S_IFREG|0644, st_size=55507, ...}) = 0
145319 10:00:41.430349 read(11, "[Icon Theme]\nName=Hicolor\nCommen"..., 4096) = 4096
145319 10:00:41.430364 read(11, "table,36x36@2/stock/table,36x36/"..., 4096) = 4096
145319 10:00:41.430378 read(11, "128@2/stock/net,128x128/stock/ob"..., 4096) = 4096
145319 10:00:41.430394 read(11, "pe=Threshold\n\n[16x16/emotes]\nSiz"..., 4096) = 4096
145319 10:00:41.430416 read(11, "stock/data]\nSize=22\nScale=2\nCont"..., 4096) = 4096
145319 10:00:41.430437 read(11, "ext]\nSize=24\nContext=Stock\nType="..., 4096) = 4096
145319 10:00:41.430461 read(11, "6\nScale=2\nContext=FileSystems\nTy"..., 4096) = 4096
145319 10:00:41.430483 read(11, "Type=Threshold\n\n[48x48@2/stock/i"..., 4096) = 4096
145319 10:00:41.430506 read(11, "eshold\n\n[72x72/animations]\nSize="..., 4096) = 4096
145319 10:00:41.430529 read(11, "hreshold\n\n[96x96@2/mimetypes]\nSi"..., 4096) = 4096
145319 10:00:41.430552 read(11, "ock\nType=Threshold\n\n[128x128@2/s"..., 4096) = 4096
145319 10:00:41.430574 read(11, "Context=Actions\nType=Scalable\n\n["..., 4096) = 4096
145319 10:00:41.430596 read(11, "\nMinSize=64\nSize=256\nScale=2\nMax"..., 4096) = 4096
145319 10:00:41.430619 read(11, "\nType=Scalable\n\n[512x512/stock/t"..., 4096) = 2259
145319 10:00:41.430638 read(11, "", 4096) = 0
145319 10:00:41.430652 close(11)        = 0
145319 10:00:41.430666 openat(AT_FDCWD, "/home/ron//.local/share/icons/hicolor/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.430682 openat(AT_FDCWD, "/home/ron//.local/share/icons/hicolor//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.430698 openat(AT_FDCWD, "/home/ron//.icons/hicolor/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.430713 openat(AT_FDCWD, "/home/ron//.icons/hicolor//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.430729 openat(AT_FDCWD, "/usr/share/icons/hicolor/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.430744 openat(AT_FDCWD, "/usr/share/icons/hicolor//index.theme", O_RDONLY) = 11
145319 10:00:41.430759 fstat(11, {st_mode=S_IFREG|0644, st_size=55507, ...}) = 0
145319 10:00:41.430774 read(11, "[Icon Theme]\nName=Hicolor\nCommen"..., 4096) = 4096
145319 10:00:41.430789 read(11, "table,36x36@2/stock/table,36x36/"..., 4096) = 4096
145319 10:00:41.430803 read(11, "128@2/stock/net,128x128/stock/ob"..., 4096) = 4096
145319 10:00:41.430819 read(11, "pe=Threshold\n\n[16x16/emotes]\nSiz"..., 4096) = 4096
145319 10:00:41.430841 read(11, "stock/data]\nSize=22\nScale=2\nCont"..., 4096) = 4096
145319 10:00:41.430862 read(11, "ext]\nSize=24\nContext=Stock\nType="..., 4096) = 4096
145319 10:00:41.430884 read(11, "6\nScale=2\nContext=FileSystems\nTy"..., 4096) = 4096
145319 10:00:41.430907 read(11, "Type=Threshold\n\n[48x48@2/stock/i"..., 4096) = 4096
145319 10:00:41.430930 read(11, "eshold\n\n[72x72/animations]\nSize="..., 4096) = 4096
145319 10:00:41.430952 read(11, "hreshold\n\n[96x96@2/mimetypes]\nSi"..., 4096) = 4096
145319 10:00:41.430975 read(11, "ock\nType=Threshold\n\n[128x128@2/s"..., 4096) = 4096
145319 10:00:41.430997 read(11, "Context=Actions\nType=Scalable\n\n["..., 4096) = 4096
145319 10:00:41.431019 read(11, "\nMinSize=64\nSize=256\nScale=2\nMax"..., 4096) = 4096
145319 10:00:41.431041 read(11, "\nType=Scalable\n\n[512x512/stock/t"..., 4096) = 2259
145319 10:00:41.431060 read(11, "", 4096) = 0
145319 10:00:41.431075 close(11)        = 0
145319 10:00:41.431088 openat(AT_FDCWD, "/usr/share/pixmaps/hicolor/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.431104 openat(AT_FDCWD, "/usr/share/pixmaps/hicolor//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.431121 openat(AT_FDCWD, "/home/ron//.cursors/hicolor/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.431137 openat(AT_FDCWD, "/home/ron//.cursors/hicolor//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.431153 openat(AT_FDCWD, "/usr/share/cursors/xorg-x11/hicolor/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.431169 openat(AT_FDCWD, "/usr/share/cursors/xorg-x11/hicolor//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.431184 openat(AT_FDCWD, "/usr/share/icons/hicolor/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
145319 10:00:41.431199 openat(AT_FDCWD, "/usr/share/icons/hicolor//index.theme", O_RDONLY) = 11
145319 10:00:41.431215 fstat(11, {st_mode=S_IFREG|0644, st_size=55507, ...}) = 0
145319 10:00:41.431229 read(11, "[Icon Theme]\nName=Hicolor\nCommen"..., 4096) = 4096
145319 10:00:41.431244 read(11, "table,36x36@2/stock/table,36x36/"..., 4096) = 4096
145319 10:00:41.431258 read(11, "128@2/stock/net,128x128/stock/ob"..., 4096) = 4096
145319 10:00:41.431274 read(11, "pe=Threshold\n\n[16x16/emotes]\nSiz"..., 4096) = 4096
145319 10:00:41.431298 read(11, "stock/data]\nSize=22\nScale=2\nCont"..., 4096) = 4096
145319 10:00:41.431320 read(11, "ext]\nSize=24\nContext=Stock\nType="..., 4096) = 4096
145319 10:00:41.431344 read(11, "6\nScale=2\nContext=FileSystems\nTy"..., 4096) = 4096
145319 10:00:41.431370 read(11, "Type=Threshold\n\n[48x48@2/stock/i"..., 4096) = 4096
145319 10:00:41.431395 read(11, "eshold\n\n[72x72/animations]\nSize="..., 4096) = 4096
145319 10:00:41.431417 read(11, "hreshold\n\n[96x96@2/mimetypes]\nSi"..., 4096) = 4096
145319 10:00:41.431443 read(11, "ock\nType=Threshold\n\n[128x128@2/s"..., 4096) = 4096
145319 10:00:41.431472 read(11, "Context=Actions\nType=Scalable\n\n["..., 4096) = 4096
145319 10:00:41.431500 read(11, "\nMinSize=64\nSize=256\nScale=2\nMax"..., 4096) = 4096
145319 10:00:41.431523 read(11, "\nType=Scalable\n\n[512x512/stock/t"..., 4096) = 2259
145319 10:00:41.431542 read(11, "", 4096) = 0
145319 10:00:41.431556 close(11)        = 0
145319 10:00:41.431582 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.431608 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.431637 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.431651 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.431672 newfstatat(AT_FDCWD, "/home/ron/.config/xkb", 0x7ffc6698b0c0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.431692 newfstatat(AT_FDCWD, "/home/ron/.xkb", 0x7ffc6698b0c0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.431709 newfstatat(AT_FDCWD, "/etc/xkb", 0x7ffc6698b0c0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.431727 newfstatat(AT_FDCWD, "/usr/share/X11/xkb", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.431745 newfstatat(AT_FDCWD, "/usr/share/X11/xkb", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.431762 geteuid()        = 1001
145319 10:00:41.431775 getegid()        = 1001
145319 10:00:41.431787 getuid()         = 1001
145319 10:00:41.431800 getgid()         = 1001
145319 10:00:41.431813 access("/usr/share/X11/xkb", R_OK|X_OK) = 0
145319 10:00:41.431887 openat(AT_FDCWD, "/usr/share/X11/xkb/rules/evdev", O_RDONLY) = 11
145319 10:00:41.431915 fstat(11, {st_mode=S_IFREG|0644, st_size=33540, ...}) = 0
145319 10:00:41.431933 mmap(NULL, 33540, PROT_READ, MAP_SHARED, 11, 0) = 0x789ebfe46000
145319 10:00:41.432049 munmap(0x789ebfe46000, 33540) = 0
145319 10:00:41.432070 close(11)        = 0
145319 10:00:41.432102 openat(AT_FDCWD, "/usr/share/X11/xkb/keycodes/evdev", O_RDONLY) = 11
145319 10:00:41.432131 fstat(11, {st_mode=S_IFREG|0644, st_size=25868, ...}) = 0
145319 10:00:41.432154 mmap(NULL, 25868, PROT_READ, MAP_SHARED, 11, 0) = 0x789ebfe48000
145319 10:00:41.432312 munmap(0x789ebfe48000, 25868) = 0
145319 10:00:41.432339 close(11)        = 0
145319 10:00:41.432424 openat(AT_FDCWD, "/usr/share/X11/xkb/keycodes/aliases", O_RDONLY) = 11
145319 10:00:41.432448 fstat(11, {st_mode=S_IFREG|0644, st_size=2176, ...}) = 0
145319 10:00:41.432467 mmap(NULL, 2176, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.432501 munmap(0x789ec212b000, 2176) = 0
145319 10:00:41.432523 close(11)        = 0
145319 10:00:41.432572 openat(AT_FDCWD, "/usr/share/X11/xkb/types/complete", O_RDONLY) = 11
145319 10:00:41.432594 fstat(11, {st_mode=S_IFREG|0644, st_size=179, ...}) = 0
145319 10:00:41.432614 mmap(NULL, 179, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.432640 munmap(0x789ec212b000, 179) = 0
145319 10:00:41.432661 close(11)        = 0
145319 10:00:41.432681 openat(AT_FDCWD, "/usr/share/X11/xkb/types/basic", O_RDONLY) = 11
145319 10:00:41.432703 fstat(11, {st_mode=S_IFREG|0644, st_size=596, ...}) = 0
145319 10:00:41.432721 mmap(NULL, 596, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.432753 munmap(0x789ec212b000, 596) = 0
145319 10:00:41.432773 close(11)        = 0
145319 10:00:41.432798 openat(AT_FDCWD, "/usr/share/X11/xkb/types/pc", O_RDONLY) = 11
145319 10:00:41.432821 fstat(11, {st_mode=S_IFREG|0644, st_size=1299, ...}) = 0
145319 10:00:41.432840 mmap(NULL, 1299, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.432885 munmap(0x789ec212b000, 1299) = 0
145319 10:00:41.432906 close(11)        = 0
145319 10:00:41.432932 openat(AT_FDCWD, "/usr/share/X11/xkb/types/iso9995", O_RDONLY) = 11
145319 10:00:41.432997 fstat(11, {st_mode=S_IFREG|0644, st_size=432, ...}) = 0
145319 10:00:41.433032 mmap(NULL, 432, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.433076 munmap(0x789ec212b000, 432) = 0
145319 10:00:41.433098 close(11)        = 0
145319 10:00:41.433120 openat(AT_FDCWD, "/usr/share/X11/xkb/types/extra", O_RDONLY) = 11
145319 10:00:41.433142 fstat(11, {st_mode=S_IFREG|0644, st_size=5197, ...}) = 0
145319 10:00:41.433161 mmap(NULL, 5197, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212a000
145319 10:00:41.433277 munmap(0x789ec212a000, 5197) = 0
145319 10:00:41.433306 close(11)        = 0
145319 10:00:41.433361 openat(AT_FDCWD, "/usr/share/X11/xkb/types/level5", O_RDONLY) = 11
145319 10:00:41.433384 fstat(11, {st_mode=S_IFREG|0644, st_size=7683, ...}) = 0
145319 10:00:41.433402 mmap(NULL, 7683, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212a000
145319 10:00:41.433563 munmap(0x789ec212a000, 7683) = 0
145319 10:00:41.433583 close(11)        = 0
145319 10:00:41.433650 openat(AT_FDCWD, "/usr/share/X11/xkb/types/numpad", O_RDONLY) = 11
145319 10:00:41.433723 fstat(11, {st_mode=S_IFREG|0644, st_size=1761, ...}) = 0
145319 10:00:41.433756 mmap(NULL, 1761, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.433788 munmap(0x789ec212b000, 1761) = 0
145319 10:00:41.433808 close(11)        = 0
145319 10:00:41.433847 openat(AT_FDCWD, "/usr/share/X11/xkb/types/mousekeys", O_RDONLY) = 11
145319 10:00:41.433868 fstat(11, {st_mode=S_IFREG|0644, st_size=218, ...}) = 0
145319 10:00:41.433886 mmap(NULL, 218, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.433913 munmap(0x789ec212b000, 218) = 0
145319 10:00:41.433933 close(11)        = 0
145319 10:00:41.433971 openat(AT_FDCWD, "/usr/share/X11/xkb/compat/complete", O_RDONLY) = 11
145319 10:00:41.433991 fstat(11, {st_mode=S_IFREG|0644, st_size=228, ...}) = 0
145319 10:00:41.434008 mmap(NULL, 228, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.434033 munmap(0x789ec212b000, 228) = 0
145319 10:00:41.434052 close(11)        = 0
145319 10:00:41.434070 openat(AT_FDCWD, "/usr/share/X11/xkb/compat/basic", O_RDONLY) = 11
145319 10:00:41.434090 fstat(11, {st_mode=S_IFREG|0644, st_size=996, ...}) = 0
145319 10:00:41.434106 mmap(NULL, 996, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.434155 munmap(0x789ec212b000, 996) = 0
145319 10:00:41.434175 close(11)        = 0
145319 10:00:41.434199 openat(AT_FDCWD, "/usr/share/X11/xkb/compat/ledcaps", O_RDONLY) = 11
145319 10:00:41.434223 fstat(11, {st_mode=S_IFREG|0644, st_size=469, ...}) = 0
145319 10:00:41.434241 mmap(NULL, 469, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.434266 munmap(0x789ec212b000, 469) = 0
145319 10:00:41.434291 close(11)        = 0
145319 10:00:41.434310 openat(AT_FDCWD, "/usr/share/X11/xkb/compat/lednum", O_RDONLY) = 11
145319 10:00:41.434332 fstat(11, {st_mode=S_IFREG|0644, st_size=499, ...}) = 0
145319 10:00:41.434348 mmap(NULL, 499, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.434371 munmap(0x789ec212b000, 499) = 0
145319 10:00:41.434389 close(11)        = 0
145319 10:00:41.434410 openat(AT_FDCWD, "/usr/share/X11/xkb/compat/iso9995", O_RDONLY) = 11
145319 10:00:41.434429 fstat(11, {st_mode=S_IFREG|0644, st_size=1492, ...}) = 0
145319 10:00:41.434445 mmap(NULL, 1492, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.434494 munmap(0x789ec212b000, 1492) = 0
145319 10:00:41.434513 close(11)        = 0
145319 10:00:41.434541 openat(AT_FDCWD, "/usr/share/X11/xkb/compat/mousekeys", O_RDONLY) = 11
145319 10:00:41.434561 fstat(11, {st_mode=S_IFREG|0644, st_size=4578, ...}) = 0
145319 10:00:41.434578 mmap(NULL, 4578, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212a000
145319 10:00:41.434692 munmap(0x789ec212a000, 4578) = 0
145319 10:00:41.434712 close(11)        = 0
145319 10:00:41.434766 openat(AT_FDCWD, "/usr/share/X11/xkb/compat/accessx", O_RDONLY) = 11
145319 10:00:41.434785 fstat(11, {st_mode=S_IFREG|0644, st_size=1121, ...}) = 0
145319 10:00:41.434802 mmap(NULL, 1121, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.434844 munmap(0x789ec212b000, 1121) = 0
145319 10:00:41.434864 close(11)        = 0
145319 10:00:41.434887 openat(AT_FDCWD, "/usr/share/X11/xkb/compat/misc", O_RDONLY) = 11
145319 10:00:41.434906 fstat(11, {st_mode=S_IFREG|0644, st_size=3053, ...}) = 0
145319 10:00:41.434923 mmap(NULL, 3053, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.434980 munmap(0x789ec212b000, 3053) = 0
145319 10:00:41.434999 close(11)        = 0
145319 10:00:41.435022 openat(AT_FDCWD, "/usr/share/X11/xkb/compat/ledscroll", O_RDONLY) = 11
145319 10:00:41.435042 fstat(11, {st_mode=S_IFREG|0644, st_size=521, ...}) = 0
145319 10:00:41.435059 mmap(NULL, 521, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.435083 munmap(0x789ec212b000, 521) = 0
145319 10:00:41.435103 close(11)        = 0
145319 10:00:41.435121 openat(AT_FDCWD, "/usr/share/X11/xkb/compat/misc", O_RDONLY) = 11
145319 10:00:41.435140 fstat(11, {st_mode=S_IFREG|0644, st_size=3053, ...}) = 0
145319 10:00:41.435157 mmap(NULL, 3053, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.435212 munmap(0x789ec212b000, 3053) = 0
145319 10:00:41.435230 close(11)        = 0
145319 10:00:41.435247 openat(AT_FDCWD, "/usr/share/X11/xkb/compat/misc", O_RDONLY) = 11
145319 10:00:41.435267 fstat(11, {st_mode=S_IFREG|0644, st_size=3053, ...}) = 0
145319 10:00:41.435287 mmap(NULL, 3053, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.435347 munmap(0x789ec212b000, 3053) = 0
145319 10:00:41.435367 close(11)        = 0
145319 10:00:41.435390 openat(AT_FDCWD, "/usr/share/X11/xkb/compat/xfree86", O_RDONLY) = 11
145319 10:00:41.435410 fstat(11, {st_mode=S_IFREG|0644, st_size=1842, ...}) = 0
145319 10:00:41.435427 mmap(NULL, 1842, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.435480 munmap(0x789ec212b000, 1842) = 0
145319 10:00:41.435499 close(11)        = 0
145319 10:00:41.435523 openat(AT_FDCWD, "/usr/share/X11/xkb/compat/level5", O_RDONLY) = 11
145319 10:00:41.435543 fstat(11, {st_mode=S_IFREG|0644, st_size=1273, ...}) = 0
145319 10:00:41.435559 mmap(NULL, 1273, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.435594 munmap(0x789ec212b000, 1273) = 0
145319 10:00:41.435611 close(11)        = 0
145319 10:00:41.435633 openat(AT_FDCWD, "/usr/share/X11/xkb/compat/caps", O_RDONLY) = 11
145319 10:00:41.435652 fstat(11, {st_mode=S_IFREG|0644, st_size=585, ...}) = 0
145319 10:00:41.435668 mmap(NULL, 585, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.435694 munmap(0x789ec212b000, 585) = 0
145319 10:00:41.435712 close(11)        = 0
145319 10:00:41.435740 openat(AT_FDCWD, "/usr/share/X11/xkb/symbols/pc", O_RDONLY) = 11
145319 10:00:41.435760 fstat(11, {st_mode=S_IFREG|0644, st_size=2716, ...}) = 0
145319 10:00:41.435777 mmap(NULL, 2716, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.435844 munmap(0x789ec212b000, 2716) = 0
145319 10:00:41.435864 close(11)        = 0
145319 10:00:41.435890 openat(AT_FDCWD, "/usr/share/X11/xkb/symbols/srvr_ctrl", O_RDONLY) = 11
145319 10:00:41.435910 fstat(11, {st_mode=S_IFREG|0644, st_size=1803, ...}) = 0
145319 10:00:41.435927 mmap(NULL, 1803, PROT_READ, MAP_SHARED, 11, 0) = 0x789ec212b000
145319 10:00:41.435968 munmap(0x789ec212b000, 1803) = 0
145319 10:00:41.435987 close(11)        = 0
145319 10:00:41.436022 openat(AT_FDCWD, "/usr/share/X11/xkb/symbols/keypad", O_RDONLY) = 11
145319 10:00:41.436043 fstat(11, {st_mode=S_IFREG|0644, st_size=23990, ...}) = 0
145319 10:00:41.436059 mmap(NULL, 23990, PROT_READ, MAP_SHARED, 11, 0) = 0x789ebfe49000
145319 10:00:41.436092 munmap(0x789ebfe49000, 23990) = 0
145319 10:00:41.436111 close(11)        = 0
145319 10:00:41.436128 openat(AT_FDCWD, "/usr/share/X11/xkb/symbols/keypad", O_RDONLY) = 11
145319 10:00:41.436148 fstat(11, {st_mode=S_IFREG|0644, st_size=23990, ...}) = 0
145319 10:00:41.436164 mmap(NULL, 23990, PROT_READ, MAP_SHARED, 11, 0) = 0x789ebfe49000
145319 10:00:41.436250 munmap(0x789ebfe49000, 23990) = 0
145319 10:00:41.436269 close(11)        = 0
145319 10:00:41.436354 openat(AT_FDCWD, "/usr/share/X11/xkb/symbols/us", O_RDONLY) = 11
145319 10:00:41.436528 fstat(11, {st_mode=S_IFREG|0644, st_size=113398, ...}) = 0
145319 10:00:41.436634 mmap(NULL, 113398, PROT_READ, MAP_SHARED, 11, 0) = 0x789ebfe33000
145319 10:00:41.436741 munmap(0x789ebfe33000, 113398) = 0
145319 10:00:41.436762 close(11)        = 0
145319 10:00:41.436800 openat(AT_FDCWD, "/usr/share/X11/xkb/symbols/inet", O_RDONLY) = 11
145319 10:00:41.436820 fstat(11, {st_mode=S_IFREG|0644, st_size=80859, ...}) = 0
145319 10:00:41.436836 mmap(NULL, 80859, PROT_READ, MAP_SHARED, 11, 0) = 0x789ebfe3b000
145319 10:00:41.436998 munmap(0x789ebfe3b000, 80859) = 0
145319 10:00:41.437017 close(11)        = 0
145319 10:00:41.437082 brk(0x5c594bedd000) = 0x5c594bedd000
145319 10:00:41.437411 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.437438 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.437532 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.437563 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.437586 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.437607 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.437626 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.437649 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.437669 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.437689 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.437716 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.437761 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.437782 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.437801 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.437843 sendmsg(7, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\2\0\0\0\0\0000\0\2\0\0\0\27\0\0\0wl_data_device_m"..., iov_len=956}], msg_iovlen=1, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[10]}], msg_controllen=20, msg_flags=0}, MSG_DONTWAIT|MSG_NOSIGNAL) = 956
145319 10:00:41.437893 close(10)        = 0
145319 10:00:41.437913 poll([{fd=7, events=POLLIN}], 1, -1) = 1 ([{fd=7, revents=POLLIN}])
145319 10:00:41.438119 recvmsg(7, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\7\0\0\0\0\0\f\0\0\0\0\0\7\0\0\0\0\0\f\0\1\0\0\0\7\0\0\0\0\0\f\0"..., iov_len=1340}, {iov_base="", iov_len=2756}], msg_iovlen=2, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_DONTWAIT|MSG_CMSG_CLOEXEC) = 684
145319 10:00:41.438159 recvmsg(7, {msg_namelen=0}, MSG_DONTWAIT|MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
145319 10:00:41.438248 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438299 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438326 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438358 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438418 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438443 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438483 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438508 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438531 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438556 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438598 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438626 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438655 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438678 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438711 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438732 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438758 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438800 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438830 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438851 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438869 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438899 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438935 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.438961 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439000 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439023 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439055 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439083 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439113 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439145 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439165 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439187 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439237 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439290 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439322 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439343 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439368 openat(AT_FDCWD, "/usr/share/locale/en_US.UTF-8/LC_MESSAGES/at-spi2-core.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.439397 openat(AT_FDCWD, "/usr/share/locale/en_US.utf8/LC_MESSAGES/at-spi2-core.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.439419 openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/at-spi2-core.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.439439 openat(AT_FDCWD, "/usr/share/locale/en.UTF-8/LC_MESSAGES/at-spi2-core.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.439460 openat(AT_FDCWD, "/usr/share/locale/en.utf8/LC_MESSAGES/at-spi2-core.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.439480 openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/at-spi2-core.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.439509 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439575 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439601 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439627 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439656 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439676 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439695 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439716 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439739 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.439825 getresuid([1001], [1001], [1001]) = 0
145319 10:00:41.439842 getresgid([1001], [1001], [1001]) = 0
145319 10:00:41.439871 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 10
145319 10:00:41.439892 connect(10, {sa_family=AF_UNIX, sun_path="/run/user/1001/bus"}, 20) = 0
145319 10:00:41.439915 fcntl(10, F_GETFL) = 0x2 (flags O_RDWR)
145319 10:00:41.439930 fcntl(10, F_SETFL, O_RDWR|O_NONBLOCK) = 0
145319 10:00:41.439946 geteuid()        = 1001
145319 10:00:41.439962 getsockname(10, {sa_family=AF_UNIX}, [128 => 2]) = 0
145319 10:00:41.439996 poll([{fd=10, events=POLLOUT}], 1, 0) = 1 ([{fd=10, revents=POLLOUT}])
145319 10:00:41.440014 sendto(10, "\0", 1, MSG_NOSIGNAL, NULL, 0) = 1
145319 10:00:41.440046 sendto(10, "AUTH EXTERNAL 31303031\r\n", 24, MSG_NOSIGNAL, NULL, 0) = 24
145319 10:00:41.440082 poll([{fd=10, events=POLLIN}], 1, -1) = 1 ([{fd=10, revents=POLLIN}])
145319 10:00:41.440102 read(10, "OK b1bc0c1c5aa4d1311d8f4afb71538"..., 2048) = 37
145319 10:00:41.440123 poll([{fd=10, events=POLLOUT}], 1, -1) = 1 ([{fd=10, revents=POLLOUT}])
145319 10:00:41.440140 sendto(10, "NEGOTIATE_UNIX_FD\r\n", 19, MSG_NOSIGNAL, NULL, 0) = 19
145319 10:00:41.440159 poll([{fd=10, events=POLLIN}], 1, -1) = 1 ([{fd=10, revents=POLLIN}])
145319 10:00:41.440176 read(10, "AGREE_UNIX_FD\r\n", 2048) = 15
145319 10:00:41.440193 poll([{fd=10, events=POLLOUT}], 1, -1) = 1 ([{fd=10, revents=POLLOUT}])
145319 10:00:41.440209 sendto(10, "BEGIN\r\n", 7, MSG_NOSIGNAL, NULL, 0) = 7
145319 10:00:41.440228 poll([{fd=10, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=10, revents=POLLOUT}])
145319 10:00:41.440244 sendmsg(10, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\0\0\0\0\1\0\0\0n\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=128}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 128
145319 10:00:41.440268 poll([{fd=10, events=POLLIN}], 1, 25000) = 1 ([{fd=10, revents=POLLIN}])
145319 10:00:41.440310 recvmsg(10, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\377\377\377\377?\0\0\0\5\1u\0\1\0\0\0\7\1s\0\24\0\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 262
145319 10:00:41.440357 recvmsg(10, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
145319 10:00:41.440408 sendmsg(10, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\0\0\0\0\2\0\0\0[\0\0\0\1\1o\0\r\0\0\0/org/a11"..., iov_len=112}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 112
145319 10:00:41.440443 poll([{fd=10, events=POLLIN}], 1, 25000) = 1 ([{fd=10, revents=POLLIN}])
145319 10:00:41.440635 recvmsg(10, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1*\0\0\0L\0\0\0.\0\0\0\6\1s\0\6\0\0\0:1.424\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 106
145319 10:00:41.440667 recvmsg(10, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
145319 10:00:41.440690 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 11
145319 10:00:41.440709 connect(11, {sa_family=AF_UNIX, sun_path="/run/user/1001/at-spi/bus_0"}, 29) = 0
145319 10:00:41.440730 fcntl(11, F_GETFL) = 0x2 (flags O_RDWR)
145319 10:00:41.440744 fcntl(11, F_SETFL, O_RDWR|O_NONBLOCK) = 0
145319 10:00:41.440759 geteuid()        = 1001
145319 10:00:41.440775 getsockname(11, {sa_family=AF_UNIX}, [128 => 2]) = 0
145319 10:00:41.440808 poll([{fd=11, events=POLLOUT}], 1, 0) = 1 ([{fd=11, revents=POLLOUT}])
145319 10:00:41.440826 sendto(11, "\0", 1, MSG_NOSIGNAL, NULL, 0) = 1
145319 10:00:41.440852 sendto(11, "AUTH EXTERNAL 31303031\r\n", 24, MSG_NOSIGNAL, NULL, 0) = 24
145319 10:00:41.440873 poll([{fd=11, events=POLLIN}], 1, -1) = 1 ([{fd=11, revents=POLLIN}])
145319 10:00:41.440901 read(11, "OK 90a9e7d4acc78c3d0688d8fa06dad"..., 2048) = 37
145319 10:00:41.440921 poll([{fd=11, events=POLLOUT}], 1, -1) = 1 ([{fd=11, revents=POLLOUT}])
145319 10:00:41.440938 sendto(11, "NEGOTIATE_UNIX_FD\r\n", 19, MSG_NOSIGNAL, NULL, 0) = 19
145319 10:00:41.440958 poll([{fd=11, events=POLLIN}], 1, -1) = 1 ([{fd=11, revents=POLLIN}])
145319 10:00:41.441002 read(11, "AGREE_UNIX_FD\r\n", 2048) = 15
145319 10:00:41.441019 poll([{fd=11, events=POLLOUT}], 1, -1) = 1 ([{fd=11, revents=POLLOUT}])
145319 10:00:41.441035 sendto(11, "BEGIN\r\n", 7, MSG_NOSIGNAL, NULL, 0) = 7
145319 10:00:41.441054 poll([{fd=11, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=11, revents=POLLOUT}])
145319 10:00:41.441084 sendmsg(11, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\0\0\0\0\1\0\0\0n\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=128}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 128
145319 10:00:41.441105 poll([{fd=11, events=POLLIN}], 1, 25000) = 1 ([{fd=11, revents=POLLIN}])
145319 10:00:41.441125 recvmsg(11, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\n\0\0\0\377\377\377\377?\0\0\0\5\1u\0\1\0\0\0\7\1s\0\24\0\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 260
145319 10:00:41.441155 recvmsg(11, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
145319 10:00:41.441175 eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK) = 12
145319 10:00:41.441197 fstat(11, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
145319 10:00:41.441214 fcntl(11, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)
145319 10:00:41.441229 write(3, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.441249 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441270 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441295 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441316 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441371 sendmsg(11, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\1\1Y\0\0\0\2\0\0\0\177\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=144}, {iov_base="T\0\0\0type='signal', interface='or"..., iov_len=89}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 233
145319 10:00:41.441398 sendmsg(11, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\1\1d\0\0\0\3\0\0\0\177\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=144}, {iov_base="_\0\0\0type='signal', interface='or"..., iov_len=100}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 244
145319 10:00:41.441422 sendmsg(11, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\1\1o\0\0\0\4\0\0\0\177\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=144}, {iov_base="j\0\0\0type='signal', arg0='org.a11"..., iov_len=111}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 255
145319 10:00:41.441450 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441473 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441492 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441506 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441584 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441618 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441635 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441657 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441682 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441709 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441728 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441772 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441795 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441812 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.441874 access("/usr/share/gtk-3.0/settings.ini", F_OK) = 0
145319 10:00:41.441892 openat(AT_FDCWD, "/usr/share/gtk-3.0/settings.ini", O_RDONLY|O_CLOEXEC) = 13
145319 10:00:41.441911 fstat(13, {st_mode=S_IFREG|0644, st_size=98, ...}) = 0
145319 10:00:41.441927 read(13, "[Settings]\ngtk-icon-theme-name ="..., 4096) = 98
145319 10:00:41.441949 read(13, "", 4096) = 0
145319 10:00:41.441963 close(13)        = 0
145319 10:00:41.441979 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.442002 access("/etc/gtk-3.0/settings.ini", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.442021 access("/etc/xdg/gtk-3.0/settings.ini", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.442038 access("/home/ron/.config/gtk-3.0/settings.ini", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.442108 newfstatat(AT_FDCWD, "/home/ron/.config/gtk-3.0/gtk.css", 0x7ffc6698ab20, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.442149 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.442179 newfstatat(AT_FDCWD, "/usr/lib/gio/modules/libgvfsdbus.so", {st_mode=S_IFREG|0755, st_size=194872, ...}, 0) = 0
145319 10:00:41.442219 openat(AT_FDCWD, "/usr/lib/gio/modules/libgvfsdbus.so", O_RDONLY|O_CLOEXEC) = 13
145319 10:00:41.442237 read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.442253 fstat(13, {st_mode=S_IFREG|0755, st_size=194872, ...}) = 0
145319 10:00:41.442270 brk(0x5c594befe000) = 0x5c594befe000
145319 10:00:41.442295 mmap(NULL, 197376, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x789ebfb3f000
145319 10:00:41.442316 mmap(0x789ebfb49000, 110592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0xa000) = 0x789ebfb49000
145319 10:00:41.442336 mmap(0x789ebfb64000, 36864, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x25000) = 0x789ebfb64000
145319 10:00:41.442353 mmap(0x789ebfb6d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x2d000) = 0x789ebfb6d000
145319 10:00:41.442379 close(13)        = 0
145319 10:00:41.442399 openat(AT_FDCWD, "/usr/lib/gvfs/glibc-hwcaps/x86-64-v3/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145319 10:00:41.442418 newfstatat(AT_FDCWD, "/usr/lib/gvfs/glibc-hwcaps/x86-64-v3/", 0x7ffc669896f0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.442434 openat(AT_FDCWD, "/usr/lib/gvfs/glibc-hwcaps/x86-64-v2/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145319 10:00:41.442450 newfstatat(AT_FDCWD, "/usr/lib/gvfs/glibc-hwcaps/x86-64-v2/", 0x7ffc669896f0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.442465 openat(AT_FDCWD, "/usr/lib/gvfs/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = 13
145319 10:00:41.442481 read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
145319 10:00:41.442496 fstat(13, {st_mode=S_IFREG|0755, st_size=243656, ...}) = 0
145319 10:00:41.442512 mmap(NULL, 242368, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x789ebfb03000
145319 10:00:41.442528 mmap(0x789ebfb11000, 110592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0xe000) = 0x789ebfb11000
145319 10:00:41.442549 mmap(0x789ebfb2c000, 49152, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x29000) = 0x789ebfb2c000
145319 10:00:41.442564 mmap(0x789ebfb38000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x35000) = 0x789ebfb38000
145319 10:00:41.442586 close(13)        = 0
145319 10:00:41.442826 mprotect(0x789ebfb38000, 24576, PROT_READ) = 0
145319 10:00:41.443038 mprotect(0x789ebfb6d000, 8192, PROT_READ) = 0
145319 10:00:41.443128 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.443169 rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x789ec0e11ef0}, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x789ec0e11ef0}, 8) = 0
145319 10:00:41.443200 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.443219 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.443236 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.443301 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.443321 eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK <unfinished ...>
145465 10:00:41.443327 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145319 10:00:41.443333 <... eventfd2 resumed>) = 13
145319 10:00:41.443358 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.443376 ppoll([{fd=13, events=POLLIN}], 1, {tv_sec=24, tv_nsec=999998000}, NULL, 8 <unfinished ...>
145465 10:00:41.443383 read(6, "\2\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.443453 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\242\0\0\0\n\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=306}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 306
145465 10:00:41.443533 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=5, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.443594 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.443611 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.443637 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.443654 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\n\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145465 10:00:41.443679 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.443695 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.443712 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0\v\0\0\0\203\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=180}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 180
145465 10:00:41.443738 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.443756 read(6, "\3\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.443783 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.443800 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\377\377\377\377?\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.443825 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.443842 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.443859 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\v\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=68}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 68
145465 10:00:41.443881 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.443908 write(13, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.443924 poll([{fd=5, events=POLLIN}], 1, 0) = 0 (Timeout)
145465 10:00:41.443942 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.443947 <... ppoll resumed>) = 1 ([{fd=13, revents=POLLIN}], left {tv_sec=24, tv_nsec=999441787})
145465 10:00:41.443953 <... write resumed>) = 8
145319 10:00:41.443957 read(13, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.443967 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8) = 1 ([{fd=6, revents=POLLIN}])
145465 10:00:41.443984 read(6,  <unfinished ...>
145319 10:00:41.443988 futex(0x5c594be44550, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145465 10:00:41.443994 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.444003 futex(0x5c594be44550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.444012 <... futex resumed>) = 0
145465 10:00:41.444016 <... futex resumed>) = 1
145319 10:00:41.444019 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145465 10:00:41.444024 futex(0x5c594be44550, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.444028 <... write resumed>) = 8
145319 10:00:41.444035 futex(0x5c594be44550, FUTEX_WAKE_PRIVATE, 1) = 1
145465 10:00:41.444045 <... futex resumed>) = 0
145465 10:00:41.444053 futex(0x5c594be44550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.444057 ppoll([{fd=13, events=POLLIN}], 1, {tv_sec=24, tv_nsec=999995000}, NULL, 8 <unfinished ...>
145465 10:00:41.444063 <... futex resumed>) = 0
145465 10:00:41.444071 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.444088 read(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.444104 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\27\0\0\0\f\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=167}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 167
145465 10:00:41.444126 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=5, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.444144 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.444158 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\n\0\0\0\377\377\377\377?\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.444178 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.444194 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\f\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=74}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 74
145465 10:00:41.444215 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.444230 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.444247 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.444265 read(6, "\3\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.444293 write(13, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.444305 <... ppoll resumed>) = 1 ([{fd=13, revents=POLLIN}], left {tv_sec=24, tv_nsec=999756693})
145465 10:00:41.444311 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.444316 read(13,  <unfinished ...>
145465 10:00:41.444320 <... poll resumed>) = 0 (Timeout)
145319 10:00:41.444323 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.444328 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.444336 write(13, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145465 10:00:41.444341 <... write resumed>) = 8
145319 10:00:41.444345 <... write resumed>) = 8
145319 10:00:41.444352 futex(0x5c594be875f0, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.444355 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.444361 <... futex resumed>) = 0
145465 10:00:41.444365 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145319 10:00:41.444373 close(13 <unfinished ...>
145465 10:00:41.444377 read(6,  <unfinished ...>
145319 10:00:41.444384 <... close resumed>) = 0
145465 10:00:41.444387 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.444397 eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK <unfinished ...>
145465 10:00:41.444400 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.444406 <... eventfd2 resumed>) = 13
145319 10:00:41.444454 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.444467 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145319 10:00:41.444473 ppoll([{fd=13, events=POLLIN}], 1, {tv_sec=25, tv_nsec=0}, NULL, 8 <unfinished ...>
145465 10:00:41.444479 read(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.444497 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\0\0\0\0\r\0\0\0\202\0\0\0\1\1o\0\31\0\0\0/org/gtk"..., iov_len=152}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 152
145465 10:00:41.444521 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.444540 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.444718 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.444732 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1d\4\0\0\226\0\0\0006\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.444754 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.444769 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\6\1s\0\6\0\0\0:1.423\0\0\10\1g\0\ta(ssasib)\0\0"..., iov_len=1180}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 1180
145465 10:00:41.444792 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.444807 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.444823 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.444840 read(6, "\3\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.444902 write(13, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.444913 <... ppoll resumed>) = 1 ([{fd=13, revents=POLLIN}], left {tv_sec=24, tv_nsec=999569250})
145465 10:00:41.444920 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.444925 read(13,  <unfinished ...>
145465 10:00:41.444928 <... poll resumed>) = 0 (Timeout)
145319 10:00:41.444932 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.444937 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.444941 write(13, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145465 10:00:41.444946 <... write resumed>) = 8
145319 10:00:41.444949 <... write resumed>) = 8
145319 10:00:41.444956 futex(0x5c594be875f0, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.444960 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.444965 <... futex resumed>) = 0
145465 10:00:41.444969 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145319 10:00:41.444979 close(13 <unfinished ...>
145465 10:00:41.444982 read(6,  <unfinished ...>
145319 10:00:41.444987 <... close resumed>) = 0
145465 10:00:41.444990 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.444999 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.445069 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.445081 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145319 10:00:41.445091 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.445095 read(6,  <unfinished ...>
145319 10:00:41.445099 <... futex resumed>) = 0
145465 10:00:41.445102 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.445111 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.445115 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\242\0\0\0\16\0\0\0|\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=306}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL <unfinished ...>
145319 10:00:41.445124 <... futex resumed>) = 0
145465 10:00:41.445130 <... sendmsg resumed>) = 306
145465 10:00:41.445139 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=5, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.445158 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.445171 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.445175 recvmsg(5,  <unfinished ...>
145319 10:00:41.445180 <... futex resumed>) = 0
145465 10:00:41.445184 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145319 10:00:41.445199 openat(AT_FDCWD, "/usr/lib/gvfs/modules", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY <unfinished ...>
145465 10:00:41.445205 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.445214 <... openat resumed>) = -1 ENOENT (No such file or directory)
145465 10:00:41.445220 <... poll resumed>) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.445228 recvmsg(5,  <unfinished ...>
145319 10:00:41.445233 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.445237 <... recvmsg resumed>{msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\16\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145319 10:00:41.445246 <... futex resumed>) = 0
145465 10:00:41.445250 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.445259 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.445263 <... write resumed>) = 8
145319 10:00:41.445266 <... futex resumed>) = 0
145465 10:00:41.445270 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.445299 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8 <unfinished ...>
145319 10:00:41.445311 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.445315 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145319 10:00:41.445321 <... futex resumed>) = 0
145465 10:00:41.445324 read(6,  <unfinished ...>
145319 10:00:41.445329 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.445332 <... read resumed>"\3\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.445337 <... futex resumed>) = 0
145319 10:00:41.445345 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145465 10:00:41.445354 poll([{fd=5, events=POLLIN}], 1, 0) = 0 (Timeout)
145319 10:00:41.445368 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.445373 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.445377 <... futex resumed>) = 0
145465 10:00:41.445381 <... write resumed>) = 8
145319 10:00:41.445391 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.445395 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.445400 <... futex resumed>) = 0
145465 10:00:41.445403 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145465 10:00:41.445412 read(6, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.445426 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.445430 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.445435 <... futex resumed>) = 0
145319 10:00:41.445444 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.445459 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.445475 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.445499 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.445537 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.445560 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.445574 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.445608 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.445625 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.445641 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.445660 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.445675 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.445910 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.445940 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.445971 openat(AT_FDCWD, "/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache", O_RDONLY|O_CLOEXEC) = 13
145319 10:00:41.445996 fstat(13, {st_mode=S_IFREG|0644, st_size=1469, ...}) = 0
145319 10:00:41.446014 read(13, "# GdkPixbuf Image Loader Modules"..., 1024) = 1024
145319 10:00:41.446051 read(13, "ebp\" 5 \"gdk-pixbuf\" \"The WebP im"..., 1024) = 445
145319 10:00:41.446087 read(13, "", 1024) = 0
145319 10:00:41.446102 close(13)        = 0
145319 10:00:41.446185 brk(0x5c594bf20000) = 0x5c594bf20000
145319 10:00:41.446507 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.446590 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.446707 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.446975 brk(0x5c594bf43000) = 0x5c594bf43000
145319 10:00:41.447861 brk(0x5c594bf64000) = 0x5c594bf64000
145319 10:00:41.448532 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.448655 brk(0x5c594bf85000) = 0x5c594bf85000
145319 10:00:41.449427 brk(0x5c594bfa6000) = 0x5c594bfa6000
145319 10:00:41.449682 mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ebfae2000
145319 10:00:41.449835 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.449873 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.450177 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.450880 brk(0x5c594bfc7000) = 0x5c594bfc7000
145319 10:00:41.451760 brk(0x5c594bfe8000) = 0x5c594bfe8000
145319 10:00:41.452821 brk(0x5c594c009000) = 0x5c594c009000
145319 10:00:41.453634 brk(0x5c594c031000) = 0x5c594c031000
145319 10:00:41.453673 brk(0x5c594c02d000) = 0x5c594c02d000
145319 10:00:41.455298 mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ebfac1000
145319 10:00:41.455851 brk(0x5c594c04e000) = 0x5c594c04e000
145319 10:00:41.458301 mremap(0x789ebfac1000, 135168, 266240, MREMAP_MAYMOVE) = 0x789ebfa80000
145319 10:00:41.458644 brk(0x5c594c06f000) = 0x5c594c06f000
145319 10:00:41.459718 brk(0x5c594c090000) = 0x5c594c090000
145319 10:00:41.460600 brk(0x5c594c0b1000) = 0x5c594c0b1000
145319 10:00:41.461474 brk(0x5c594c0d2000) = 0x5c594c0d2000
145319 10:00:41.462167 brk(0x5c594c0f3000) = 0x5c594c0f3000
145319 10:00:41.462875 mremap(0x789ebfa80000, 266240, 204800, MREMAP_MAYMOVE) = 0x789ebfa80000
145319 10:00:41.463200 access("/home/ron/.local/share/themes/Default/gtk-3.24/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463244 access("/home/ron/.local/share/themes/Default/gtk-3.22/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463266 access("/home/ron/.local/share/themes/Default/gtk-3.20/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463296 access("/home/ron/.local/share/themes/Default/gtk-3.18/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463316 access("/home/ron/.local/share/themes/Default/gtk-3.16/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463335 access("/home/ron/.local/share/themes/Default/gtk-3.14/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463353 access("/home/ron/.local/share/themes/Default/gtk-3.0/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463373 access("/home/ron/.themes/Default/gtk-3.24/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463392 access("/home/ron/.themes/Default/gtk-3.22/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463410 access("/home/ron/.themes/Default/gtk-3.20/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463429 access("/home/ron/.themes/Default/gtk-3.18/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463447 access("/home/ron/.themes/Default/gtk-3.16/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463465 access("/home/ron/.themes/Default/gtk-3.14/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463489 access("/home/ron/.themes/Default/gtk-3.0/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463509 access("/usr/local/share/themes/Default/gtk-3.24/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463528 access("/usr/local/share/themes/Default/gtk-3.22/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463546 access("/usr/local/share/themes/Default/gtk-3.20/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463565 access("/usr/local/share/themes/Default/gtk-3.18/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463583 access("/usr/local/share/themes/Default/gtk-3.16/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463601 access("/usr/local/share/themes/Default/gtk-3.14/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463619 access("/usr/local/share/themes/Default/gtk-3.0/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463638 access("/usr/share/themes/Default/gtk-3.24/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463657 access("/usr/share/themes/Default/gtk-3.22/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463675 access("/usr/share/themes/Default/gtk-3.20/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463694 access("/usr/share/themes/Default/gtk-3.18/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463712 access("/usr/share/themes/Default/gtk-3.16/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463730 access("/usr/share/themes/Default/gtk-3.14/gtk-keys.css", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.463749 access("/usr/share/themes/Default/gtk-3.0/gtk-keys.css", F_OK) = 0
145319 10:00:41.463768 openat(AT_FDCWD, "/usr/share/themes/Default/gtk-3.0/gtk.gresource", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145319 10:00:41.463802 openat(AT_FDCWD, "/usr/share/themes/Default/gtk-3.0/gtk-keys.css", O_RDONLY|O_CLOEXEC) = 13
145319 10:00:41.463826 statx(13, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_TYPE, {stx_mask=STATX_TYPE|STATX_MODE|STATX_NLINK|STATX_UID|STATX_GID|STATX_ATIME|STATX_INO|STATX_SIZE|STATX_BLOCKS|STATX_MNT_ID, stx_attributes=0, stx_mode=S_IFREG|0644, stx_size=86, ...}) = 0
145319 10:00:41.463857 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.463876 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.464185 read(13, "/*\n * Default keybinding set. Em"..., 8192) = 86
145319 10:00:41.464205 read(13, "", 8192) = 0
145319 10:00:41.464221 close(13)        = 0
145319 10:00:41.464392 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.464450 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.464470 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.464502 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.464523 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.464540 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.464561 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.464578 access("/run/user/1001/flatpak-info", F_OK) = -1 ENOENT (No such file or directory)
145319 10:00:41.464612 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.464661 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.464686 eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK) = 13
145465 10:00:41.464722 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145319 10:00:41.464735 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.464757 ppoll([{fd=13, events=POLLIN}], 1, {tv_sec=24, tv_nsec=999998000}, NULL, 8 <unfinished ...>
145465 10:00:41.464787 read(6, "\2\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.464910 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\250\0\0\0\17\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=312}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 312
145465 10:00:41.465000 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=5, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.465070 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.465090 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.465120 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.465141 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\17\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145465 10:00:41.465170 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.465190 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.465210 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\35\0\0\0\20\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=173}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 173
145465 10:00:41.465241 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.465263 read(6, "\3\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.465303 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.465324 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\1$\0\0\0\377\377\377\377w\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.465355 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.465376 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.465399 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\20\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=156}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 156
145465 10:00:41.465434 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.465475 write(13, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.465493 <... ppoll resumed>) = 1 ([{fd=13, revents=POLLIN}], left {tv_sec=24, tv_nsec=999278593})
145465 10:00:41.465501 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.465508 read(13,  <unfinished ...>
145465 10:00:41.465512 <... poll resumed>) = 0 (Timeout)
145319 10:00:41.465516 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.465527 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.465534 write(13, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145465 10:00:41.465539 <... write resumed>) = 8
145319 10:00:41.465544 <... write resumed>) = 8
145319 10:00:41.465554 futex(0x5c594beed440, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.465558 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.465565 <... futex resumed>) = 0
145465 10:00:41.465569 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145319 10:00:41.465581 close(13 <unfinished ...>
145465 10:00:41.465585 read(6,  <unfinished ...>
145319 10:00:41.465593 <... close resumed>) = 0
145465 10:00:41.465598 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.465610 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.465624 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.465639 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145465 10:00:41.465650 read(6, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.465665 futex(0x5c594be44550, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145465 10:00:41.465670 futex(0x5c594be44550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.465675 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145465 10:00:41.465681 <... futex resumed>) = 0
145319 10:00:41.465687 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145465 10:00:41.465693 futex(0x5c594be44550, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.465698 <... write resumed>) = 8
145319 10:00:41.465707 futex(0x5c594be44550, FUTEX_WAKE_PRIVATE, 1) = 1
145465 10:00:41.465719 <... futex resumed>) = 0
145319 10:00:41.465723 eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK <unfinished ...>
145465 10:00:41.465728 futex(0x5c594be44550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.465732 <... eventfd2 resumed>) = 13
145465 10:00:41.465737 <... futex resumed>) = 0
145465 10:00:41.465747 futex(0x5c594be2f208, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.465757 futex(0x5c594be2f208, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145465 10:00:41.465761 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145319 10:00:41.465766 <... futex resumed>) = 0
145465 10:00:41.465771 futex(0x5c594be2f208, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.465775 ppoll([{fd=13, events=POLLIN}], 1, {tv_sec=24, tv_nsec=999980000}, NULL, 8 <unfinished ...>
145465 10:00:41.465782 <... futex resumed>) = 0
145465 10:00:41.465795 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\250\0\0\0\21\0\0\0|\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=312}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 312
145465 10:00:41.465834 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.465860 read(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.465909 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\247\0\0\0\22\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=311}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 311
145465 10:00:41.465960 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=5, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.465994 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.466016 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.466045 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.466064 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\21\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145465 10:00:41.466091 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.466109 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.466129 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0\23\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=172}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 172
145465 10:00:41.466181 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.466215 read(6, "\3\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.466256 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.466293 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.466338 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.466361 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.466380 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\22\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145465 10:00:41.466416 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.466452 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.466486 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\1$\0\0\0\377\377\377\377w\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.466535 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.466561 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.466581 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\23\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=156}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 156
145465 10:00:41.466617 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.466662 write(13, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.466680 <... ppoll resumed>) = 1 ([{fd=13, revents=POLLIN}], left {tv_sec=24, tv_nsec=999086261})
145465 10:00:41.466689 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.466695 read(13,  <unfinished ...>
145465 10:00:41.466699 <... poll resumed>) = 0 (Timeout)
145319 10:00:41.466703 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.466713 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.466725 write(13, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145465 10:00:41.466730 <... write resumed>) = 8
145319 10:00:41.466735 <... write resumed>) = 8
145319 10:00:41.466744 futex(0x5c594beed440, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.466750 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.466757 <... futex resumed>) = 0
145465 10:00:41.466761 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145319 10:00:41.466773 close(13 <unfinished ...>
145465 10:00:41.466777 read(6,  <unfinished ...>
145319 10:00:41.466786 <... close resumed>) = 0
145465 10:00:41.466790 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.466802 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.466826 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.466841 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145465 10:00:41.466853 read(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.466873 futex(0x5c594be2f208, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.466908 futex(0x5c594be2f208, FUTEX_WAKE_PRIVATE, 1) = 1
145465 10:00:41.466921 <... futex resumed>) = 0
145465 10:00:41.466932 futex(0x5c594be2f208, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.466946 futex(0x5c594be2f208, FUTEX_WAKE_PRIVATE, 1) = 1
145465 10:00:41.466958 <... futex resumed>) = 0
145319 10:00:41.466967 eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK <unfinished ...>
145465 10:00:41.466971 futex(0x5c594be2f208, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.466980 <... eventfd2 resumed>) = 13
145465 10:00:41.466984 <... futex resumed>) = 0
145465 10:00:41.466996 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\247\0\0\0\24\0\0\0|\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=311}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL <unfinished ...>
145319 10:00:41.467009 ppoll([{fd=13, events=POLLIN}], 1, {tv_sec=24, tv_nsec=999998000}, NULL, 8 <unfinished ...>
145465 10:00:41.467017 <... sendmsg resumed>) = 311
145465 10:00:41.467034 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=5, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.467065 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.467084 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.467110 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.467129 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\24\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145465 10:00:41.467164 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.467183 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.467203 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\256\0\0\0\25\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=318}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 318
145465 10:00:41.467235 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.467268 read(6, "\3\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.467312 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.467333 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.467367 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1#\0\0\0\26\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=179}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 179
145465 10:00:41.467400 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.467425 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.467445 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\25\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145465 10:00:41.467475 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\316\0\0\0\27\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=350}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 350
145465 10:00:41.467507 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.467542 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.467562 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\n\0\0\0\377\377\377\377?\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.467590 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\214\0\0\0\30\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=284}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 284
145465 10:00:41.467622 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.467647 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.467667 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\26\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=74}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 74
145465 10:00:41.467698 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1(\0\0\0\31\0\0\0\203\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=192}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 192
145465 10:00:41.467729 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.467766 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.467786 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.467815 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.467836 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.467855 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\27\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145465 10:00:41.467884 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.467915 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.467935 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\377\377\377\377>\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.467960 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.467980 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.467998 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\30\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=64}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
145465 10:00:41.468027 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.468055 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.468073 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\377\377\377\377?\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.468098 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.468117 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.468135 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\31\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=68}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 68
145465 10:00:41.468164 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.468193 write(13, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.468207 <... ppoll resumed>) = 1 ([{fd=13, revents=POLLIN}], left {tv_sec=24, tv_nsec=998812002})
145465 10:00:41.468215 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.468221 read(13,  <unfinished ...>
145465 10:00:41.468225 <... poll resumed>) = 0 (Timeout)
145319 10:00:41.468229 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.468245 futex(0x789ec0fbaac0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145465 10:00:41.468251 futex(0x789ec0fbaac0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.468255 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145465 10:00:41.468262 <... futex resumed>) = 0
145319 10:00:41.468266 futex(0x789ec0fbaac0, FUTEX_WAKE_PRIVATE, 1) = 0
145465 10:00:41.468284 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.468309 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145465 10:00:41.468315 futex(0x5c594be44550, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.468320 <... write resumed>) = 8
145319 10:00:41.468329 futex(0x5c594be44550, FUTEX_WAKE_PRIVATE, 1) = 1
145465 10:00:41.468342 <... futex resumed>) = 0
145319 10:00:41.468353 ppoll([{fd=13, events=POLLIN}], 1, {tv_sec=24, tv_nsec=999994000}, NULL, 8 <unfinished ...>
145465 10:00:41.468361 futex(0x5c594be44550, FUTEX_WAKE_PRIVATE, 1) = 0
145465 10:00:41.468377 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.468398 read(6, "\2\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.468417 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1#\0\0\0\32\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=179}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 179
145465 10:00:41.468450 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=5, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.468479 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.468497 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\n\0\0\0\377\377\377\377?\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.468522 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.468540 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\1u\0\32\0\0\0\7\1s\0\24\0\0\0org.freedesktop."..., iov_len=74}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 74
145465 10:00:41.468572 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.468591 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.468612 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.468632 read(6, "\3\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.468661 write(13, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.468675 <... ppoll resumed>) = 1 ([{fd=13, revents=POLLIN}], left {tv_sec=24, tv_nsec=999683871})
145465 10:00:41.468683 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.468688 read(13,  <unfinished ...>
145465 10:00:41.468693 <... poll resumed>) = 0 (Timeout)
145319 10:00:41.468697 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.468704 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.468726 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.468733 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145465 10:00:41.468738 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145319 10:00:41.468744 <... write resumed>) = 8
145465 10:00:41.468748 futex(0x5c594be44550, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.468752 futex(0x5c594be44550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145465 10:00:41.468757 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145319 10:00:41.468764 <... futex resumed>) = 0
145465 10:00:41.468768 read(6,  <unfinished ...>
145319 10:00:41.468778 ppoll([{fd=13, events=POLLIN}], 1, {tv_sec=24, tv_nsec=999994000}, NULL, 8 <unfinished ...>
145465 10:00:41.468786 <... read resumed>"\2\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.468796 futex(0x5c594be44550, FUTEX_WAKE_PRIVATE, 1) = 0
145465 10:00:41.468814 sendmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1#\0\0\0\33\0\0\0w\0\0\0\1\1o\0\37\0\0\0/org/fre"..., iov_len=171}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 171
145465 10:00:41.468845 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout)
145465 10:00:41.468874 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.469074 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.469100 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\34\0\0\0006\2\0\0006\0\0\0", iov_len=16}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 16
145465 10:00:41.469134 poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}])
145465 10:00:41.469161 recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\6\1s\0\6\0\0\0:1.423\0\0\10\1g\0\5a{sv}\0\0\0\0\0\0"..., iov_len=84}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 84
145465 10:00:41.469196 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.469220 write(6, "\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.469240 ppoll([{fd=6, events=POLLIN}], 1, {tv_sec=0, tv_nsec=0}, NULL, 8) = 1 ([{fd=6, revents=POLLIN}], left {tv_sec=0, tv_nsec=0})
145465 10:00:41.469261 read(6, "\3\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.469304 write(13, "\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.469321 <... ppoll resumed>) = 1 ([{fd=13, revents=POLLIN}], left {tv_sec=24, tv_nsec=999462903})
145465 10:00:41.469332 poll([{fd=5, events=POLLIN}], 1, 0 <unfinished ...>
145319 10:00:41.469338 read(13,  <unfinished ...>
145465 10:00:41.469342 <... poll resumed>) = 0 (Timeout)
145319 10:00:41.469346 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145465 10:00:41.469357 write(6, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145319 10:00:41.469363 write(13, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
145465 10:00:41.469368 <... write resumed>) = 8
145319 10:00:41.469373 <... write resumed>) = 8
145319 10:00:41.469381 futex(0x5c594beed440, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145465 10:00:41.469389 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.469395 <... futex resumed>) = 0
145465 10:00:41.469400 <... ppoll resumed>) = 1 ([{fd=6, revents=POLLIN}])
145465 10:00:41.469411 read(6,  <unfinished ...>
145319 10:00:41.469422 close(13 <unfinished ...>
145465 10:00:41.469426 <... read resumed>"\1\0\0\0\0\0\0\0", 8) = 8
145319 10:00:41.469432 <... close resumed>) = 0
145465 10:00:41.469437 ppoll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, NULL, NULL, 8 <unfinished ...>
145319 10:00:41.469458 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.469528 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.469546 newfstatat(AT_FDCWD, ".", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.469570 newfstatat(AT_FDCWD, "/home/ron/.cache", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.469637 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.469658 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.469675 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.469728 openat(AT_FDCWD, "/dev/urandom", O_RDONLY|O_CLOEXEC) = 13
145319 10:00:41.469755 read(13, "\243({s\377\235\272\372\321\24]|\341\212|3", 16) = 16
145319 10:00:41.469776 close(13)        = 0
145319 10:00:41.469796 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.469844 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.469895 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.469912 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.469951 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.469968 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470004 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470035 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470073 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470122 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470400 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470427 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470459 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470476 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470493 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470510 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470529 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470552 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470568 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470584 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470600 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470622 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470648 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470673 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470704 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470727 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470765 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470785 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470828 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470872 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470896 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470921 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470951 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.470994 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471021 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471062 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471088 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471121 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471156 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471185 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471214 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471243 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471336 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471425 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471456 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471522 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471576 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471607 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471631 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471655 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471685 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471710 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471737 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471770 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.471823 openat(AT_FDCWD, "/usr/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.471861 openat(AT_FDCWD, "/usr/share/locale/en_US.utf8/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.471888 openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.471915 openat(AT_FDCWD, "/usr/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.471940 openat(AT_FDCWD, "/usr/share/locale/en.utf8/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.471967 openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.472042 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472114 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472147 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472176 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472205 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472241 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472267 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472332 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472391 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472446 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472483 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472524 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472548 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472603 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472653 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472701 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472730 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472762 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472793 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472835 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472879 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472902 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472938 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.472987 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473038 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473068 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473153 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473176 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473211 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473304 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473447 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473465 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473489 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473525 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473542 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473572 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473718 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473735 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473781 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473799 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473848 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473870 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473922 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473951 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.473974 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474033 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474092 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474113 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474134 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474198 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474215 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474253 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474274 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474327 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474345 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474362 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474403 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474427 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474484 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474626 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474656 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474691 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474729 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474777 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474794 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474810 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.474826 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475091 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475121 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475158 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475182 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475206 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475225 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475257 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475280 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475311 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475329 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475404 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475457 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475475 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475520 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475542 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475563 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475587 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475610 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475635 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475656 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475676 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475696 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475772 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475789 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475807 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475825 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475842 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.475883 mmap(NULL, 16781312, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x789ea2fff000
145319 10:00:41.475906 mprotect(0x789ea3000000, 16777216, PROT_READ|PROT_WRITE) = 0
145319 10:00:41.475936 rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
145319 10:00:41.475959 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0x789ea3fff990, parent_tid=0x789ea3fff990, exit_signal=0, stack=0x789ea2fff000, stack_size=0xfffd00, tls=0x789ea3fff6c0} => {parent_tid=[145468]}, 88) = 145468
145319 10:00:41.476011 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
145319 10:00:41.476033 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.476056 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145468 10:00:41.476099 rseq(0x789ea3fff380, 0x20, 0, 0x53053053) = 0
145468 10:00:41.476154 set_robust_list(0x789ea3fff9a0, 24) = 0
145468 10:00:41.476172 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
145468 10:00:41.476191 prctl(PR_SET_NAME, "[pango] fontcon"...) = 0
145468 10:00:41.476212 mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789e9ae00000
145468 10:00:41.476234 munmap(0x789e9ae00000, 18874368) = 0
145468 10:00:41.476253 munmap(0x789ea0000000, 48234496) = 0
145468 10:00:41.476269 mprotect(0x789e9c000000, 135168, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.476310 access("/etc/fonts/fonts.conf", R_OK) = 0
145468 10:00:41.476332 access("/etc/fonts/fonts.conf", R_OK) = 0
145468 10:00:41.476350 readlink("/etc/fonts/fonts.conf", 0x789ea3ffdab0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.476374 newfstatat(AT_FDCWD, "/etc/fonts/fonts.conf", {st_mode=S_IFREG|0644, st_size=2700, ...}, 0) = 0
145468 10:00:41.476396 openat(AT_FDCWD, "/etc/fonts/fonts.conf", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.476419 read(13, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 2700
145468 10:00:41.476444 read(13, "", 8192) = 0
145468 10:00:41.476459 close(13)        = 0
145468 10:00:41.476488 rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
145468 10:00:41.476507 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_DROPPABLE|MAP_ANONYMOUS, -1, 0) = 0x789ec212b000
145468 10:00:41.476529 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x789ec212a000
145468 10:00:41.476548 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
145468 10:00:41.476570 getrandom("\xbd\xf9\x03\xba\x9c\xbb\x5f\x80\x57\x4b\xe3\x72\xc0\xfc\xe1\x7c\x08\x0d\x6d\x6b\x4d\x70\xbf\x02\xe4\x74\xf9\x49\x94\x44\xc6\x41", 32, 0) = 32
145468 10:00:41.476645 access("/etc/fonts/conf.d", R_OK) = 0
145468 10:00:41.476664 access("/etc/fonts/conf.d", R_OK) = 0
145468 10:00:41.476681 readlink("/etc/fonts/conf.d", 0x789ea3ff7230, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.476700 newfstatat(AT_FDCWD, "/etc/fonts/conf.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.476720 openat(AT_FDCWD, "/etc/fonts/conf.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 13
145468 10:00:41.476739 fstat(13, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
145468 10:00:41.476764 getdents64(13, 0x789e9c008380 /* 56 entries */, 32768) = 2496
145468 10:00:41.476825 getdents64(13, 0x789e9c008380 /* 0 entries */, 32768) = 0
145468 10:00:41.476854 access("/etc/fonts/conf.d/10-hinting-slight.conf", R_OK) = 0
145468 10:00:41.476875 access("/etc/fonts/conf.d/10-hinting-slight.conf", R_OK) = 0
145468 10:00:41.476893 readlink("/etc/fonts/conf.d/10-hinting-slight.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 57
145468 10:00:41.476914 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/10-hinting-slight.conf", {st_mode=S_IFREG|0644, st_size=620, ...}, 0) = 0
145468 10:00:41.476935 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/10-hinting-slight.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.476955 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 620
145468 10:00:41.476973 read(14, "", 8192) = 0
145468 10:00:41.476988 close(14)        = 0
145468 10:00:41.477026 access("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", R_OK) = 0
145468 10:00:41.477047 access("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", R_OK) = 0
145468 10:00:41.477066 readlink("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 61
145468 10:00:41.477087 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/10-scale-bitmap-fonts.conf", {st_mode=S_IFREG|0644, st_size=2068, ...}, 0) = 0
145468 10:00:41.477110 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/10-scale-bitmap-fonts.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.477129 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 2068
145468 10:00:41.477151 read(14, "", 8192) = 0
145468 10:00:41.477166 close(14)        = 0
145319 10:00:41.477188 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145468 10:00:41.477237 access("/etc/fonts/conf.d/10-sub-pixel-rgb.conf", R_OK) = 0
145468 10:00:41.477257 access("/etc/fonts/conf.d/10-sub-pixel-rgb.conf", R_OK) = 0
145468 10:00:41.477275 readlink("/etc/fonts/conf.d/10-sub-pixel-rgb.conf",  <unfinished ...>
145319 10:00:41.477292 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145468 10:00:41.477297 <... readlink resumed>"/usr/share/fontconfig/conf.defau"..., 4095) = 56
145319 10:00:41.477303 <... futex resumed>) = 0
145468 10:00:41.477307 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/10-sub-pixel-rgb.conf", {st_mode=S_IFREG|0644, st_size=672, ...}, 0) = 0
145319 10:00:41.477327 newfstatat(AT_FDCWD, "/home/ron/.local/share/mime//mime.cache",  <unfinished ...>
145468 10:00:41.477334 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/10-sub-pixel-rgb.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
145319 10:00:41.477345 <... newfstatat resumed>{st_mode=S_IFREG|0644, st_size=532, ...}, 0) = 0
145468 10:00:41.477351 <... openat resumed>) = 14
145319 10:00:41.477355 newfstatat(AT_FDCWD, "/home/ron/.local/share/mime//mime.cache",  <unfinished ...>
145468 10:00:41.477361 read(14,  <unfinished ...>
145319 10:00:41.477365 <... newfstatat resumed>{st_mode=S_IFREG|0644, st_size=532, ...}, 0) = 0
145468 10:00:41.477371 <... read resumed>"<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 672
145319 10:00:41.477378 openat(AT_FDCWD, "/home/ron/.local/share/mime//mime.cache", O_RDONLY <unfinished ...>
145468 10:00:41.477384 read(14,  <unfinished ...>
145319 10:00:41.477393 <... openat resumed>) = 15
145468 10:00:41.477397 <... read resumed>"", 8192) = 0
145319 10:00:41.477402 fstat(15,  <unfinished ...>
145468 10:00:41.477406 close(14 <unfinished ...>
145319 10:00:41.477410 <... fstat resumed>{st_mode=S_IFREG|0644, st_size=532, ...}) = 0
145468 10:00:41.477416 <... close resumed>) = 0
145319 10:00:41.477420 mmap(NULL, 532, PROT_READ, MAP_SHARED, 15, 0) = 0x789ebfe4e000
145468 10:00:41.477439 access("/etc/fonts/conf.d/10-yes-antialias.conf", R_OK <unfinished ...>
145319 10:00:41.477445 close(15 <unfinished ...>
145468 10:00:41.477449 <... access resumed>) = 0
145319 10:00:41.477453 <... close resumed>) = 0
145468 10:00:41.477457 access("/etc/fonts/conf.d/10-yes-antialias.conf", R_OK <unfinished ...>
145319 10:00:41.477463 newfstatat(AT_FDCWD, "/usr/local/share/mime//mime.cache",  <unfinished ...>
145468 10:00:41.477468 <... access resumed>) = 0
145319 10:00:41.477472 <... newfstatat resumed>0x7ffc6698ac30, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.477478 readlink("/etc/fonts/conf.d/10-yes-antialias.conf",  <unfinished ...>
145319 10:00:41.477483 newfstatat(AT_FDCWD, "/usr/local/share/mime//globs2",  <unfinished ...>
145468 10:00:41.477488 <... readlink resumed>"/usr/share/fontconfig/conf.defau"..., 4095) = 56
145319 10:00:41.477494 <... newfstatat resumed>0x7ffc6698ac30, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.477499 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/10-yes-antialias.conf",  <unfinished ...>
145319 10:00:41.477505 newfstatat(AT_FDCWD, "/usr/local/share/mime//globs",  <unfinished ...>
145468 10:00:41.477510 <... newfstatat resumed>{st_mode=S_IFREG|0644, st_size=258, ...}, 0) = 0
145319 10:00:41.477516 <... newfstatat resumed>0x7ffc6698ac30, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.477521 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/10-yes-antialias.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
145319 10:00:41.477527 newfstatat(AT_FDCWD, "/usr/local/share/mime//magic",  <unfinished ...>
145468 10:00:41.477533 <... openat resumed>) = 14
145319 10:00:41.477537 <... newfstatat resumed>0x7ffc6698ac30, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.477542 read(14,  <unfinished ...>
145319 10:00:41.477546 openat(AT_FDCWD, "/usr/local/share/mime//aliases", O_RDONLY <unfinished ...>
145468 10:00:41.477551 <... read resumed>"<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 258
145319 10:00:41.477557 <... openat resumed>) = -1 ENOENT (No such file or directory)
145468 10:00:41.477561 read(14,  <unfinished ...>
145319 10:00:41.477565 openat(AT_FDCWD, "/usr/local/share/mime//subclasses", O_RDONLY <unfinished ...>
145468 10:00:41.477571 <... read resumed>"", 8192) = 0
145319 10:00:41.477575 <... openat resumed>) = -1 ENOENT (No such file or directory)
145468 10:00:41.477580 close(14 <unfinished ...>
145319 10:00:41.477584 openat(AT_FDCWD, "/usr/local/share/mime//icons", O_RDONLY <unfinished ...>
145468 10:00:41.477589 <... close resumed>) = 0
145319 10:00:41.477593 <... openat resumed>) = -1 ENOENT (No such file or directory)
145319 10:00:41.477602 openat(AT_FDCWD, "/usr/local/share/mime//generic-icons", O_RDONLY <unfinished ...>
145468 10:00:41.477609 access("/etc/fonts/conf.d/11-lcdfilter-default.conf", R_OK <unfinished ...>
145319 10:00:41.477614 <... openat resumed>) = -1 ENOENT (No such file or directory)
145319 10:00:41.477623 newfstatat(AT_FDCWD, "/usr/share/mime//mime.cache",  <unfinished ...>
145468 10:00:41.477629 <... access resumed>) = 0
145319 10:00:41.477633 <... newfstatat resumed>{st_mode=S_IFREG|0644, st_size=320, ...}, 0) = 0
145468 10:00:41.477639 access("/etc/fonts/conf.d/11-lcdfilter-default.conf", R_OK <unfinished ...>
145319 10:00:41.477644 openat(AT_FDCWD, "/usr/share/mime//mime.cache", O_RDONLY <unfinished ...>
145468 10:00:41.477649 <... access resumed>) = 0
145319 10:00:41.477654 <... openat resumed>) = 14
145468 10:00:41.477660 readlink("/etc/fonts/conf.d/11-lcdfilter-default.conf",  <unfinished ...>
145319 10:00:41.477665 fstat(14,  <unfinished ...>
145468 10:00:41.477669 <... readlink resumed>"/usr/share/fontconfig/conf.defau"..., 4095) = 60
145319 10:00:41.477675 <... fstat resumed>{st_mode=S_IFREG|0644, st_size=320, ...}) = 0
145468 10:00:41.477680 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/11-lcdfilter-default.conf",  <unfinished ...>
145319 10:00:41.477686 mmap(NULL, 320, PROT_READ, MAP_SHARED, 14, 0 <unfinished ...>
145468 10:00:41.477691 <... newfstatat resumed>{st_mode=S_IFREG|0644, st_size=695, ...}, 0) = 0
145319 10:00:41.477704 <... mmap resumed>) = 0x789ebfe4d000
145468 10:00:41.477709 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/11-lcdfilter-default.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
145319 10:00:41.477715 close(14 <unfinished ...>
145468 10:00:41.477719 <... openat resumed>) = 15
145319 10:00:41.477723 <... close resumed>) = 0
145468 10:00:41.477727 read(15, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 695
145468 10:00:41.477745 read(15,  <unfinished ...>
145319 10:00:41.477750 openat(AT_FDCWD, "/usr/share/locale/en_US.UTF-8/LC_MESSAGES/gdk-pixbuf.mo", O_RDONLY <unfinished ...>
145468 10:00:41.477756 <... read resumed>"", 8192) = 0
145319 10:00:41.477760 <... openat resumed>) = -1 ENOENT (No such file or directory)
145468 10:00:41.477765 close(15 <unfinished ...>
145319 10:00:41.477769 openat(AT_FDCWD, "/usr/share/locale/en_US.utf8/LC_MESSAGES/gdk-pixbuf.mo", O_RDONLY <unfinished ...>
145468 10:00:41.477774 <... close resumed>) = 0
145319 10:00:41.477779 <... openat resumed>) = -1 ENOENT (No such file or directory)
145319 10:00:41.477788 openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/gdk-pixbuf.mo", O_RDONLY <unfinished ...>
145468 10:00:41.477795 access("/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans-mono.conf", R_OK <unfinished ...>
145319 10:00:41.477801 <... openat resumed>) = -1 ENOENT (No such file or directory)
145468 10:00:41.477806 <... access resumed>) = 0
145319 10:00:41.477810 openat(AT_FDCWD, "/usr/share/locale/en.UTF-8/LC_MESSAGES/gdk-pixbuf.mo", O_RDONLY <unfinished ...>
145468 10:00:41.477815 access("/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans-mono.conf", R_OK <unfinished ...>
145319 10:00:41.477821 <... openat resumed>) = -1 ENOENT (No such file or directory)
145468 10:00:41.477826 <... access resumed>) = 0
145319 10:00:41.477830 openat(AT_FDCWD, "/usr/share/locale/en.utf8/LC_MESSAGES/gdk-pixbuf.mo", O_RDONLY <unfinished ...>
145468 10:00:41.477835 readlink("/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans-mono.conf",  <unfinished ...>
145319 10:00:41.477840 <... openat resumed>) = -1 ENOENT (No such file or directory)
145468 10:00:41.477845 <... readlink resumed>"/usr/share/fontconfig/conf.defau"..., 4095) = 76
145319 10:00:41.477850 openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/gdk-pixbuf.mo", O_RDONLY <unfinished ...>
145468 10:00:41.477855 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/20-unhint-small-dejavu-lgc-sans-mono.conf",  <unfinished ...>
145319 10:00:41.477861 <... openat resumed>) = -1 ENOENT (No such file or directory)
145468 10:00:41.477865 <... newfstatat resumed>{st_mode=S_IFREG|0644, st_size=903, ...}, 0) = 0
145468 10:00:41.477875 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/20-unhint-small-dejavu-lgc-sans-mono.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.477894 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 903
145468 10:00:41.477913 read(14, "", 8192) = 0
145468 10:00:41.477928 close(14)        = 0
145468 10:00:41.477964 access("/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans.conf", R_OK) = 0
145468 10:00:41.477984 access("/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans.conf", R_OK) = 0
145468 10:00:41.478002 readlink("/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 71
145468 10:00:41.478023 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/20-unhint-small-dejavu-lgc-sans.conf", {st_mode=S_IFREG|0644, st_size=893, ...}, 0) = 0
145468 10:00:41.478045 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/20-unhint-small-dejavu-lgc-sans.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.478065 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 893
145468 10:00:41.478084 read(14, "", 8192) = 0
145468 10:00:41.478099 close(14)        = 0
145468 10:00:41.478130 access("/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-serif.conf", R_OK) = 0
145468 10:00:41.478151 access("/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-serif.conf", R_OK) = 0
145468 10:00:41.478169 readlink("/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-serif.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 72
145468 10:00:41.478189 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/20-unhint-small-dejavu-lgc-serif.conf", {st_mode=S_IFREG|0644, st_size=895, ...}, 0) = 0
145468 10:00:41.478210 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/20-unhint-small-dejavu-lgc-serif.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.478228 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 895
145468 10:00:41.478247 read(14, "", 8192) = 0
145468 10:00:41.478262 close(14)        = 0
145468 10:00:41.478297 access("/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf", R_OK) = 0
145468 10:00:41.478317 access("/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf", R_OK) = 0
145468 10:00:41.478335 readlink("/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 72
145468 10:00:41.478355 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/20-unhint-small-dejavu-sans-mono.conf", {st_mode=S_IFREG|0644, st_size=895, ...}, 0) = 0
145468 10:00:41.478375 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/20-unhint-small-dejavu-sans-mono.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.478393 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 895
145468 10:00:41.478412 read(14, "", 8192) = 0
145468 10:00:41.478427 close(14)        = 0
145468 10:00:41.478457 access("/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf", R_OK) = 0
145468 10:00:41.478477 access("/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf", R_OK) = 0
145468 10:00:41.478496 readlink("/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 67
145468 10:00:41.478516 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/20-unhint-small-dejavu-sans.conf", {st_mode=S_IFREG|0644, st_size=885, ...}, 0) = 0
145468 10:00:41.478537 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/20-unhint-small-dejavu-sans.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.478556 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 885
145468 10:00:41.478575 read(14, "", 8192) = 0
145468 10:00:41.478590 close(14)        = 0
145468 10:00:41.478625 access("/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf", R_OK) = 0
145468 10:00:41.478645 access("/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf", R_OK) = 0
145468 10:00:41.478664 readlink("/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 68
145468 10:00:41.478684 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/20-unhint-small-dejavu-serif.conf", {st_mode=S_IFREG|0644, st_size=887, ...}, 0) = 0
145468 10:00:41.478705 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/20-unhint-small-dejavu-serif.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.478724 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 887
145468 10:00:41.478743 read(14, "", 8192) = 0
145468 10:00:41.478758 close(14)        = 0
145468 10:00:41.478788 access("/etc/fonts/conf.d/20-unhint-small-vera.conf", R_OK) = 0
145468 10:00:41.478808 access("/etc/fonts/conf.d/20-unhint-small-vera.conf", R_OK) = 0
145468 10:00:41.478826 readlink("/etc/fonts/conf.d/20-unhint-small-vera.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 60
145468 10:00:41.478847 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/20-unhint-small-vera.conf", {st_mode=S_IFREG|0644, st_size=1377, ...}, 0) = 0
145468 10:00:41.478868 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/20-unhint-small-vera.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.478889 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 1377
145468 10:00:41.478909 read(14, "", 8192) = 0
145468 10:00:41.478924 close(14)        = 0
145468 10:00:41.478970 access("/etc/fonts/conf.d/30-metric-aliases.conf", R_OK) = 0
145468 10:00:41.478988 access("/etc/fonts/conf.d/30-metric-aliases.conf", R_OK) = 0
145468 10:00:41.479006 readlink("/etc/fonts/conf.d/30-metric-aliases.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 57
145468 10:00:41.479025 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/30-metric-aliases.conf", {st_mode=S_IFREG|0644, st_size=13610, ...}, 0) = 0
145468 10:00:41.479045 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/30-metric-aliases.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.479064 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 8192
145468 10:00:41.479097 read(14, "ly>Arial</family>\n\t  </default>\n"..., 8192) = 5418
145468 10:00:41.479122 mprotect(0x789e9c021000, 20480, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.479144 read(14, "", 8192) = 0
145468 10:00:41.479160 close(14)        = 0
145468 10:00:41.479293 mprotect(0x789e9c026000, 12288, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.479398 mprotect(0x789e9c029000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.479426 access("/etc/fonts/conf.d/40-nonlatin.conf", R_OK) = 0
145468 10:00:41.479446 access("/etc/fonts/conf.d/40-nonlatin.conf", R_OK) = 0
145468 10:00:41.479464 readlink("/etc/fonts/conf.d/40-nonlatin.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 51
145468 10:00:41.479485 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/40-nonlatin.conf", {st_mode=S_IFREG|0644, st_size=7775, ...}, 0) = 0
145468 10:00:41.479504 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/40-nonlatin.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.479523 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 7775
145468 10:00:41.479556 read(14, "", 8192) = 0
145468 10:00:41.479572 close(14)        = 0
145468 10:00:41.479718 mprotect(0x789e9c02a000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.479754 mprotect(0x789e9c02b000, 16384, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.479774 access("/etc/fonts/conf.d/45-generic.conf", R_OK) = 0
145468 10:00:41.479793 access("/etc/fonts/conf.d/45-generic.conf", R_OK) = 0
145468 10:00:41.479812 readlink("/etc/fonts/conf.d/45-generic.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 50
145468 10:00:41.479832 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/45-generic.conf", {st_mode=S_IFREG|0644, st_size=3490, ...}, 0) = 0
145468 10:00:41.479851 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/45-generic.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.479870 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 3490
145468 10:00:41.479893 read(14, "", 8192) = 0
145468 10:00:41.479908 close(14)        = 0
145468 10:00:41.479995 access("/etc/fonts/conf.d/45-latin.conf", R_OK) = 0
145468 10:00:41.480016 access("/etc/fonts/conf.d/45-latin.conf", R_OK) = 0
145468 10:00:41.480034 readlink("/etc/fonts/conf.d/45-latin.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 48
145468 10:00:41.480055 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/45-latin.conf", {st_mode=S_IFREG|0644, st_size=7258, ...}, 0) = 0
145468 10:00:41.480075 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/45-latin.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.480093 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 7258
145468 10:00:41.480128 read(14, "", 8192) = 0
145468 10:00:41.480144 close(14)        = 0
145468 10:00:41.480251 mprotect(0x789e9c02f000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.480316 mprotect(0x789e9c030000, 16384, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.480339 access("/etc/fonts/conf.d/46-noto-mono.conf", R_OK) = 0
145468 10:00:41.480359 access("/etc/fonts/conf.d/46-noto-mono.conf", R_OK) = 0
145468 10:00:41.480377 readlink("/etc/fonts/conf.d/46-noto-mono.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 52
145468 10:00:41.480401 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/46-noto-mono.conf", {st_mode=S_IFREG|0644, st_size=209, ...}, 0) = 0
145468 10:00:41.480421 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/46-noto-mono.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.480440 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 209
145468 10:00:41.480457 read(14, "", 8192) = 0
145468 10:00:41.480472 close(14)        = 0
145468 10:00:41.480497 access("/etc/fonts/conf.d/46-noto-sans.conf", R_OK) = 0
145468 10:00:41.480516 access("/etc/fonts/conf.d/46-noto-sans.conf", R_OK) = 0
145468 10:00:41.480533 readlink("/etc/fonts/conf.d/46-noto-sans.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 52
145468 10:00:41.480554 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/46-noto-sans.conf", {st_mode=S_IFREG|0644, st_size=205, ...}, 0) = 0
145468 10:00:41.480574 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/46-noto-sans.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.480592 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 205
145468 10:00:41.480609 read(14, "", 8192) = 0
145468 10:00:41.480624 close(14)        = 0
145468 10:00:41.480648 access("/etc/fonts/conf.d/46-noto-serif.conf", R_OK) = 0
145468 10:00:41.480666 access("/etc/fonts/conf.d/46-noto-serif.conf", R_OK) = 0
145468 10:00:41.480683 readlink("/etc/fonts/conf.d/46-noto-serif.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 53
145468 10:00:41.480704 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/46-noto-serif.conf", {st_mode=S_IFREG|0644, st_size=201, ...}, 0) = 0
145468 10:00:41.480724 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/46-noto-serif.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.480742 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 201
145468 10:00:41.480760 read(14, "", 8192) = 0
145468 10:00:41.480774 close(14)        = 0
145468 10:00:41.480798 access("/etc/fonts/conf.d/48-spacing.conf", R_OK) = 0
145468 10:00:41.480816 access("/etc/fonts/conf.d/48-spacing.conf", R_OK) = 0
145468 10:00:41.480833 readlink("/etc/fonts/conf.d/48-spacing.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 50
145468 10:00:41.480853 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/48-spacing.conf", {st_mode=S_IFREG|0644, st_size=441, ...}, 0) = 0
145468 10:00:41.480873 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/48-spacing.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.480891 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 441
145468 10:00:41.480909 read(14, "", 8192) = 0
145468 10:00:41.480924 close(14)        = 0
145468 10:00:41.480953 access("/etc/fonts/conf.d/49-sansserif.conf", R_OK) = 0
145468 10:00:41.480972 access("/etc/fonts/conf.d/49-sansserif.conf", R_OK) = 0
145468 10:00:41.480991 readlink("/etc/fonts/conf.d/49-sansserif.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 52
145468 10:00:41.481012 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/49-sansserif.conf", {st_mode=S_IFREG|0644, st_size=639, ...}, 0) = 0
145468 10:00:41.481031 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/49-sansserif.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.481050 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 639
145468 10:00:41.481068 read(14, "", 8192) = 0
145468 10:00:41.481083 close(14)        = 0
145468 10:00:41.481115 access("/etc/fonts/conf.d/50-user.conf", R_OK) = 0
145468 10:00:41.481134 access("/etc/fonts/conf.d/50-user.conf", R_OK) = 0
145468 10:00:41.481152 readlink("/etc/fonts/conf.d/50-user.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 47
145468 10:00:41.481173 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/50-user.conf", {st_mode=S_IFREG|0644, st_size=751, ...}, 0) = 0
145468 10:00:41.481193 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/50-user.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.481211 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 751
145468 10:00:41.481230 read(14, "", 8192) = 0
145468 10:00:41.481245 close(14)        = 0
145468 10:00:41.481267 newfstatat(AT_FDCWD, "/home/ron/.config/fontconfig/conf.d", 0x789ea3fec860, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.481294 newfstatat(AT_FDCWD, "/home/ron/.config/fontconfig/conf.d", 0x789ea3fec860, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.481321 access("/home/ron/.config/fontconfig/conf.d", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.481407 access("/home/ron/.config/fontconfig/conf.d", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.481432 newfstatat(AT_FDCWD, "/home/ron/.config/fontconfig/fonts.conf", 0x789ea3fec860, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.481451 newfstatat(AT_FDCWD, "/home/ron/.config/fontconfig/fonts.conf", 0x789ea3fec860, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.481471 access("/home/ron/.config/fontconfig/fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.481489 access("/home/ron/.config/fontconfig/fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.481509 access("/home/ron/.fonts.conf.d", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.481527 access("/home/ron/.fonts.conf.d", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.481546 access("/home/ron/.fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.481564 access("/home/ron/.fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.481585 access("/etc/fonts/conf.d/51-local.conf", R_OK) = 0
145468 10:00:41.481604 access("/etc/fonts/conf.d/51-local.conf", R_OK) = 0
145468 10:00:41.481621 readlink("/etc/fonts/conf.d/51-local.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 48
145468 10:00:41.481641 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/51-local.conf", {st_mode=S_IFREG|0644, st_size=263, ...}, 0) = 0
145468 10:00:41.481661 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/51-local.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.481679 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 263
145468 10:00:41.481697 read(14, "", 8192) = 0
145468 10:00:41.481712 close(14)        = 0
145468 10:00:41.481734 access("/etc/fonts/local.conf", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.481753 access("/etc/fonts/local.conf", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.481773 access("/etc/fonts/conf.d/57-dejavu-sans-mono.conf", R_OK) = 0
145468 10:00:41.481791 access("/etc/fonts/conf.d/57-dejavu-sans-mono.conf", R_OK) = 0
145468 10:00:41.481809 readlink("/etc/fonts/conf.d/57-dejavu-sans-mono.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 59
145468 10:00:41.481829 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/57-dejavu-sans-mono.conf", {st_mode=S_IFREG|0644, st_size=1201, ...}, 0) = 0
145468 10:00:41.481849 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/57-dejavu-sans-mono.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.481867 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1201
145468 10:00:41.481886 read(14, "", 8192) = 0
145468 10:00:41.481901 close(14)        = 0
145468 10:00:41.481939 access("/etc/fonts/conf.d/57-dejavu-sans.conf", R_OK) = 0
145468 10:00:41.481958 access("/etc/fonts/conf.d/57-dejavu-sans.conf", R_OK) = 0
145468 10:00:41.481976 readlink("/etc/fonts/conf.d/57-dejavu-sans.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 54
145468 10:00:41.481997 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/57-dejavu-sans.conf", {st_mode=S_IFREG|0644, st_size=1711, ...}, 0) = 0
145468 10:00:41.482017 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/57-dejavu-sans.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.482036 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1711
145468 10:00:41.482062 read(14, "", 8192) = 0
145468 10:00:41.482081 close(14)        = 0
145468 10:00:41.482131 mprotect(0x789e9c034000, 8192, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.482157 access("/etc/fonts/conf.d/57-dejavu-serif.conf", R_OK) = 0
145468 10:00:41.482180 access("/etc/fonts/conf.d/57-dejavu-serif.conf", R_OK) = 0
145468 10:00:41.482201 readlink("/etc/fonts/conf.d/57-dejavu-serif.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 55
145468 10:00:41.482228 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/57-dejavu-serif.conf", {st_mode=S_IFREG|0644, st_size=1357, ...}, 0) = 0
145468 10:00:41.482251 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/57-dejavu-serif.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.482273 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1357
145468 10:00:41.482303 read(14, "", 8192) = 0
145468 10:00:41.482321 close(14)        = 0
145468 10:00:41.482376 access("/etc/fonts/conf.d/58-dejavu-lgc-sans-mono.conf", R_OK) = 0
145468 10:00:41.482400 access("/etc/fonts/conf.d/58-dejavu-lgc-sans-mono.conf", R_OK) = 0
145468 10:00:41.482420 readlink("/etc/fonts/conf.d/58-dejavu-lgc-sans-mono.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 63
145468 10:00:41.482446 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/58-dejavu-lgc-sans-mono.conf", {st_mode=S_IFREG|0644, st_size=1545, ...}, 0) = 0
145468 10:00:41.482470 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/58-dejavu-lgc-sans-mono.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.482494 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1545
145468 10:00:41.482519 read(14, "", 8192) = 0
145468 10:00:41.482537 close(14)        = 0
145468 10:00:41.482617 mprotect(0x789e9c036000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.482679 access("/etc/fonts/conf.d/58-dejavu-lgc-sans.conf", R_OK) = 0
145468 10:00:41.482718 access("/etc/fonts/conf.d/58-dejavu-lgc-sans.conf", R_OK) = 0
145468 10:00:41.482753 readlink("/etc/fonts/conf.d/58-dejavu-lgc-sans.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 58
145468 10:00:41.482789 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/58-dejavu-lgc-sans.conf", {st_mode=S_IFREG|0644, st_size=2063, ...}, 0) = 0
145468 10:00:41.482819 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/58-dejavu-lgc-sans.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.482848 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 2063
145468 10:00:41.482881 read(14, "", 8192) = 0
145468 10:00:41.482903 close(14)        = 0
145468 10:00:41.482966 mprotect(0x789e9c037000, 16384, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.482998 access("/etc/fonts/conf.d/58-dejavu-lgc-serif.conf", R_OK) = 0
145468 10:00:41.483032 access("/etc/fonts/conf.d/58-dejavu-lgc-serif.conf", R_OK) = 0
145468 10:00:41.483059 readlink("/etc/fonts/conf.d/58-dejavu-lgc-serif.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 59
145468 10:00:41.483090 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/58-dejavu-lgc-serif.conf", {st_mode=S_IFREG|0644, st_size=1689, ...}, 0) = 0
145468 10:00:41.483121 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/58-dejavu-lgc-serif.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.483150 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1689
145468 10:00:41.483182 read(14, "", 8192) = 0
145468 10:00:41.483206 close(14)        = 0
145468 10:00:41.483260 access("/etc/fonts/conf.d/60-generic.conf", R_OK) = 0
145468 10:00:41.483297 access("/etc/fonts/conf.d/60-generic.conf", R_OK) = 0
145468 10:00:41.483321 readlink("/etc/fonts/conf.d/60-generic.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 50
145468 10:00:41.483353 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/60-generic.conf", {st_mode=S_IFREG|0644, st_size=1911, ...}, 0) = 0
145468 10:00:41.483383 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/60-generic.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.483411 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 1911
145468 10:00:41.483441 read(14, "", 8192) = 0
145468 10:00:41.483464 close(14)        = 0
145468 10:00:41.483525 access("/etc/fonts/conf.d/60-latin.conf", R_OK) = 0
145468 10:00:41.483555 access("/etc/fonts/conf.d/60-latin.conf", R_OK) = 0
145468 10:00:41.483583 readlink("/etc/fonts/conf.d/60-latin.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 48
145468 10:00:41.483618 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/60-latin.conf", {st_mode=S_IFREG|0644, st_size=2169, ...}, 0) = 0
145468 10:00:41.483658 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/60-latin.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.483688 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 2169
145468 10:00:41.483719 read(14, "", 8192) = 0
145468 10:00:41.483742 close(14)        = 0
145468 10:00:41.483807 mprotect(0x789e9c03b000, 8192, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.483841 access("/etc/fonts/conf.d/65-fonts-persian.conf", R_OK) = 0
145468 10:00:41.483871 access("/etc/fonts/conf.d/65-fonts-persian.conf", R_OK) = 0
145468 10:00:41.483898 readlink("/etc/fonts/conf.d/65-fonts-persian.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 56
145468 10:00:41.483941 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/65-fonts-persian.conf", {st_mode=S_IFREG|0644, st_size=10132, ...}, 0) = 0
145468 10:00:41.483973 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/65-fonts-persian.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.484002 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 8192
145468 10:00:41.484101 read(14, "a</family>\n\t\t\t<family>Koodak</fa"..., 8192) = 1940
145468 10:00:41.484136 read(14, "", 8192) = 0
145468 10:00:41.484156 close(14)        = 0
145468 10:00:41.484309 mprotect(0x789e9c03d000, 16384, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.484372 access("/etc/fonts/conf.d/65-nonlatin.conf", R_OK) = 0
145468 10:00:41.484394 access("/etc/fonts/conf.d/65-nonlatin.conf", R_OK) = 0
145468 10:00:41.484412 readlink("/etc/fonts/conf.d/65-nonlatin.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 51
145468 10:00:41.484434 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/65-nonlatin.conf", {st_mode=S_IFREG|0644, st_size=10040, ...}, 0) = 0
145468 10:00:41.484456 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/65-nonlatin.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.484476 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 8192
145468 10:00:41.484508 read(14, "family>Lohit Hindi</family>\n\t\t\t<"..., 8192) = 1848
145468 10:00:41.484528 read(14, "", 8192) = 0
145468 10:00:41.484544 close(14)        = 0
145468 10:00:41.484662 mprotect(0x789e9c041000, 16384, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.484697 mprotect(0x789e9c045000, 8192, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.484732 access("/etc/fonts/conf.d/66-noto-mono.conf", R_OK) = 0
145468 10:00:41.484751 access("/etc/fonts/conf.d/66-noto-mono.conf", R_OK) = 0
145468 10:00:41.484769 readlink("/etc/fonts/conf.d/66-noto-mono.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 52
145468 10:00:41.484791 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/66-noto-mono.conf", {st_mode=S_IFREG|0644, st_size=207, ...}, 0) = 0
145468 10:00:41.484812 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/66-noto-mono.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.484830 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 207
145468 10:00:41.484848 read(14, "", 8192) = 0
145468 10:00:41.484863 close(14)        = 0
145468 10:00:41.484889 access("/etc/fonts/conf.d/66-noto-sans.conf", R_OK) = 0
145468 10:00:41.484907 access("/etc/fonts/conf.d/66-noto-sans.conf", R_OK) = 0
145468 10:00:41.484925 readlink("/etc/fonts/conf.d/66-noto-sans.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 52
145468 10:00:41.484946 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/66-noto-sans.conf", {st_mode=S_IFREG|0644, st_size=203, ...}, 0) = 0
145468 10:00:41.484966 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/66-noto-sans.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.484985 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 203
145468 10:00:41.485002 read(14, "", 8192) = 0
145468 10:00:41.485017 close(14)        = 0
145468 10:00:41.485041 access("/etc/fonts/conf.d/66-noto-serif.conf", R_OK) = 0
145468 10:00:41.485059 access("/etc/fonts/conf.d/66-noto-serif.conf", R_OK) = 0
145468 10:00:41.485078 readlink("/etc/fonts/conf.d/66-noto-serif.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 53
145468 10:00:41.485099 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/66-noto-serif.conf", {st_mode=S_IFREG|0644, st_size=199, ...}, 0) = 0
145468 10:00:41.485133 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/66-noto-serif.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.485152 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 199
145468 10:00:41.485169 read(14, "", 8192) = 0
145468 10:00:41.485184 close(14)        = 0
145468 10:00:41.485210 access("/etc/fonts/conf.d/69-unifont.conf", R_OK) = 0
145468 10:00:41.485229 access("/etc/fonts/conf.d/69-unifont.conf", R_OK) = 0
145468 10:00:41.485246 readlink("/etc/fonts/conf.d/69-unifont.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 50
145468 10:00:41.485268 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-unifont.conf", {st_mode=S_IFREG|0644, st_size=687, ...}, 0) = 0
145468 10:00:41.485296 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-unifont.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.485316 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 687
145468 10:00:41.485335 read(14, "", 8192) = 0
145468 10:00:41.485350 close(14)        = 0
145468 10:00:41.485384 access("/etc/fonts/conf.d/69-urw-bookman.conf", R_OK) = 0
145468 10:00:41.485404 access("/etc/fonts/conf.d/69-urw-bookman.conf", R_OK) = 0
145468 10:00:41.485421 readlink("/etc/fonts/conf.d/69-urw-bookman.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 54
145468 10:00:41.485444 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-bookman.conf", {st_mode=S_IFREG|0644, st_size=1021, ...}, 0) = 0
145468 10:00:41.485464 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-bookman.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.485483 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1021
145468 10:00:41.485502 read(14, "", 8192) = 0
145468 10:00:41.485517 close(14)        = 0
145468 10:00:41.485555 access("/etc/fonts/conf.d/69-urw-c059.conf", R_OK) = 0
145468 10:00:41.485575 access("/etc/fonts/conf.d/69-urw-c059.conf", R_OK) = 0
145468 10:00:41.485593 readlink("/etc/fonts/conf.d/69-urw-c059.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 51
145468 10:00:41.485615 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-c059.conf", {st_mode=S_IFREG|0644, st_size=1003, ...}, 0) = 0
145468 10:00:41.485635 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-c059.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.485654 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1003
145468 10:00:41.485672 read(14, "", 8192) = 0
145468 10:00:41.485688 close(14)        = 0
145319 10:00:41.485723 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145468 10:00:41.485730 access("/etc/fonts/conf.d/69-urw-d050000l.conf", R_OK <unfinished ...>
145319 10:00:41.485736 <... futex resumed>) = 0
145468 10:00:41.485741 <... access resumed>) = 0
145468 10:00:41.485750 access("/etc/fonts/conf.d/69-urw-d050000l.conf", R_OK) = 0
145468 10:00:41.485768 readlink("/etc/fonts/conf.d/69-urw-d050000l.conf",  <unfinished ...>
145319 10:00:41.485775 futex(0x789ec0dd3158, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
145468 10:00:41.485780 <... readlink resumed>"/usr/share/fontconfig/conf.defau"..., 4095) = 55
145468 10:00:41.485793 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-d050000l.conf", {st_mode=S_IFREG|0644, st_size=1022, ...}, 0) = 0
145468 10:00:41.485813 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-d050000l.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.485832 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1022
145468 10:00:41.485852 read(14, "", 8192) = 0
145468 10:00:41.485867 close(14)        = 0
145468 10:00:41.485901 mprotect(0x789e9c047000, 16384, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.485924 access("/etc/fonts/conf.d/69-urw-fallback-backwards.conf", R_OK) = 0
145468 10:00:41.485946 access("/etc/fonts/conf.d/69-urw-fallback-backwards.conf", R_OK) = 0
145468 10:00:41.485965 readlink("/etc/fonts/conf.d/69-urw-fallback-backwards.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 65
145468 10:00:41.485989 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-fallback-backwards.conf", {st_mode=S_IFREG|0644, st_size=3257, ...}, 0) = 0
145468 10:00:41.486011 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-fallback-backwards.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.486030 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 3257
145468 10:00:41.486053 read(14, "", 8192) = 0
145468 10:00:41.486068 close(14)        = 0
145468 10:00:41.486129 access("/etc/fonts/conf.d/69-urw-fallback-generics.conf", R_OK) = 0
145468 10:00:41.486149 access("/etc/fonts/conf.d/69-urw-fallback-generics.conf", R_OK) = 0
145468 10:00:41.486168 readlink("/etc/fonts/conf.d/69-urw-fallback-generics.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 64
145468 10:00:41.486190 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-fallback-generics.conf", {st_mode=S_IFREG|0644, st_size=2727, ...}, 0) = 0
145468 10:00:41.486211 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-fallback-generics.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.486229 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 2727
145468 10:00:41.486251 read(14, "", 8192) = 0
145468 10:00:41.486266 close(14)        = 0
145468 10:00:41.486320 access("/etc/fonts/conf.d/69-urw-fallback-specifics.conf", R_OK) = 0
145468 10:00:41.486342 access("/etc/fonts/conf.d/69-urw-fallback-specifics.conf", R_OK) = 0
145468 10:00:41.486360 readlink("/etc/fonts/conf.d/69-urw-fallback-specifics.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 65
145468 10:00:41.486382 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-fallback-specifics.conf", {st_mode=S_IFREG|0644, st_size=3777, ...}, 0) = 0
145468 10:00:41.486402 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-fallback-specifics.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.486420 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 3777
145468 10:00:41.486444 read(14, "", 8192) = 0
145468 10:00:41.486459 close(14)        = 0
145468 10:00:41.486521 mprotect(0x789e9c04b000, 8192, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.486543 access("/etc/fonts/conf.d/69-urw-gothic.conf", R_OK) = 0
145468 10:00:41.486562 access("/etc/fonts/conf.d/69-urw-gothic.conf", R_OK) = 0
145468 10:00:41.486581 readlink("/etc/fonts/conf.d/69-urw-gothic.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 53
145468 10:00:41.486603 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-gothic.conf", {st_mode=S_IFREG|0644, st_size=913, ...}, 0) = 0
145468 10:00:41.486623 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-gothic.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.486641 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 913
145468 10:00:41.486660 read(14, "", 8192) = 0
145468 10:00:41.486675 close(14)        = 0
145468 10:00:41.486710 access("/etc/fonts/conf.d/69-urw-nimbus-mono-ps.conf", R_OK) = 0
145468 10:00:41.486732 access("/etc/fonts/conf.d/69-urw-nimbus-mono-ps.conf", R_OK) = 0
145468 10:00:41.486750 readlink("/etc/fonts/conf.d/69-urw-nimbus-mono-ps.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 61
145468 10:00:41.486773 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-nimbus-mono-ps.conf", {st_mode=S_IFREG|0644, st_size=899, ...}, 0) = 0
145468 10:00:41.486793 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-nimbus-mono-ps.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.486812 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 899
145468 10:00:41.486831 read(14, "", 8192) = 0
145468 10:00:41.486846 close(14)        = 0
145468 10:00:41.486880 access("/etc/fonts/conf.d/69-urw-nimbus-roman.conf", R_OK) = 0
145468 10:00:41.486899 access("/etc/fonts/conf.d/69-urw-nimbus-roman.conf", R_OK) = 0
145468 10:00:41.486917 readlink("/etc/fonts/conf.d/69-urw-nimbus-roman.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 59
145468 10:00:41.486940 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-nimbus-roman.conf", {st_mode=S_IFREG|0644, st_size=877, ...}, 0) = 0
145468 10:00:41.486961 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-nimbus-roman.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.486981 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 877
145468 10:00:41.487001 read(14, "", 8192) = 0
145468 10:00:41.487015 close(14)        = 0
145468 10:00:41.487049 access("/etc/fonts/conf.d/69-urw-nimbus-sans.conf", R_OK) = 0
145468 10:00:41.487067 access("/etc/fonts/conf.d/69-urw-nimbus-sans.conf", R_OK) = 0
145468 10:00:41.487085 readlink("/etc/fonts/conf.d/69-urw-nimbus-sans.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 58
145468 10:00:41.487107 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-nimbus-sans.conf", {st_mode=S_IFREG|0644, st_size=1572, ...}, 0) = 0
145468 10:00:41.487128 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-nimbus-sans.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.487146 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1572
145468 10:00:41.487166 read(14, "", 8192) = 0
145468 10:00:41.487181 close(14)        = 0
145468 10:00:41.487229 access("/etc/fonts/conf.d/69-urw-p052.conf", R_OK) = 0
145468 10:00:41.487253 access("/etc/fonts/conf.d/69-urw-p052.conf", R_OK) = 0
145468 10:00:41.487274 readlink("/etc/fonts/conf.d/69-urw-p052.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 51
145468 10:00:41.487311 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-p052.conf", {st_mode=S_IFREG|0644, st_size=975, ...}, 0) = 0
145468 10:00:41.487336 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-p052.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.487358 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 975
145468 10:00:41.487381 read(14, "", 8192) = 0
145468 10:00:41.487398 close(14)        = 0
145468 10:00:41.487455 mprotect(0x789e9c04d000, 8192, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.487491 access("/etc/fonts/conf.d/69-urw-standard-symbols-ps.conf", R_OK) = 0
145468 10:00:41.487520 access("/etc/fonts/conf.d/69-urw-standard-symbols-ps.conf", R_OK) = 0
145468 10:00:41.487544 readlink("/etc/fonts/conf.d/69-urw-standard-symbols-ps.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 66
145468 10:00:41.487575 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-standard-symbols-ps.conf", {st_mode=S_IFREG|0644, st_size=1061, ...}, 0) = 0
145468 10:00:41.487604 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-standard-symbols-ps.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.487629 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1061
145468 10:00:41.487654 read(14, "", 8192) = 0
145468 10:00:41.487678 close(14)        = 0
145468 10:00:41.487724 access("/etc/fonts/conf.d/69-urw-z003.conf", R_OK) = 0
145468 10:00:41.487751 access("/etc/fonts/conf.d/69-urw-z003.conf", R_OK) = 0
145468 10:00:41.487776 readlink("/etc/fonts/conf.d/69-urw-z003.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 51
145468 10:00:41.487806 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-z003.conf", {st_mode=S_IFREG|0644, st_size=865, ...}, 0) = 0
145468 10:00:41.487833 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/69-urw-z003.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.487859 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 865
145468 10:00:41.487884 read(14, "", 8192) = 0
145468 10:00:41.487906 close(14)        = 0
145468 10:00:41.487952 access("/etc/fonts/conf.d/75-yes-terminus.conf", R_OK) = 0
145468 10:00:41.487980 access("/etc/fonts/conf.d/75-yes-terminus.conf", R_OK) = 0
145468 10:00:41.488005 readlink("/etc/fonts/conf.d/75-yes-terminus.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 55
145468 10:00:41.488035 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/75-yes-terminus.conf", {st_mode=S_IFREG|0644, st_size=274, ...}, 0) = 0
145468 10:00:41.488063 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/75-yes-terminus.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.488089 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 274
145468 10:00:41.488113 read(14, "", 8192) = 0
145468 10:00:41.488134 close(14)        = 0
145468 10:00:41.488167 access("/etc/fonts/conf.d/80-delicious.conf", R_OK) = 0
145468 10:00:41.488194 access("/etc/fonts/conf.d/80-delicious.conf", R_OK) = 0
145468 10:00:41.488216 readlink("/etc/fonts/conf.d/80-delicious.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 52
145468 10:00:41.488246 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/80-delicious.conf", {st_mode=S_IFREG|0644, st_size=437, ...}, 0) = 0
145468 10:00:41.488285 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/80-delicious.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.488316 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 437
145468 10:00:41.488343 read(14, "", 8192) = 0
145468 10:00:41.488366 close(14)        = 0
145468 10:00:41.488406 access("/etc/fonts/conf.d/90-synthetic.conf", R_OK) = 0
145468 10:00:41.488435 access("/etc/fonts/conf.d/90-synthetic.conf", R_OK) = 0
145468 10:00:41.488460 readlink("/etc/fonts/conf.d/90-synthetic.conf", "/usr/share/fontconfig/conf.defau"..., 4095) = 52
145468 10:00:41.488491 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.default/90-synthetic.conf", {st_mode=S_IFREG|0644, st_size=1757, ...}, 0) = 0
145468 10:00:41.488520 openat(AT_FDCWD, "/usr/share/fontconfig/conf.default/90-synthetic.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.488547 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 1757
145468 10:00:41.488575 read(14, "", 8192) = 0
145468 10:00:41.488598 close(14)        = 0
145468 10:00:41.488655 mprotect(0x789e9c04f000, 8192, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.488686 close(13)        = 0
145468 10:00:41.488717 access("/etc/fonts/conf.d", R_OK) = 0
145468 10:00:41.488760 access("/usr/share/fontconfig/conf.avail", R_OK) = 0
145468 10:00:41.488786 access("/usr/share/fontconfig/conf.avail", R_OK) = 0
145468 10:00:41.488811 readlink("/usr/share/fontconfig/conf.avail", 0x789ea3ffdab0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.488844 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.488873 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 13
145468 10:00:41.488901 fstat(13, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
145468 10:00:41.488928 getdents64(13, 0x789e9c008380 /* 79 entries */, 32768) = 3568
145468 10:00:41.489061 getdents64(13, 0x789e9c008380 /* 0 entries */, 32768) = 0
145468 10:00:41.489099 access("/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", R_OK) = 0
145468 10:00:41.489125 access("/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", R_OK) = 0
145468 10:00:41.489149 readlink("/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.489182 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", {st_mode=S_IFREG|0644, st_size=213, ...}, 0) = 0
145468 10:00:41.489213 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.489242 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 213
145468 10:00:41.489269 read(14, "", 8192) = 0
145468 10:00:41.489296 close(14)        = 0
145468 10:00:41.489332 access("/usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf", R_OK) = 0
145468 10:00:41.489357 access("/usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf", R_OK) = 0
145468 10:00:41.489380 readlink("/usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.489409 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf", {st_mode=S_IFREG|0644, st_size=717, ...}, 0) = 0
145468 10:00:41.489438 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.489464 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 717
145468 10:00:41.489489 read(14, "", 8192) = 0
145468 10:00:41.489510 close(14)        = 0
145468 10:00:41.489545 access("/usr/share/fontconfig/conf.avail/09-texlive-fonts.conf", R_OK) = 0
145468 10:00:41.489575 access("/usr/share/fontconfig/conf.avail/09-texlive-fonts.conf", R_OK) = 0
145468 10:00:41.489600 readlink("/usr/share/fontconfig/conf.avail/09-texlive-fonts.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.489630 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/09-texlive-fonts.conf", {st_mode=S_IFREG|0644, st_size=293, ...}, 0) = 0
145468 10:00:41.489659 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/09-texlive-fonts.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.489686 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 293
145468 10:00:41.489711 read(14, "", 8192) = 0
145468 10:00:41.489731 close(14)        = 0
145468 10:00:41.489761 access("/usr/share/fontconfig/conf.avail/10-autohint.conf", R_OK) = 0
145468 10:00:41.489784 access("/usr/share/fontconfig/conf.avail/10-autohint.conf", R_OK) = 0
145468 10:00:41.489806 readlink("/usr/share/fontconfig/conf.avail/10-autohint.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.489833 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-autohint.conf", {st_mode=S_IFREG|0644, st_size=630, ...}, 0) = 0
145468 10:00:41.489858 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-autohint.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.489881 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 630
145468 10:00:41.489905 read(14, "", 8192) = 0
145468 10:00:41.489927 close(14)        = 0
145468 10:00:41.489959 access("/usr/share/fontconfig/conf.avail/10-hinting-full.conf", R_OK) = 0
145468 10:00:41.489989 access("/usr/share/fontconfig/conf.avail/10-hinting-full.conf", R_OK) = 0
145468 10:00:41.490013 readlink("/usr/share/fontconfig/conf.avail/10-hinting-full.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.490042 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-hinting-full.conf", {st_mode=S_IFREG|0644, st_size=616, ...}, 0) = 0
145468 10:00:41.490069 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-hinting-full.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.490097 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 616
145468 10:00:41.490120 read(14, "", 8192) = 0
145468 10:00:41.490137 close(14)        = 0
145468 10:00:41.490170 access("/usr/share/fontconfig/conf.avail/10-hinting-medium.conf", R_OK) = 0
145468 10:00:41.490189 access("/usr/share/fontconfig/conf.avail/10-hinting-medium.conf", R_OK) = 0
145468 10:00:41.490207 readlink("/usr/share/fontconfig/conf.avail/10-hinting-medium.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.490229 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-hinting-medium.conf", {st_mode=S_IFREG|0644, st_size=620, ...}, 0) = 0
145468 10:00:41.490249 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-hinting-medium.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.490268 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 620
145468 10:00:41.490292 read(14, "", 8192) = 0
145468 10:00:41.490308 close(14)        = 0
145468 10:00:41.490336 access("/usr/share/fontconfig/conf.avail/10-hinting-none.conf", R_OK) = 0
145468 10:00:41.490355 access("/usr/share/fontconfig/conf.avail/10-hinting-none.conf", R_OK) = 0
145468 10:00:41.490373 readlink("/usr/share/fontconfig/conf.avail/10-hinting-none.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.490393 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-hinting-none.conf", {st_mode=S_IFREG|0644, st_size=616, ...}, 0) = 0
145468 10:00:41.490413 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-hinting-none.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.490431 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 616
145468 10:00:41.490449 read(14, "", 8192) = 0
145468 10:00:41.490464 close(14)        = 0
145468 10:00:41.490491 access("/usr/share/fontconfig/conf.avail/10-hinting-slight.conf", R_OK) = 0
145468 10:00:41.490509 access("/usr/share/fontconfig/conf.avail/10-hinting-slight.conf", R_OK) = 0
145468 10:00:41.490527 readlink("/usr/share/fontconfig/conf.avail/10-hinting-slight.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.490550 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-hinting-slight.conf", {st_mode=S_IFREG|0644, st_size=620, ...}, 0) = 0
145468 10:00:41.490570 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-hinting-slight.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.490588 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 620
145468 10:00:41.490606 read(14, "", 8192) = 0
145468 10:00:41.490621 close(14)        = 0
145468 10:00:41.490647 access("/usr/share/fontconfig/conf.avail/10-nerd-font-symbols.conf", R_OK) = 0
145468 10:00:41.490666 access("/usr/share/fontconfig/conf.avail/10-nerd-font-symbols.conf", R_OK) = 0
145468 10:00:41.490683 readlink("/usr/share/fontconfig/conf.avail/10-nerd-font-symbols.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.490703 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-nerd-font-symbols.conf", {st_mode=S_IFREG|0644, st_size=48555, ...}, 0) = 0
145468 10:00:41.490723 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-nerd-font-symbols.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.490741 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 8192
145468 10:00:41.490776 read(14, "o ExtLt</family>\n    <prefer><fa"..., 8192) = 8192
145468 10:00:41.490803 mprotect(0x789e9c051000, 20480, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.490830 read(14, "Mono NL,JetBrains Mono NL Medium"..., 8192) = 8192
145468 10:00:41.490861 read(14, ">Monaspace Radon</family>\n    <p"..., 8192) = 8192
145468 10:00:41.490879 mprotect(0x789e9c056000, 36864, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.490912 read(14, "aCondensed,Noto Sans ExtraConden"..., 8192) = 8192
145468 10:00:41.490943 read(14, "Overpass SemiBold</family>\n    <"..., 8192) = 7595
145468 10:00:41.490974 read(14, "", 8192) = 0
145468 10:00:41.490990 close(14)        = 0
145468 10:00:41.491136 mprotect(0x789e9c05f000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.491228 mprotect(0x789e9c060000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.491276 mprotect(0x789e9c061000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.491338 mprotect(0x789e9c062000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.491388 mprotect(0x789e9c063000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.491437 mprotect(0x789e9c064000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.491484 mprotect(0x789e9c065000, 8192, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.491506 mprotect(0x789e9c067000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.491570 mprotect(0x789e9c068000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.491621 mprotect(0x789e9c069000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.491672 mprotect(0x789e9c06a000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.491736 mprotect(0x789e9c06b000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.491784 mprotect(0x789e9c06c000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.491839 mprotect(0x789e9c06d000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.491894 mprotect(0x789e9c06e000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.491968 mprotect(0x789e9c06f000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.492029 mprotect(0x789e9c070000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.492092 mprotect(0x789e9c071000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.492123 mprotect(0x789e9c072000, 8192, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.492173 mprotect(0x789e9c074000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.492211 access("/usr/share/fontconfig/conf.avail/10-no-antialias.conf", R_OK) = 0
145468 10:00:41.492230 access("/usr/share/fontconfig/conf.avail/10-no-antialias.conf", R_OK) = 0
145468 10:00:41.492248 readlink("/usr/share/fontconfig/conf.avail/10-no-antialias.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.492269 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-no-antialias.conf", {st_mode=S_IFREG|0644, st_size=260, ...}, 0) = 0
145468 10:00:41.492296 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-no-antialias.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.492317 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 260
145468 10:00:41.492336 read(14, "", 8192) = 0
145468 10:00:41.492351 close(14)        = 0
145468 10:00:41.492378 access("/usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf", R_OK) = 0
145468 10:00:41.492397 access("/usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf", R_OK) = 0
145468 10:00:41.492416 readlink("/usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.492436 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf", {st_mode=S_IFREG|0644, st_size=2068, ...}, 0) = 0
145468 10:00:41.492456 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.492475 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 2068
145468 10:00:41.492496 read(14, "", 8192) = 0
145468 10:00:41.492511 close(14)        = 0
145468 10:00:41.492572 access("/usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf", R_OK) = 0
145468 10:00:41.492591 access("/usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf", R_OK) = 0
145468 10:00:41.492609 readlink("/usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.492630 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf", {st_mode=S_IFREG|0644, st_size=672, ...}, 0) = 0
145468 10:00:41.492651 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.492669 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 672
145468 10:00:41.492687 read(14, "", 8192) = 0
145468 10:00:41.492702 close(14)        = 0
145468 10:00:41.492731 access("/usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf", R_OK) = 0
145468 10:00:41.492749 access("/usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf", R_OK) = 0
145468 10:00:41.492767 readlink("/usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.492788 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf", {st_mode=S_IFREG|0644, st_size=647, ...}, 0) = 0
145468 10:00:41.492808 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.492826 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 647
145468 10:00:41.492844 read(14, "", 8192) = 0
145468 10:00:41.492859 close(14)        = 0
145468 10:00:41.492887 access("/usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf", R_OK) = 0
145468 10:00:41.492906 access("/usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf", R_OK) = 0
145468 10:00:41.492924 readlink("/usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.492945 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf", {st_mode=S_IFREG|0644, st_size=672, ...}, 0) = 0
145468 10:00:41.492965 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.492983 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 672
145468 10:00:41.493001 read(14, "", 8192) = 0
145468 10:00:41.493016 close(14)        = 0
145468 10:00:41.493043 access("/usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf", R_OK) = 0
145468 10:00:41.493062 access("/usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf", R_OK) = 0
145468 10:00:41.493080 readlink("/usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.493101 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf", {st_mode=S_IFREG|0644, st_size=682, ...}, 0) = 0
145468 10:00:41.493121 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.493139 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 682
145468 10:00:41.493159 read(14, "", 8192) = 0
145468 10:00:41.493174 close(14)        = 0
145468 10:00:41.493201 access("/usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf", R_OK) = 0
145468 10:00:41.493220 access("/usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf", R_OK) = 0
145468 10:00:41.493237 readlink("/usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.493257 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf", {st_mode=S_IFREG|0644, st_size=682, ...}, 0) = 0
145468 10:00:41.493280 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.493299 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 682
145468 10:00:41.493318 read(14, "", 8192) = 0
145468 10:00:41.493333 close(14)        = 0
145468 10:00:41.493360 access("/usr/share/fontconfig/conf.avail/10-unhinted.conf", R_OK) = 0
145468 10:00:41.493379 access("/usr/share/fontconfig/conf.avail/10-unhinted.conf", R_OK) = 0
145468 10:00:41.493396 readlink("/usr/share/fontconfig/conf.avail/10-unhinted.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.493417 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-unhinted.conf", {st_mode=S_IFREG|0644, st_size=625, ...}, 0) = 0
145468 10:00:41.493437 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-unhinted.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.493455 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 625
145468 10:00:41.493473 read(14, "", 8192) = 0
145468 10:00:41.493488 close(14)        = 0
145468 10:00:41.493514 access("/usr/share/fontconfig/conf.avail/10-yes-antialias.conf", R_OK) = 0
145468 10:00:41.493532 access("/usr/share/fontconfig/conf.avail/10-yes-antialias.conf", R_OK) = 0
145468 10:00:41.493549 readlink("/usr/share/fontconfig/conf.avail/10-yes-antialias.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.493570 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-yes-antialias.conf", {st_mode=S_IFREG|0644, st_size=258, ...}, 0) = 0
145468 10:00:41.493590 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/10-yes-antialias.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.493608 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 258
145468 10:00:41.493626 read(14, "", 8192) = 0
145468 10:00:41.493641 close(14)        = 0
145468 10:00:41.493665 access("/usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf", R_OK) = 0
145468 10:00:41.493683 access("/usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf", R_OK) = 0
145468 10:00:41.493700 readlink("/usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.493721 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf", {st_mode=S_IFREG|0644, st_size=695, ...}, 0) = 0
145468 10:00:41.493740 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.493758 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 695
145468 10:00:41.493777 read(14, "", 8192) = 0
145468 10:00:41.493791 close(14)        = 0
145468 10:00:41.493819 access("/usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf", R_OK) = 0
145468 10:00:41.493838 access("/usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf", R_OK) = 0
145468 10:00:41.493855 readlink("/usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.493875 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf", {st_mode=S_IFREG|0644, st_size=692, ...}, 0) = 0
145468 10:00:41.493895 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.493913 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 692
145468 10:00:41.493931 read(14, "", 8192) = 0
145468 10:00:41.493947 close(14)        = 0
145468 10:00:41.493974 access("/usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf", R_OK) = 0
145468 10:00:41.493994 access("/usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf", R_OK) = 0
145468 10:00:41.494012 readlink("/usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.494033 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf", {st_mode=S_IFREG|0644, st_size=689, ...}, 0) = 0
145468 10:00:41.494053 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.494071 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 689
145468 10:00:41.494089 read(14, "", 8192) = 0
145468 10:00:41.494104 close(14)        = 0
145468 10:00:41.494131 access("/usr/share/fontconfig/conf.avail/11-lcdfilter-none.conf", R_OK) = 0
145468 10:00:41.494150 access("/usr/share/fontconfig/conf.avail/11-lcdfilter-none.conf", R_OK) = 0
145468 10:00:41.494167 readlink("/usr/share/fontconfig/conf.avail/11-lcdfilter-none.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.494188 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/11-lcdfilter-none.conf", {st_mode=S_IFREG|0644, st_size=686, ...}, 0) = 0
145468 10:00:41.494208 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/11-lcdfilter-none.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.494226 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 686
145468 10:00:41.494244 read(14, "", 8192) = 0
145468 10:00:41.494258 close(14)        = 0
145468 10:00:41.494288 access("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf", R_OK) = 0
145468 10:00:41.494309 access("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf", R_OK) = 0
145468 10:00:41.494327 readlink("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.494349 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf", {st_mode=S_IFREG|0644, st_size=903, ...}, 0) = 0
145468 10:00:41.494368 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.494386 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 903
145468 10:00:41.494405 read(14, "", 8192) = 0
145468 10:00:41.494420 close(14)        = 0
145468 10:00:41.494452 access("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-sans.conf", R_OK) = 0
145468 10:00:41.494470 access("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-sans.conf", R_OK) = 0
145468 10:00:41.494490 readlink("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-sans.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.494513 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-sans.conf", {st_mode=S_IFREG|0644, st_size=893, ...}, 0) = 0
145468 10:00:41.494534 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-sans.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.494553 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 893
145468 10:00:41.494571 read(14, "", 8192) = 0
145468 10:00:41.494586 close(14)        = 0
145468 10:00:41.494617 access("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-serif.conf", R_OK) = 0
145468 10:00:41.494636 access("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-serif.conf", R_OK) = 0
145468 10:00:41.494654 readlink("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-serif.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.494675 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-serif.conf", {st_mode=S_IFREG|0644, st_size=895, ...}, 0) = 0
145468 10:00:41.494695 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-serif.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.494713 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 895
145468 10:00:41.494733 read(14, "", 8192) = 0
145468 10:00:41.494749 close(14)        = 0
145468 10:00:41.494779 access("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-sans-mono.conf", R_OK) = 0
145468 10:00:41.494797 access("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-sans-mono.conf", R_OK) = 0
145468 10:00:41.494816 readlink("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-sans-mono.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.494839 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-sans-mono.conf", {st_mode=S_IFREG|0644, st_size=895, ...}, 0) = 0
145468 10:00:41.494860 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-sans-mono.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.494878 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 895
145468 10:00:41.494897 read(14, "", 8192) = 0
145468 10:00:41.494912 close(14)        = 0
145468 10:00:41.494942 access("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-sans.conf", R_OK) = 0
145468 10:00:41.494961 access("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-sans.conf", R_OK) = 0
145468 10:00:41.494979 readlink("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-sans.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.495002 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-sans.conf", {st_mode=S_IFREG|0644, st_size=885, ...}, 0) = 0
145468 10:00:41.495022 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-sans.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.495040 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 885
145468 10:00:41.495059 read(14, "", 8192) = 0
145468 10:00:41.495074 close(14)        = 0
145468 10:00:41.495103 access("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-serif.conf", R_OK) = 0
145468 10:00:41.495122 access("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-serif.conf", R_OK) = 0
145468 10:00:41.495140 readlink("/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-serif.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.495163 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-serif.conf", {st_mode=S_IFREG|0644, st_size=887, ...}, 0) = 0
145468 10:00:41.495184 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-serif.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.495203 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 887
145468 10:00:41.495221 read(14, "", 8192) = 0
145468 10:00:41.495236 close(14)        = 0
145468 10:00:41.495266 access("/usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf", R_OK) = 0
145468 10:00:41.495288 access("/usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf", R_OK) = 0
145468 10:00:41.495306 readlink("/usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.495329 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf", {st_mode=S_IFREG|0644, st_size=1377, ...}, 0) = 0
145468 10:00:41.495349 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.495368 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 1377
145468 10:00:41.495387 read(14, "", 8192) = 0
145468 10:00:41.495402 close(14)        = 0
145468 10:00:41.495445 access("/usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf", R_OK) = 0
145468 10:00:41.495462 access("/usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf", R_OK) = 0
145468 10:00:41.495480 readlink("/usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.495502 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf", {st_mode=S_IFREG|0644, st_size=3329, ...}, 0) = 0
145468 10:00:41.495522 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.495541 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 3329
145468 10:00:41.495566 read(14, "", 8192) = 0
145468 10:00:41.495582 close(14)        = 0
145468 10:00:41.495663 access("/usr/share/fontconfig/conf.avail/30-metric-aliases.conf", R_OK) = 0
145468 10:00:41.495682 access("/usr/share/fontconfig/conf.avail/30-metric-aliases.conf", R_OK) = 0
145468 10:00:41.495700 readlink("/usr/share/fontconfig/conf.avail/30-metric-aliases.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.495722 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/30-metric-aliases.conf", {st_mode=S_IFREG|0644, st_size=13610, ...}, 0) = 0
145468 10:00:41.495742 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/30-metric-aliases.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.495760 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 8192
145468 10:00:41.495791 read(14, "ly>Arial</family>\n\t  </default>\n"..., 8192) = 5418
145468 10:00:41.495817 read(14, "", 8192) = 0
145468 10:00:41.495832 close(14)        = 0
145468 10:00:41.495935 mprotect(0x789e9c075000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.495975 mprotect(0x789e9c076000, 16384, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.496087 access("/usr/share/fontconfig/conf.avail/35-lang-normalize.conf", R_OK) = 0
145468 10:00:41.496106 access("/usr/share/fontconfig/conf.avail/35-lang-normalize.conf", R_OK) = 0
145468 10:00:41.496124 readlink("/usr/share/fontconfig/conf.avail/35-lang-normalize.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.496148 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/35-lang-normalize.conf", {st_mode=S_IFREG|0644, st_size=48757, ...}, 0) = 0
145468 10:00:41.496167 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/35-lang-normalize.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.496186 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 8192
145468 10:00:41.496220 read(14, " binding=\"same\"><string>csb</str"..., 8192) = 8192
145468 10:00:41.496252 read(14, "b* -> hsb -->\n  <match>\n    <tes"..., 8192) = 8192
145468 10:00:41.496285 read(14, "o</string></test>\n    <edit name"..., 8192) = 8192
145468 10:00:41.496304 mprotect(0x789e9c07a000, 49152, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.496347 read(14, "=\"assign\" binding=\"same\"><string"..., 8192) = 8192
145468 10:00:41.496379 read(14, "</edit>\n  </match>\n  <!-- szl* -"..., 8192) = 7797
145468 10:00:41.496409 read(14, "", 8192) = 0
145468 10:00:41.496425 close(14)        = 0
145468 10:00:41.496583 mprotect(0x789e9c086000, 16384, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.496923 mprotect(0x789e9c08a000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.496998 mprotect(0x789e9c08b000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.497111 mprotect(0x789e9c08c000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.497140 mprotect(0x789e9c08d000, 8192, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.497214 mprotect(0x789e9c08f000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.497305 mprotect(0x789e9c090000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.497383 mprotect(0x789e9c091000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.497493 mprotect(0x789e9c092000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.497540 access("/usr/share/fontconfig/conf.avail/40-nonlatin.conf", R_OK) = 0
145468 10:00:41.497560 access("/usr/share/fontconfig/conf.avail/40-nonlatin.conf", R_OK) = 0
145468 10:00:41.497578 readlink("/usr/share/fontconfig/conf.avail/40-nonlatin.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.497601 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/40-nonlatin.conf", {st_mode=S_IFREG|0644, st_size=7775, ...}, 0) = 0
145468 10:00:41.497622 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/40-nonlatin.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.497641 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 7775
145468 10:00:41.497671 read(14, "", 8192) = 0
145468 10:00:41.497686 close(14)        = 0
145468 10:00:41.497843 access("/usr/share/fontconfig/conf.avail/45-generic.conf", R_OK) = 0
145468 10:00:41.497863 access("/usr/share/fontconfig/conf.avail/45-generic.conf", R_OK) = 0
145468 10:00:41.497881 readlink("/usr/share/fontconfig/conf.avail/45-generic.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.497945 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/45-generic.conf", {st_mode=S_IFREG|0644, st_size=3490, ...}, 0) = 0
145468 10:00:41.497967 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/45-generic.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.497987 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 3490
145468 10:00:41.498013 read(14, "", 8192) = 0
145468 10:00:41.498032 close(14)        = 0
145468 10:00:41.498117 access("/usr/share/fontconfig/conf.avail/45-latin.conf", R_OK) = 0
145468 10:00:41.498139 access("/usr/share/fontconfig/conf.avail/45-latin.conf", R_OK) = 0
145468 10:00:41.498158 readlink("/usr/share/fontconfig/conf.avail/45-latin.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.498181 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/45-latin.conf", {st_mode=S_IFREG|0644, st_size=7258, ...}, 0) = 0
145468 10:00:41.498201 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/45-latin.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.498219 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 7258
145468 10:00:41.498249 read(14, "", 8192) = 0
145468 10:00:41.498264 close(14)        = 0
145468 10:00:41.498412 mprotect(0x789e9c093000, 16384, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.498437 access("/usr/share/fontconfig/conf.avail/46-noto-mono.conf", R_OK) = 0
145468 10:00:41.498455 access("/usr/share/fontconfig/conf.avail/46-noto-mono.conf", R_OK) = 0
145468 10:00:41.498472 readlink("/usr/share/fontconfig/conf.avail/46-noto-mono.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.498494 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/46-noto-mono.conf", {st_mode=S_IFREG|0644, st_size=209, ...}, 0) = 0
145468 10:00:41.498513 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/46-noto-mono.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.498531 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 209
145468 10:00:41.498549 read(14, "", 8192) = 0
145468 10:00:41.498564 close(14)        = 0
145468 10:00:41.498589 access("/usr/share/fontconfig/conf.avail/46-noto-sans.conf", R_OK) = 0
145468 10:00:41.498607 access("/usr/share/fontconfig/conf.avail/46-noto-sans.conf", R_OK) = 0
145468 10:00:41.498625 readlink("/usr/share/fontconfig/conf.avail/46-noto-sans.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.498647 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/46-noto-sans.conf", {st_mode=S_IFREG|0644, st_size=205, ...}, 0) = 0
145468 10:00:41.498667 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/46-noto-sans.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.498684 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 205
145468 10:00:41.498703 read(14, "", 8192) = 0
145468 10:00:41.498723 close(14)        = 0
145468 10:00:41.498752 access("/usr/share/fontconfig/conf.avail/46-noto-serif.conf", R_OK) = 0
145468 10:00:41.498777 access("/usr/share/fontconfig/conf.avail/46-noto-serif.conf", R_OK) = 0
145468 10:00:41.498796 readlink("/usr/share/fontconfig/conf.avail/46-noto-serif.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.498819 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/46-noto-serif.conf", {st_mode=S_IFREG|0644, st_size=201, ...}, 0) = 0
145468 10:00:41.498842 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/46-noto-serif.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.498863 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 201
145468 10:00:41.498883 read(14, "", 8192) = 0
145468 10:00:41.498900 close(14)        = 0
145468 10:00:41.498933 access("/usr/share/fontconfig/conf.avail/48-spacing.conf", R_OK) = 0
145468 10:00:41.498954 access("/usr/share/fontconfig/conf.avail/48-spacing.conf", R_OK) = 0
145468 10:00:41.498974 readlink("/usr/share/fontconfig/conf.avail/48-spacing.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.499003 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/48-spacing.conf", {st_mode=S_IFREG|0644, st_size=441, ...}, 0) = 0
145468 10:00:41.499028 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/48-spacing.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.499050 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 441
145468 10:00:41.499073 read(14, "", 8192) = 0
145468 10:00:41.499091 close(14)        = 0
145468 10:00:41.499132 access("/usr/share/fontconfig/conf.avail/49-sansserif.conf", R_OK) = 0
145468 10:00:41.499153 access("/usr/share/fontconfig/conf.avail/49-sansserif.conf", R_OK) = 0
145468 10:00:41.499174 readlink("/usr/share/fontconfig/conf.avail/49-sansserif.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.499201 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/49-sansserif.conf", {st_mode=S_IFREG|0644, st_size=639, ...}, 0) = 0
145468 10:00:41.499224 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/49-sansserif.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.499243 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 639
145468 10:00:41.499267 read(14, "", 8192) = 0
145468 10:00:41.499294 close(14)        = 0
145468 10:00:41.499336 access("/usr/share/fontconfig/conf.avail/50-user.conf", R_OK) = 0
145468 10:00:41.499362 access("/usr/share/fontconfig/conf.avail/50-user.conf", R_OK) = 0
145468 10:00:41.499383 readlink("/usr/share/fontconfig/conf.avail/50-user.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.499415 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/50-user.conf", {st_mode=S_IFREG|0644, st_size=751, ...}, 0) = 0
145468 10:00:41.499441 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/50-user.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.499466 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 751
145468 10:00:41.499492 read(14, "", 8192) = 0
145468 10:00:41.499516 close(14)        = 0
145468 10:00:41.499550 newfstatat(AT_FDCWD, "/home/ron/.config/fontconfig/conf.d", 0x789ea3ff30e0, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.499580 newfstatat(AT_FDCWD, "/home/ron/.config/fontconfig/conf.d", 0x789ea3ff30e0, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.499608 access("/home/ron/.config/fontconfig/conf.d", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.499633 access("/home/ron/.config/fontconfig/conf.d", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.499661 newfstatat(AT_FDCWD, "/home/ron/.config/fontconfig/fonts.conf", 0x789ea3ff30e0, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.499687 newfstatat(AT_FDCWD, "/home/ron/.config/fontconfig/fonts.conf", 0x789ea3ff30e0, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.499715 access("/home/ron/.config/fontconfig/fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.499737 access("/home/ron/.config/fontconfig/fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.499761 access("/home/ron/.fonts.conf.d", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.499785 access("/home/ron/.fonts.conf.d", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.499811 access("/home/ron/.fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.499839 access("/home/ron/.fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.499870 access("/usr/share/fontconfig/conf.avail/51-local.conf", R_OK) = 0
145468 10:00:41.499896 access("/usr/share/fontconfig/conf.avail/51-local.conf", R_OK) = 0
145468 10:00:41.499922 readlink("/usr/share/fontconfig/conf.avail/51-local.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.499949 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/51-local.conf", {st_mode=S_IFREG|0644, st_size=263, ...}, 0) = 0
145468 10:00:41.499970 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/51-local.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.499993 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 263
145468 10:00:41.500022 read(14, "", 8192) = 0
145468 10:00:41.500039 close(14)        = 0
145468 10:00:41.500063 access("/etc/fonts/local.conf", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.500082 access("/etc/fonts/local.conf", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.500104 access("/usr/share/fontconfig/conf.avail/57-dejavu-sans-mono.conf", R_OK) = 0
145468 10:00:41.500123 access("/usr/share/fontconfig/conf.avail/57-dejavu-sans-mono.conf", R_OK) = 0
145468 10:00:41.500141 readlink("/usr/share/fontconfig/conf.avail/57-dejavu-sans-mono.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.500169 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/57-dejavu-sans-mono.conf", {st_mode=S_IFREG|0644, st_size=1201, ...}, 0) = 0
145468 10:00:41.500190 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/57-dejavu-sans-mono.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.500209 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1201
145468 10:00:41.500229 read(14, "", 8192) = 0
145468 10:00:41.500244 close(14)        = 0
145468 10:00:41.500295 access("/usr/share/fontconfig/conf.avail/57-dejavu-sans.conf", R_OK) = 0
145468 10:00:41.500315 access("/usr/share/fontconfig/conf.avail/57-dejavu-sans.conf", R_OK) = 0
145468 10:00:41.500332 readlink("/usr/share/fontconfig/conf.avail/57-dejavu-sans.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.500356 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/57-dejavu-sans.conf", {st_mode=S_IFREG|0644, st_size=1711, ...}, 0) = 0
145468 10:00:41.500376 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/57-dejavu-sans.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.500394 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1711
145468 10:00:41.500415 read(14, "", 8192) = 0
145468 10:00:41.500430 close(14)        = 0
145468 10:00:41.500476 mprotect(0x789e9c097000, 8192, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.500500 access("/usr/share/fontconfig/conf.avail/57-dejavu-serif.conf", R_OK) = 0
145468 10:00:41.500518 access("/usr/share/fontconfig/conf.avail/57-dejavu-serif.conf", R_OK) = 0
145468 10:00:41.500535 readlink("/usr/share/fontconfig/conf.avail/57-dejavu-serif.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.500559 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/57-dejavu-serif.conf", {st_mode=S_IFREG|0644, st_size=1357, ...}, 0) = 0
145468 10:00:41.500579 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/57-dejavu-serif.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.500598 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1357
145468 10:00:41.500618 read(14, "", 8192) = 0
145468 10:00:41.500636 close(14)        = 0
145468 10:00:41.500682 access("/usr/share/fontconfig/conf.avail/58-dejavu-lgc-sans-mono.conf", R_OK) = 0
145468 10:00:41.500705 access("/usr/share/fontconfig/conf.avail/58-dejavu-lgc-sans-mono.conf", R_OK) = 0
145468 10:00:41.500728 readlink("/usr/share/fontconfig/conf.avail/58-dejavu-lgc-sans-mono.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.500753 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/58-dejavu-lgc-sans-mono.conf", {st_mode=S_IFREG|0644, st_size=1545, ...}, 0) = 0
145468 10:00:41.500774 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/58-dejavu-lgc-sans-mono.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.500793 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1545
145468 10:00:41.500813 read(14, "", 8192) = 0
145468 10:00:41.500828 close(14)        = 0
145468 10:00:41.500870 mprotect(0x789e9c099000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.500891 access("/usr/share/fontconfig/conf.avail/58-dejavu-lgc-sans.conf", R_OK) = 0
145468 10:00:41.500909 access("/usr/share/fontconfig/conf.avail/58-dejavu-lgc-sans.conf", R_OK) = 0
145468 10:00:41.500926 readlink("/usr/share/fontconfig/conf.avail/58-dejavu-lgc-sans.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.500948 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/58-dejavu-lgc-sans.conf", {st_mode=S_IFREG|0644, st_size=2063, ...}, 0) = 0
145468 10:00:41.500970 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/58-dejavu-lgc-sans.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.500989 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 2063
145468 10:00:41.501010 read(14, "", 8192) = 0
145468 10:00:41.501025 close(14)        = 0
145468 10:00:41.501072 mprotect(0x789e9c09a000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.501094 access("/usr/share/fontconfig/conf.avail/58-dejavu-lgc-serif.conf", R_OK) = 0
145468 10:00:41.501112 access("/usr/share/fontconfig/conf.avail/58-dejavu-lgc-serif.conf", R_OK) = 0
145468 10:00:41.501130 readlink("/usr/share/fontconfig/conf.avail/58-dejavu-lgc-serif.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.501153 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/58-dejavu-lgc-serif.conf", {st_mode=S_IFREG|0644, st_size=1689, ...}, 0) = 0
145468 10:00:41.501172 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/58-dejavu-lgc-serif.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.501190 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1689
145468 10:00:41.501210 read(14, "", 8192) = 0
145468 10:00:41.501226 close(14)        = 0
145468 10:00:41.501266 mprotect(0x789e9c09b000, 8192, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.501294 access("/usr/share/fontconfig/conf.avail/60-generic.conf", R_OK) = 0
145468 10:00:41.501315 access("/usr/share/fontconfig/conf.avail/60-generic.conf", R_OK) = 0
145468 10:00:41.501332 readlink("/usr/share/fontconfig/conf.avail/60-generic.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.501358 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/60-generic.conf", {st_mode=S_IFREG|0644, st_size=1911, ...}, 0) = 0
145468 10:00:41.501377 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/60-generic.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.501415 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 1911
145468 10:00:41.501447 read(14, "", 8192) = 0
145468 10:00:41.501470 close(14)        = 0
145468 10:00:41.501540 access("/usr/share/fontconfig/conf.avail/60-latin.conf", R_OK) = 0
145468 10:00:41.501568 access("/usr/share/fontconfig/conf.avail/60-latin.conf", R_OK) = 0
145468 10:00:41.501592 readlink("/usr/share/fontconfig/conf.avail/60-latin.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.501626 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/60-latin.conf", {st_mode=S_IFREG|0644, st_size=2169, ...}, 0) = 0
145468 10:00:41.501654 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/60-latin.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.501680 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 2169
145468 10:00:41.501712 read(14, "", 8192) = 0
145468 10:00:41.501734 close(14)        = 0
145468 10:00:41.501803 mprotect(0x789e9c09d000, 8192, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.501837 access("/usr/share/fontconfig/conf.avail/65-fonts-persian.conf", R_OK) = 0
145468 10:00:41.501864 access("/usr/share/fontconfig/conf.avail/65-fonts-persian.conf", R_OK) = 0
145468 10:00:41.501888 readlink("/usr/share/fontconfig/conf.avail/65-fonts-persian.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.501921 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/65-fonts-persian.conf", {st_mode=S_IFREG|0644, st_size=10132, ...}, 0) = 0
145468 10:00:41.501949 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/65-fonts-persian.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.501975 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 8192
145468 10:00:41.502020 read(14, "a</family>\n\t\t\t<family>Koodak</fa"..., 8192) = 1940
145468 10:00:41.502047 read(14, "", 8192) = 0
145468 10:00:41.502069 close(14)        = 0
145468 10:00:41.502094 mprotect(0x789e9c09f000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.502243 mprotect(0x789e9c0a0000, 16384, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.502343 access("/usr/share/fontconfig/conf.avail/65-khmer.conf", R_OK) = 0
145468 10:00:41.502379 access("/usr/share/fontconfig/conf.avail/65-khmer.conf", R_OK) = 0
145468 10:00:41.502413 readlink("/usr/share/fontconfig/conf.avail/65-khmer.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.502453 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/65-khmer.conf", {st_mode=S_IFREG|0644, st_size=304, ...}, 0) = 0
145468 10:00:41.502482 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/65-khmer.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.502509 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 304
145468 10:00:41.502534 read(14, "", 8192) = 0
145468 10:00:41.502555 close(14)        = 0
145468 10:00:41.502599 access("/usr/share/fontconfig/conf.avail/65-nonlatin.conf", R_OK) = 0
145468 10:00:41.502625 access("/usr/share/fontconfig/conf.avail/65-nonlatin.conf", R_OK) = 0
145468 10:00:41.502649 readlink("/usr/share/fontconfig/conf.avail/65-nonlatin.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.502683 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/65-nonlatin.conf", {st_mode=S_IFREG|0644, st_size=10040, ...}, 0) = 0
145468 10:00:41.502711 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/65-nonlatin.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.502736 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 8192
145468 10:00:41.502776 read(14, "family>Lohit Hindi</family>\n\t\t\t<"..., 8192) = 1848
145468 10:00:41.502802 read(14, "", 8192) = 0
145468 10:00:41.502824 close(14)        = 0
145468 10:00:41.502948 mprotect(0x789e9c0a4000, 16384, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.503005 access("/usr/share/fontconfig/conf.avail/66-noto-mono.conf", R_OK) = 0
145468 10:00:41.503032 access("/usr/share/fontconfig/conf.avail/66-noto-mono.conf", R_OK) = 0
145468 10:00:41.503056 readlink("/usr/share/fontconfig/conf.avail/66-noto-mono.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.503089 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/66-noto-mono.conf", {st_mode=S_IFREG|0644, st_size=207, ...}, 0) = 0
145468 10:00:41.503117 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/66-noto-mono.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.503143 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 207
145468 10:00:41.503168 read(14, "", 8192) = 0
145468 10:00:41.503189 close(14)        = 0
145468 10:00:41.503224 access("/usr/share/fontconfig/conf.avail/66-noto-sans.conf", R_OK) = 0
145468 10:00:41.503251 access("/usr/share/fontconfig/conf.avail/66-noto-sans.conf", R_OK) = 0
145468 10:00:41.503275 readlink("/usr/share/fontconfig/conf.avail/66-noto-sans.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.503317 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/66-noto-sans.conf", {st_mode=S_IFREG|0644, st_size=203, ...}, 0) = 0
145468 10:00:41.503345 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/66-noto-sans.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.503372 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 203
145468 10:00:41.503396 read(14, "", 8192) = 0
145468 10:00:41.503416 close(14)        = 0
145468 10:00:41.503451 access("/usr/share/fontconfig/conf.avail/66-noto-serif.conf", R_OK) = 0
145468 10:00:41.503477 access("/usr/share/fontconfig/conf.avail/66-noto-serif.conf", R_OK) = 0
145468 10:00:41.503501 readlink("/usr/share/fontconfig/conf.avail/66-noto-serif.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.503534 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/66-noto-serif.conf", {st_mode=S_IFREG|0644, st_size=199, ...}, 0) = 0
145468 10:00:41.503561 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/66-noto-serif.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.503587 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 199
145468 10:00:41.503611 read(14, "", 8192) = 0
145468 10:00:41.503632 close(14)        = 0
145468 10:00:41.503666 access("/usr/share/fontconfig/conf.avail/69-unifont.conf", R_OK) = 0
145468 10:00:41.503693 access("/usr/share/fontconfig/conf.avail/69-unifont.conf", R_OK) = 0
145468 10:00:41.503717 readlink("/usr/share/fontconfig/conf.avail/69-unifont.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.503755 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-unifont.conf", {st_mode=S_IFREG|0644, st_size=687, ...}, 0) = 0
145468 10:00:41.503784 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-unifont.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.503810 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 687
145468 10:00:41.503836 read(14, "", 8192) = 0
145468 10:00:41.503857 close(14)        = 0
145468 10:00:41.503900 access("/usr/share/fontconfig/conf.avail/69-urw-bookman.conf", R_OK) = 0
145468 10:00:41.503926 access("/usr/share/fontconfig/conf.avail/69-urw-bookman.conf", R_OK) = 0
145468 10:00:41.503967 readlink("/usr/share/fontconfig/conf.avail/69-urw-bookman.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.504075 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-bookman.conf", {st_mode=S_IFREG|0644, st_size=1021, ...}, 0) = 0
145468 10:00:41.504134 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-bookman.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.504162 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1021
145468 10:00:41.504190 read(14, "", 8192) = 0
145468 10:00:41.504213 close(14)        = 0
145468 10:00:41.504264 access("/usr/share/fontconfig/conf.avail/69-urw-c059.conf", R_OK) = 0
145468 10:00:41.504300 access("/usr/share/fontconfig/conf.avail/69-urw-c059.conf", R_OK) = 0
145468 10:00:41.504326 readlink("/usr/share/fontconfig/conf.avail/69-urw-c059.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.504360 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-c059.conf", {st_mode=S_IFREG|0644, st_size=1003, ...}, 0) = 0
145468 10:00:41.504388 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-c059.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.504418 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1003
145468 10:00:41.504444 read(14, "", 8192) = 0
145468 10:00:41.504467 close(14)        = 0
145468 10:00:41.504511 mprotect(0x789e9c0a8000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.504544 access("/usr/share/fontconfig/conf.avail/69-urw-d050000l.conf", R_OK) = 0
145468 10:00:41.504569 access("/usr/share/fontconfig/conf.avail/69-urw-d050000l.conf", R_OK) = 0
145468 10:00:41.504592 readlink("/usr/share/fontconfig/conf.avail/69-urw-d050000l.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.504625 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-d050000l.conf", {st_mode=S_IFREG|0644, st_size=1022, ...}, 0) = 0
145468 10:00:41.504650 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-d050000l.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.504673 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1022
145468 10:00:41.504698 read(14, "", 8192) = 0
145468 10:00:41.504720 close(14)        = 0
145468 10:00:41.504764 mprotect(0x789e9c0a9000, 16384, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.504798 access("/usr/share/fontconfig/conf.avail/69-urw-fallback-backwards.conf", R_OK) = 0
145468 10:00:41.504824 access("/usr/share/fontconfig/conf.avail/69-urw-fallback-backwards.conf", R_OK) = 0
145468 10:00:41.504850 readlink("/usr/share/fontconfig/conf.avail/69-urw-fallback-backwards.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.504884 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-fallback-backwards.conf", {st_mode=S_IFREG|0644, st_size=3257, ...}, 0) = 0
145468 10:00:41.504912 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-fallback-backwards.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.504941 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 3257
145468 10:00:41.504974 read(14, "", 8192) = 0
145468 10:00:41.504996 close(14)        = 0
145468 10:00:41.505061 mprotect(0x789e9c0ad000, 8192, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.505091 access("/usr/share/fontconfig/conf.avail/69-urw-fallback-generics.conf", R_OK) = 0
145468 10:00:41.505116 access("/usr/share/fontconfig/conf.avail/69-urw-fallback-generics.conf", R_OK) = 0
145468 10:00:41.505147 readlink("/usr/share/fontconfig/conf.avail/69-urw-fallback-generics.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.505180 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-fallback-generics.conf", {st_mode=S_IFREG|0644, st_size=2727, ...}, 0) = 0
145468 10:00:41.505210 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-fallback-generics.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.505236 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 2727
145468 10:00:41.505266 read(14, "", 8192) = 0
145468 10:00:41.505296 close(14)        = 0
145468 10:00:41.505355 access("/usr/share/fontconfig/conf.avail/69-urw-fallback-specifics.conf", R_OK) = 0
145468 10:00:41.505382 access("/usr/share/fontconfig/conf.avail/69-urw-fallback-specifics.conf", R_OK) = 0
145468 10:00:41.505406 readlink("/usr/share/fontconfig/conf.avail/69-urw-fallback-specifics.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.505439 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-fallback-specifics.conf", {st_mode=S_IFREG|0644, st_size=3777, ...}, 0) = 0
145468 10:00:41.505468 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-fallback-specifics.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.505493 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 3777
145468 10:00:41.505525 read(14, "", 8192) = 0
145468 10:00:41.505550 close(14)        = 0
145468 10:00:41.505615 mprotect(0x789e9c0af000, 8192, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.505646 access("/usr/share/fontconfig/conf.avail/69-urw-gothic.conf", R_OK) = 0
145468 10:00:41.505671 access("/usr/share/fontconfig/conf.avail/69-urw-gothic.conf", R_OK) = 0
145468 10:00:41.505698 readlink("/usr/share/fontconfig/conf.avail/69-urw-gothic.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.505732 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-gothic.conf", {st_mode=S_IFREG|0644, st_size=913, ...}, 0) = 0
145468 10:00:41.505759 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-gothic.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.505784 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 913
145468 10:00:41.505812 read(14, "", 8192) = 0
145468 10:00:41.505832 close(14)        = 0
145468 10:00:41.505878 access("/usr/share/fontconfig/conf.avail/69-urw-nimbus-mono-ps.conf", R_OK) = 0
145468 10:00:41.505902 access("/usr/share/fontconfig/conf.avail/69-urw-nimbus-mono-ps.conf", R_OK) = 0
145468 10:00:41.505925 readlink("/usr/share/fontconfig/conf.avail/69-urw-nimbus-mono-ps.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.505956 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-nimbus-mono-ps.conf", {st_mode=S_IFREG|0644, st_size=899, ...}, 0) = 0
145468 10:00:41.505982 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-nimbus-mono-ps.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.506007 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 899
145468 10:00:41.506031 read(14, "", 8192) = 0
145468 10:00:41.506053 close(14)        = 0
145468 10:00:41.506095 access("/usr/share/fontconfig/conf.avail/69-urw-nimbus-roman.conf", R_OK) = 0
145468 10:00:41.506120 access("/usr/share/fontconfig/conf.avail/69-urw-nimbus-roman.conf", R_OK) = 0
145468 10:00:41.506143 readlink("/usr/share/fontconfig/conf.avail/69-urw-nimbus-roman.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.506175 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-nimbus-roman.conf", {st_mode=S_IFREG|0644, st_size=877, ...}, 0) = 0
145468 10:00:41.506202 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-nimbus-roman.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.506225 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 877
145468 10:00:41.506249 read(14, "", 8192) = 0
145468 10:00:41.506269 close(14)        = 0
145468 10:00:41.506315 mprotect(0x789e9c0b1000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.506344 access("/usr/share/fontconfig/conf.avail/69-urw-nimbus-sans.conf", R_OK) = 0
145468 10:00:41.506372 access("/usr/share/fontconfig/conf.avail/69-urw-nimbus-sans.conf", R_OK) = 0
145468 10:00:41.506396 readlink("/usr/share/fontconfig/conf.avail/69-urw-nimbus-sans.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.506429 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-nimbus-sans.conf", {st_mode=S_IFREG|0644, st_size=1572, ...}, 0) = 0
145468 10:00:41.506456 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-nimbus-sans.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.506481 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1572
145468 10:00:41.506508 read(14, "", 8192) = 0
145468 10:00:41.506531 close(14)        = 0
145468 10:00:41.506597 access("/usr/share/fontconfig/conf.avail/69-urw-p052.conf", R_OK) = 0
145468 10:00:41.506618 access("/usr/share/fontconfig/conf.avail/69-urw-p052.conf", R_OK) = 0
145468 10:00:41.506636 readlink("/usr/share/fontconfig/conf.avail/69-urw-p052.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.506663 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-p052.conf", {st_mode=S_IFREG|0644, st_size=975, ...}, 0) = 0
145468 10:00:41.506683 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-p052.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.506703 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 975
145468 10:00:41.506722 read(14, "", 8192) = 0
145468 10:00:41.506738 close(14)        = 0
145468 10:00:41.506773 mprotect(0x789e9c0b2000, 8192, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.506797 access("/usr/share/fontconfig/conf.avail/69-urw-standard-symbols-ps.conf", R_OK) = 0
145468 10:00:41.506815 access("/usr/share/fontconfig/conf.avail/69-urw-standard-symbols-ps.conf", R_OK) = 0
145468 10:00:41.506834 readlink("/usr/share/fontconfig/conf.avail/69-urw-standard-symbols-ps.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.506860 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-standard-symbols-ps.conf", {st_mode=S_IFREG|0644, st_size=1061, ...}, 0) = 0
145468 10:00:41.506880 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-standard-symbols-ps.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.506898 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 1061
145468 10:00:41.506917 read(14, "", 8192) = 0
145468 10:00:41.506932 close(14)        = 0
145468 10:00:41.506969 access("/usr/share/fontconfig/conf.avail/69-urw-z003.conf", R_OK) = 0
145468 10:00:41.506987 access("/usr/share/fontconfig/conf.avail/69-urw-z003.conf", R_OK) = 0
145468 10:00:41.507005 readlink("/usr/share/fontconfig/conf.avail/69-urw-z003.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.507030 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-z003.conf", {st_mode=S_IFREG|0644, st_size=865, ...}, 0) = 0
145468 10:00:41.507050 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/69-urw-z003.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.507068 read(14, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 865
145468 10:00:41.507087 read(14, "", 8192) = 0
145468 10:00:41.507102 close(14)        = 0
145468 10:00:41.507136 access("/usr/share/fontconfig/conf.avail/70-no-bitmaps-and-emoji.conf", R_OK) = 0
145468 10:00:41.507155 access("/usr/share/fontconfig/conf.avail/70-no-bitmaps-and-emoji.conf", R_OK) = 0
145468 10:00:41.507172 readlink("/usr/share/fontconfig/conf.avail/70-no-bitmaps-and-emoji.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.507198 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/70-no-bitmaps-and-emoji.conf", {st_mode=S_IFREG|0644, st_size=373, ...}, 0) = 0
145468 10:00:41.507217 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/70-no-bitmaps-and-emoji.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.507235 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 373
145468 10:00:41.507253 read(14, "", 8192) = 0
145468 10:00:41.507268 close(14)        = 0
145468 10:00:41.507309 access("/usr/share/fontconfig/conf.avail/70-no-bitmaps-except-emoji.conf", R_OK) = 0
145468 10:00:41.507333 access("/usr/share/fontconfig/conf.avail/70-no-bitmaps-except-emoji.conf", R_OK) = 0
145468 10:00:41.507351 readlink("/usr/share/fontconfig/conf.avail/70-no-bitmaps-except-emoji.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.507377 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/70-no-bitmaps-except-emoji.conf", {st_mode=S_IFREG|0644, st_size=429, ...}, 0) = 0
145468 10:00:41.507398 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/70-no-bitmaps-except-emoji.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.507416 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 429
145468 10:00:41.507434 read(14, "", 8192) = 0
145468 10:00:41.507449 close(14)        = 0
145468 10:00:41.507476 mprotect(0x789e9c0b4000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.507499 access("/usr/share/fontconfig/conf.avail/70-no-bitmaps.conf", R_OK) = 0
145468 10:00:41.507518 access("/usr/share/fontconfig/conf.avail/70-no-bitmaps.conf", R_OK) = 0
145468 10:00:41.507536 readlink("/usr/share/fontconfig/conf.avail/70-no-bitmaps.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.507561 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/70-no-bitmaps.conf", {st_mode=S_IFREG|0644, st_size=304, ...}, 0) = 0
145468 10:00:41.507580 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/70-no-bitmaps.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.507598 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 304
145468 10:00:41.507616 read(14, "", 8192) = 0
145468 10:00:41.507631 close(14)        = 0
145468 10:00:41.507654 access("/etc/fonts/70-no-bitmaps-except-emoji.conf", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.507673 access("/etc/fonts/70-no-bitmaps-except-emoji.conf", R_OK) = -1 ENOENT (No such file or directory)
145468 10:00:41.507695 access("/usr/share/fontconfig/conf.avail/70-yes-bitmaps.conf", R_OK) = 0
145468 10:00:41.507713 access("/usr/share/fontconfig/conf.avail/70-yes-bitmaps.conf", R_OK) = 0
145468 10:00:41.507731 readlink("/usr/share/fontconfig/conf.avail/70-yes-bitmaps.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.507756 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/70-yes-bitmaps.conf", {st_mode=S_IFREG|0644, st_size=326, ...}, 0) = 0
145468 10:00:41.507775 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/70-yes-bitmaps.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.507793 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 326
145468 10:00:41.507810 read(14, "", 8192) = 0
145468 10:00:41.507826 close(14)        = 0
145468 10:00:41.507853 access("/usr/share/fontconfig/conf.avail/75-yes-terminus.conf", R_OK) = 0
145468 10:00:41.507871 access("/usr/share/fontconfig/conf.avail/75-yes-terminus.conf", R_OK) = 0
145468 10:00:41.507889 readlink("/usr/share/fontconfig/conf.avail/75-yes-terminus.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.507914 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/75-yes-terminus.conf", {st_mode=S_IFREG|0644, st_size=274, ...}, 0) = 0
145468 10:00:41.507934 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/75-yes-terminus.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.507952 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 274
145468 10:00:41.507969 read(14, "", 8192) = 0
145468 10:00:41.507984 close(14)        = 0
145468 10:00:41.508011 access("/usr/share/fontconfig/conf.avail/80-delicious.conf", R_OK) = 0
145468 10:00:41.508029 access("/usr/share/fontconfig/conf.avail/80-delicious.conf", R_OK) = 0
145468 10:00:41.508046 readlink("/usr/share/fontconfig/conf.avail/80-delicious.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.508070 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/80-delicious.conf", {st_mode=S_IFREG|0644, st_size=437, ...}, 0) = 0
145468 10:00:41.508090 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/80-delicious.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.508108 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 437
145468 10:00:41.508129 read(14, "", 8192) = 0
145468 10:00:41.508144 close(14)        = 0
145468 10:00:41.508175 access("/usr/share/fontconfig/conf.avail/90-synthetic.conf", R_OK) = 0
145468 10:00:41.508195 access("/usr/share/fontconfig/conf.avail/90-synthetic.conf", R_OK) = 0
145468 10:00:41.508213 readlink("/usr/share/fontconfig/conf.avail/90-synthetic.conf", 0x789ea3ff88b0, 4095) = -1 EINVAL (Invalid argument)
145468 10:00:41.508238 newfstatat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/90-synthetic.conf", {st_mode=S_IFREG|0644, st_size=1757, ...}, 0) = 0
145468 10:00:41.508270 openat(AT_FDCWD, "/usr/share/fontconfig/conf.avail/90-synthetic.conf", O_RDONLY|O_CLOEXEC) = 14
145468 10:00:41.508292 read(14, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 1757
145468 10:00:41.508312 read(14, "", 8192) = 0
145468 10:00:41.508326 close(14)        = 0
145468 10:00:41.508371 mprotect(0x789e9c0b5000, 4096, PROT_READ|PROT_WRITE) = 0
145468 10:00:41.508393 close(13)        = 0
145468 10:00:41.508416 newfstatat(AT_FDCWD, "/home/ron/.local/share/fonts", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.508436 openat(AT_FDCWD, "/home/ron/.local/share/fonts", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.508454 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.508475 close(13)        = 0
145468 10:00:41.508491 openat(AT_FDCWD, "/var/cache/fontconfig/7eed33231edab7ca2571e510df98f7f1-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.508509 openat(AT_FDCWD, "/home/ron/.local/share/fonts/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.508526 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/7eed33231edab7ca2571e510df98f7f1-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.508543 fstat(13, {st_mode=S_IFREG|0644, st_size=147080, ...}) = 0
145468 10:00:41.508561 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.508578 mmap(NULL, 147080, PROT_READ, MAP_SHARED, 13, 0) = 0x789ebfabe000
145468 10:00:41.508620 close(13)        = 0
145468 10:00:41.508634 openat(AT_FDCWD, "/home/ron/.fontconfig/7eed33231edab7ca2571e510df98f7f1-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.508652 openat(AT_FDCWD, "/home/ron/.local/share/fonts/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.508676 newfstatat(AT_FDCWD, "/usr/local/share/fonts", 0x789ea3ffe890, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.508694 newfstatat(AT_FDCWD, "/usr/local/share/fonts", 0x789ea3ffe9a0, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.508711 newfstatat(AT_FDCWD, "/usr/local/share/fonts", 0x789ea3ffe990, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.508727 newfstatat(AT_FDCWD, "/usr/share/fonts", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.508744 openat(AT_FDCWD, "/usr/share/fonts", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.508760 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.508777 close(13)        = 0
145468 10:00:41.508791 openat(AT_FDCWD, "/var/cache/fontconfig/3830d5c3ddfd5cd38a049b759396e72e-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.508807 fstat(13, {st_mode=S_IFREG|0644, st_size=712, ...}) = 0
145468 10:00:41.508823 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.508842 read(13, "\4\374\2\374\t\0\0\0\310\2\0\0\0\0\0\0@\0\0\0\0\0\0\0X\0\0\0\0\0\0\0"..., 712) = 712
145468 10:00:41.508858 close(13)        = 0
145468 10:00:41.508872 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/3830d5c3ddfd5cd38a049b759396e72e-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.508889 openat(AT_FDCWD, "/usr/share/fonts/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.508905 openat(AT_FDCWD, "/home/ron/.fontconfig/3830d5c3ddfd5cd38a049b759396e72e-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.508921 openat(AT_FDCWD, "/usr/share/fonts/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.508942 newfstatat(AT_FDCWD, "/home/ron/.fonts", 0x789ea3ffe890, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.508959 newfstatat(AT_FDCWD, "/home/ron/.fonts", 0x789ea3ffe9a0, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.508975 newfstatat(AT_FDCWD, "/home/ron/.fonts", 0x789ea3ffe990, 0) = -1 ENOENT (No such file or directory)
145468 10:00:41.508990 newfstatat(AT_FDCWD, "/usr/share/fonts/Adwaita", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.509007 openat(AT_FDCWD, "/usr/share/fonts/Adwaita", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.509023 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.509040 close(13)        = 0
145468 10:00:41.509054 openat(AT_FDCWD, "/var/cache/fontconfig/4b31aef11cb0687b6d280d34cbe23592-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.509070 fstat(13, {st_mode=S_IFREG|0644, st_size=44984, ...}) = 0
145468 10:00:41.509085 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.509101 mmap(NULL, 44984, PROT_READ, MAP_SHARED, 13, 0) = 0x789ebfe42000
145468 10:00:41.509124 close(13)        = 0
145468 10:00:41.509137 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/4b31aef11cb0687b6d280d34cbe23592-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.509154 openat(AT_FDCWD, "/usr/share/fonts/Adwaita/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.509171 openat(AT_FDCWD, "/home/ron/.fontconfig/4b31aef11cb0687b6d280d34cbe23592-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.509187 openat(AT_FDCWD, "/usr/share/fonts/Adwaita/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.509206 newfstatat(AT_FDCWD, "/usr/share/fonts/OTF", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.509223 openat(AT_FDCWD, "/usr/share/fonts/OTF", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.509239 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.509256 close(13)        = 0
145468 10:00:41.509270 openat(AT_FDCWD, "/var/cache/fontconfig/f349e9996a5320f6dd491cedd2b1f964-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.509289 fstat(13, {st_mode=S_IFREG|0644, st_size=18240, ...}) = 0
145468 10:00:41.509306 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.509322 mmap(NULL, 18240, PROT_READ, MAP_SHARED, 13, 0) = 0x789ebfe3d000
145468 10:00:41.509341 close(13)        = 0
145468 10:00:41.509356 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/f349e9996a5320f6dd491cedd2b1f964-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.509374 openat(AT_FDCWD, "/usr/share/fonts/OTF/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.509391 openat(AT_FDCWD, "/home/ron/.fontconfig/f349e9996a5320f6dd491cedd2b1f964-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.509407 openat(AT_FDCWD, "/usr/share/fonts/OTF/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.509424 newfstatat(AT_FDCWD, "/usr/share/fonts/TTF", {st_mode=S_IFDIR|0755, st_size=20480, ...}, 0) = 0
145468 10:00:41.509441 openat(AT_FDCWD, "/usr/share/fonts/TTF", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.509457 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.509474 close(13)        = 0
145468 10:00:41.509488 openat(AT_FDCWD, "/var/cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.509504 fstat(13, {st_mode=S_IFREG|0644, st_size=981888, ...}) = 0
145468 10:00:41.509519 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.509535 mmap(NULL, 981888, PROT_READ, MAP_SHARED, 13, 0) = 0x789ebdb10000
145468 10:00:41.509649 close(13)        = 0
145468 10:00:41.509663 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.509682 openat(AT_FDCWD, "/usr/share/fonts/TTF/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.509699 openat(AT_FDCWD, "/home/ron/.fontconfig/f6b893a7224233d96cb72fd88691c0b4-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.509715 openat(AT_FDCWD, "/usr/share/fonts/TTF/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.509800 newfstatat(AT_FDCWD, "/usr/share/fonts/WOFF", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.509818 openat(AT_FDCWD, "/usr/share/fonts/WOFF", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.509835 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.509852 close(13)        = 0
145468 10:00:41.509867 openat(AT_FDCWD, "/var/cache/fontconfig/343d155f958d918604956f33858d82e8-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.509891 fstat(13, {st_mode=S_IFREG|0644, st_size=21096, ...}) = 0
145468 10:00:41.509911 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.509933 mmap(NULL, 21096, PROT_READ, MAP_SHARED, 13, 0) = 0x789ebfe37000
145468 10:00:41.509956 close(13)        = 0
145468 10:00:41.509970 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/343d155f958d918604956f33858d82e8-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.509988 openat(AT_FDCWD, "/usr/share/fonts/WOFF/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510004 openat(AT_FDCWD, "/home/ron/.fontconfig/343d155f958d918604956f33858d82e8-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510020 openat(AT_FDCWD, "/usr/share/fonts/WOFF/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510041 newfstatat(AT_FDCWD, "/usr/share/fonts/adobe-source-code-pro", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.510060 openat(AT_FDCWD, "/usr/share/fonts/adobe-source-code-pro", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.510076 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.510093 close(13)        = 0
145468 10:00:41.510107 openat(AT_FDCWD, "/var/cache/fontconfig/210c0516121708a580e22e6b1f9a103a-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.510123 fstat(13, {st_mode=S_IFREG|0644, st_size=120, ...}) = 0
145468 10:00:41.510138 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.510154 read(13, "\4\374\2\374\t\0\0\0x\0\0\0\0\0\0\0@\0\0\0\0\0\0\0h\0\0\0\0\0\0\0"..., 120) = 120
145468 10:00:41.510170 close(13)        = 0
145468 10:00:41.510184 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/210c0516121708a580e22e6b1f9a103a-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510201 openat(AT_FDCWD, "/usr/share/fonts/adobe-source-code-pro/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510217 openat(AT_FDCWD, "/home/ron/.fontconfig/210c0516121708a580e22e6b1f9a103a-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510233 openat(AT_FDCWD, "/usr/share/fonts/adobe-source-code-pro/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510250 newfstatat(AT_FDCWD, "/usr/share/fonts/cantarell", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.510269 openat(AT_FDCWD, "/usr/share/fonts/cantarell", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.510289 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.510306 close(13)        = 0
145468 10:00:41.510321 openat(AT_FDCWD, "/var/cache/fontconfig/6ba42ae0000f58711b5caaf10d690066-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.510338 fstat(13, {st_mode=S_IFREG|0644, st_size=10216, ...}) = 0
145468 10:00:41.510353 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.510369 mmap(NULL, 10216, PROT_READ, MAP_SHARED, 13, 0) = 0x789ebfe34000
145468 10:00:41.510387 close(13)        = 0
145468 10:00:41.510401 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/6ba42ae0000f58711b5caaf10d690066-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510418 openat(AT_FDCWD, "/usr/share/fonts/cantarell/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510434 openat(AT_FDCWD, "/home/ron/.fontconfig/6ba42ae0000f58711b5caaf10d690066-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510450 openat(AT_FDCWD, "/usr/share/fonts/cantarell/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510467 newfstatat(AT_FDCWD, "/usr/share/fonts/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.510485 openat(AT_FDCWD, "/usr/share/fonts/encodings", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.510501 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.510520 close(13)        = 0
145468 10:00:41.510535 openat(AT_FDCWD, "/var/cache/fontconfig/a1c95d6dfc9a7b34f44445cf81166004-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.510551 fstat(13, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
145468 10:00:41.510566 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.510583 read(13, "\4\374\2\374\t\0\0\0\240\0\0\0\0\0\0\0@\0\0\0\0\0\0\0`\0\0\0\0\0\0\0"..., 160) = 160
145468 10:00:41.510598 close(13)        = 0
145468 10:00:41.510614 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/a1c95d6dfc9a7b34f44445cf81166004-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510636 openat(AT_FDCWD, "/usr/share/fonts/encodings/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510657 openat(AT_FDCWD, "/home/ron/.fontconfig/a1c95d6dfc9a7b34f44445cf81166004-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510679 openat(AT_FDCWD, "/usr/share/fonts/encodings/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510701 newfstatat(AT_FDCWD, "/usr/share/fonts/gnu-free", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.510724 openat(AT_FDCWD, "/usr/share/fonts/gnu-free", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.510744 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.510766 close(13)        = 0
145468 10:00:41.510785 openat(AT_FDCWD, "/var/cache/fontconfig/614d1caaa4d7914789410f6367de37ca-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.510806 fstat(13, {st_mode=S_IFREG|0644, st_size=79400, ...}) = 0
145468 10:00:41.510824 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.510846 mmap(NULL, 79400, PROT_READ, MAP_SHARED, 13, 0) = 0x789ebfe03000
145468 10:00:41.510877 close(13)        = 0
145468 10:00:41.510891 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/614d1caaa4d7914789410f6367de37ca-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510908 openat(AT_FDCWD, "/usr/share/fonts/gnu-free/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510925 openat(AT_FDCWD, "/home/ron/.fontconfig/614d1caaa4d7914789410f6367de37ca-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510942 openat(AT_FDCWD, "/usr/share/fonts/gnu-free/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.510959 newfstatat(AT_FDCWD, "/usr/share/fonts/gsfonts", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.510977 openat(AT_FDCWD, "/usr/share/fonts/gsfonts", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.510993 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.511009 close(13)        = 0
145468 10:00:41.511024 openat(AT_FDCWD, "/var/cache/fontconfig/491f45a0a771fef1c10b9b647a97fb82-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.511039 fstat(13, {st_mode=S_IFREG|0644, st_size=61664, ...}) = 0
145468 10:00:41.511055 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.511073 mmap(NULL, 61664, PROT_READ, MAP_SHARED, 13, 0) = 0x789ebfa70000
145468 10:00:41.511097 close(13)        = 0
145468 10:00:41.511110 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/491f45a0a771fef1c10b9b647a97fb82-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511127 openat(AT_FDCWD, "/usr/share/fonts/gsfonts/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511143 openat(AT_FDCWD, "/home/ron/.fontconfig/491f45a0a771fef1c10b9b647a97fb82-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511159 openat(AT_FDCWD, "/usr/share/fonts/gsfonts/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511178 newfstatat(AT_FDCWD, "/usr/share/fonts/liberation", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.511195 openat(AT_FDCWD, "/usr/share/fonts/liberation", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.511211 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.511227 close(13)        = 0
145468 10:00:41.511241 openat(AT_FDCWD, "/var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.511258 fstat(13, {st_mode=S_IFREG|0644, st_size=22944, ...}) = 0
145468 10:00:41.511272 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.511295 mmap(NULL, 22944, PROT_READ, MAP_SHARED, 13, 0) = 0x789ebfab8000
145468 10:00:41.511315 close(13)        = 0
145468 10:00:41.511329 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/b67b32625a2bb51b023d3814a918f351-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511347 openat(AT_FDCWD, "/usr/share/fonts/liberation/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511363 openat(AT_FDCWD, "/home/ron/.fontconfig/b67b32625a2bb51b023d3814a918f351-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511379 openat(AT_FDCWD, "/usr/share/fonts/liberation/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511396 newfstatat(AT_FDCWD, "/usr/share/fonts/libertinus", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.511414 openat(AT_FDCWD, "/usr/share/fonts/libertinus", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.511430 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.511446 close(13)        = 0
145468 10:00:41.511461 openat(AT_FDCWD, "/var/cache/fontconfig/13527388d4689b4b3295215c65389e6a-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.511476 fstat(13, {st_mode=S_IFREG|0644, st_size=31928, ...}) = 0
145468 10:00:41.511491 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.511508 mmap(NULL, 31928, PROT_READ, MAP_SHARED, 13, 0) = 0x789ebfa68000
145468 10:00:41.511527 close(13)        = 0
145468 10:00:41.511541 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/13527388d4689b4b3295215c65389e6a-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511558 openat(AT_FDCWD, "/usr/share/fonts/libertinus/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511575 openat(AT_FDCWD, "/home/ron/.fontconfig/13527388d4689b4b3295215c65389e6a-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511593 openat(AT_FDCWD, "/usr/share/fonts/libertinus/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511610 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.511628 openat(AT_FDCWD, "/usr/share/fonts/mathjax2", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.511644 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.511660 close(13)        = 0
145468 10:00:41.511675 openat(AT_FDCWD, "/var/cache/fontconfig/ad9e7283cf8ac6216d2f4f11e1c85240-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.511691 fstat(13, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
145468 10:00:41.511706 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.511722 read(13, "\4\374\2\374\t\0\0\0\240\0\0\0\0\0\0\0@\0\0\0\0\0\0\0`\0\0\0\0\0\0\0"..., 160) = 160
145468 10:00:41.511738 close(13)        = 0
145468 10:00:41.511752 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/ad9e7283cf8ac6216d2f4f11e1c85240-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511768 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511785 openat(AT_FDCWD, "/home/ron/.fontconfig/ad9e7283cf8ac6216d2f4f11e1c85240-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511801 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511818 newfstatat(AT_FDCWD, "/usr/share/fonts/misc", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.511835 openat(AT_FDCWD, "/usr/share/fonts/misc", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.511851 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.511867 close(13)        = 0
145468 10:00:41.511882 openat(AT_FDCWD, "/var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.511898 fstat(13, {st_mode=S_IFREG|0644, st_size=64376, ...}) = 0
145468 10:00:41.511913 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.511929 mmap(NULL, 64376, PROT_READ, MAP_SHARED, 13, 0) = 0x789ebdb00000
145468 10:00:41.511956 close(13)        = 0
145468 10:00:41.511970 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.511987 openat(AT_FDCWD, "/usr/share/fonts/misc/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.512004 openat(AT_FDCWD, "/home/ron/.fontconfig/8d4af663993b81a124ee82e610bb31f9-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.512021 openat(AT_FDCWD, "/usr/share/fonts/misc/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.512040 newfstatat(AT_FDCWD, "/usr/share/fonts/noto", {st_mode=S_IFDIR|0755, st_size=36864, ...}, 0) = 0
145468 10:00:41.512058 openat(AT_FDCWD, "/usr/share/fonts/noto", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.512074 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.512092 close(13)        = 0
145468 10:00:41.512107 openat(AT_FDCWD, "/var/cache/fontconfig/923e285e415b1073c8df160bee08820f-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.512123 fstat(13, {st_mode=S_IFREG|0644, st_size=1098832, ...}) = 0
145468 10:00:41.512139 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.512155 mmap(NULL, 1098832, PROT_READ, MAP_SHARED, 13, 0) = 0x789ebd6f3000
145468 10:00:41.512283 close(13)        = 0
145468 10:00:41.512300 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/923e285e415b1073c8df160bee08820f-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.512322 openat(AT_FDCWD, "/usr/share/fonts/noto/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.512341 openat(AT_FDCWD, "/home/ron/.fontconfig/923e285e415b1073c8df160bee08820f-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.512357 openat(AT_FDCWD, "/usr/share/fonts/noto/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.512470 newfstatat(AT_FDCWD, "/usr/share/fonts/ttf-lilex", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.512488 openat(AT_FDCWD, "/usr/share/fonts/ttf-lilex", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.512504 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.512521 close(13)        = 0
145468 10:00:41.512536 openat(AT_FDCWD, "/var/cache/fontconfig/bbedc3932edb1000bcfcabf6c2d983fc-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.512552 fstat(13, {st_mode=S_IFREG|0644, st_size=9704, ...}) = 0
145468 10:00:41.512567 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.512584 mmap(NULL, 9704, PROT_READ, MAP_SHARED, 13, 0) = 0x789ebfe31000
145468 10:00:41.512611 close(13)        = 0
145468 10:00:41.512645 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/bbedc3932edb1000bcfcabf6c2d983fc-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.512708 openat(AT_FDCWD, "/usr/share/fonts/ttf-lilex/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.512814 openat(AT_FDCWD, "/home/ron/.fontconfig/bbedc3932edb1000bcfcabf6c2d983fc-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.512930 openat(AT_FDCWD, "/usr/share/fonts/ttf-lilex/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.512957 newfstatat(AT_FDCWD, "/usr/share/fonts/ttf-maple", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.512979 openat(AT_FDCWD, "/usr/share/fonts/ttf-maple", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.512998 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.513018 close(13)        = 0
145468 10:00:41.513034 openat(AT_FDCWD, "/var/cache/fontconfig/9bb2c768514d809da21fe837909c05c2-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.513065 fstat(13, {st_mode=S_IFREG|0644, st_size=94888, ...}) = 0
145468 10:00:41.513082 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.513104 mmap(NULL, 94888, PROT_READ, MAP_SHARED, 13, 0) = 0x789ebdae8000
145468 10:00:41.513140 close(13)        = 0
145468 10:00:41.513156 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/9bb2c768514d809da21fe837909c05c2-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513176 openat(AT_FDCWD, "/usr/share/fonts/ttf-maple/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513194 openat(AT_FDCWD, "/home/ron/.fontconfig/9bb2c768514d809da21fe837909c05c2-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513211 openat(AT_FDCWD, "/usr/share/fonts/ttf-maple/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513235 newfstatat(AT_FDCWD, "/usr/share/fonts/encodings/large", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.513254 openat(AT_FDCWD, "/usr/share/fonts/encodings/large", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.513271 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.513294 close(13)        = 0
145468 10:00:41.513310 openat(AT_FDCWD, "/var/cache/fontconfig/5ca8086aeacc9c68e81a71e7ef846b3b-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.513329 fstat(13, {st_mode=S_IFREG|0644, st_size=120, ...}) = 0
145468 10:00:41.513345 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.513362 read(13, "\4\374\2\374\t\0\0\0x\0\0\0\0\0\0\0@\0\0\0\0\0\0\0h\0\0\0\0\0\0\0"..., 120) = 120
145468 10:00:41.513379 close(13)        = 0
145468 10:00:41.513394 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/5ca8086aeacc9c68e81a71e7ef846b3b-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513411 openat(AT_FDCWD, "/usr/share/fonts/encodings/large/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513429 openat(AT_FDCWD, "/home/ron/.fontconfig/5ca8086aeacc9c68e81a71e7ef846b3b-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513445 openat(AT_FDCWD, "/usr/share/fonts/encodings/large/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513463 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.513481 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.513498 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.513515 close(13)        = 0
145468 10:00:41.513530 openat(AT_FDCWD, "/var/cache/fontconfig/ea43adfbaab483ada0d8977688ee9c43-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.513546 fstat(13, {st_mode=S_IFREG|0644, st_size=504, ...}) = 0
145468 10:00:41.513562 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.513578 read(13, "\4\374\2\374\t\0\0\0\370\1\0\0\0\0\0\0@\0\0\0\0\0\0\0h\0\0\0\0\0\0\0"..., 504) = 504
145468 10:00:41.513597 close(13)        = 0
145468 10:00:41.513611 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/ea43adfbaab483ada0d8977688ee9c43-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513628 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513647 openat(AT_FDCWD, "/home/ron/.fontconfig/ea43adfbaab483ada0d8977688ee9c43-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513665 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513686 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.513705 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.513721 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.513738 close(13)        = 0
145468 10:00:41.513753 openat(AT_FDCWD, "/var/cache/fontconfig/31ec77b86e48f4a955f73e23667a96c7-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.513770 fstat(13, {st_mode=S_IFREG|0644, st_size=192, ...}) = 0
145468 10:00:41.513785 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.513802 read(13, "\4\374\2\374\t\0\0\0\300\0\0\0\0\0\0\0@\0\0\0\0\0\0\0p\0\0\0\0\0\0\0"..., 192) = 192
145468 10:00:41.513819 close(13)        = 0
145468 10:00:41.513833 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/31ec77b86e48f4a955f73e23667a96c7-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513850 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513867 openat(AT_FDCWD, "/home/ron/.fontconfig/31ec77b86e48f4a955f73e23667a96c7-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513884 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.513901 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.513919 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.513936 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.513953 close(13)        = 0
145468 10:00:41.513968 openat(AT_FDCWD, "/var/cache/fontconfig/e2fd56f92ec34f8cb11020f2a56e4762-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.513984 fstat(13, {st_mode=S_IFREG|0644, st_size=192, ...}) = 0
145468 10:00:41.513999 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.514016 read(13, "\4\374\2\374\t\0\0\0\300\0\0\0\0\0\0\0@\0\0\0\0\0\0\0p\0\0\0\0\0\0\0"..., 192) = 192
145468 10:00:41.514032 close(13)        = 0
145468 10:00:41.514049 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/e2fd56f92ec34f8cb11020f2a56e4762-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514084 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514107 openat(AT_FDCWD, "/home/ron/.fontconfig/e2fd56f92ec34f8cb11020f2a56e4762-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514129 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514154 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.514177 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.514195 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.514214 close(13)        = 0
145468 10:00:41.514230 openat(AT_FDCWD, "/var/cache/fontconfig/6985ae6cdbafc9a61c149fc6c17080ef-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.514247 fstat(13, {st_mode=S_IFREG|0644, st_size=192, ...}) = 0
145468 10:00:41.514275 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.514299 read(13, "\4\374\2\374\t\0\0\0\300\0\0\0\0\0\0\0@\0\0\0\0\0\0\0p\0\0\0\0\0\0\0"..., 192) = 192
145468 10:00:41.514315 close(13)        = 0
145468 10:00:41.514329 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/6985ae6cdbafc9a61c149fc6c17080ef-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514346 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514363 openat(AT_FDCWD, "/home/ron/.fontconfig/6985ae6cdbafc9a61c149fc6c17080ef-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514379 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514396 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.514413 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.514429 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.514445 close(13)        = 0
145468 10:00:41.514459 openat(AT_FDCWD, "/var/cache/fontconfig/051b32d05268001c4fca9c396e2ae99a-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.514475 fstat(13, {st_mode=S_IFREG|0644, st_size=192, ...}) = 0
145468 10:00:41.514490 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.514506 read(13, "\4\374\2\374\t\0\0\0\300\0\0\0\0\0\0\0@\0\0\0\0\0\0\0p\0\0\0\0\0\0\0"..., 192) = 192
145468 10:00:41.514521 close(13)        = 0
145468 10:00:41.514535 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/051b32d05268001c4fca9c396e2ae99a-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514553 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514570 openat(AT_FDCWD, "/home/ron/.fontconfig/051b32d05268001c4fca9c396e2ae99a-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514587 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514605 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.514622 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.514638 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.514656 close(13)        = 0
145468 10:00:41.514672 openat(AT_FDCWD, "/var/cache/fontconfig/faa6a70c33aae5fa0f16dc6874a3b040-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.514690 fstat(13, {st_mode=S_IFREG|0644, st_size=192, ...}) = 0
145468 10:00:41.514705 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.514722 read(13, "\4\374\2\374\t\0\0\0\300\0\0\0\0\0\0\0@\0\0\0\0\0\0\0p\0\0\0\0\0\0\0"..., 192) = 192
145468 10:00:41.514737 close(13)        = 0
145468 10:00:41.514752 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/faa6a70c33aae5fa0f16dc6874a3b040-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514768 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514784 openat(AT_FDCWD, "/home/ron/.fontconfig/faa6a70c33aae5fa0f16dc6874a3b040-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514800 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514817 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.514834 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.514850 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.514866 close(13)        = 0
145468 10:00:41.514881 openat(AT_FDCWD, "/var/cache/fontconfig/3b832dca42d50b9ca895c180ce64a150-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.514897 fstat(13, {st_mode=S_IFREG|0644, st_size=192, ...}) = 0
145468 10:00:41.514911 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.514927 read(13, "\4\374\2\374\t\0\0\0\300\0\0\0\0\0\0\0@\0\0\0\0\0\0\0p\0\0\0\0\0\0\0"..., 192) = 192
145468 10:00:41.514942 close(13)        = 0
145468 10:00:41.514959 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/3b832dca42d50b9ca895c180ce64a150-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514977 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.514994 openat(AT_FDCWD, "/home/ron/.fontconfig/3b832dca42d50b9ca895c180ce64a150-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515011 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515029 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/TeX", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.515047 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/TeX", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.515062 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.515091 close(13)        = 0
145468 10:00:41.515105 openat(AT_FDCWD, "/var/cache/fontconfig/c07a55181a62d264c8ed3c89b401b5ff-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.515121 fstat(13, {st_mode=S_IFREG|0644, st_size=176, ...}) = 0
145468 10:00:41.515136 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.515151 read(13, "\4\374\2\374\t\0\0\0\260\0\0\0\0\0\0\0@\0\0\0\0\0\0\0h\0\0\0\0\0\0\0"..., 176) = 176
145468 10:00:41.515166 close(13)        = 0
145468 10:00:41.515179 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/c07a55181a62d264c8ed3c89b401b5ff-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515196 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/TeX/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515212 openat(AT_FDCWD, "/home/ron/.fontconfig/c07a55181a62d264c8ed3c89b401b5ff-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515228 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/TeX/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515245 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.515262 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.515281 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.515300 close(13)        = 0
145468 10:00:41.515314 openat(AT_FDCWD, "/var/cache/fontconfig/cb60976e0ef8d2b17a86838bea532586-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.515329 fstat(13, {st_mode=S_IFREG|0644, st_size=136, ...}) = 0
145468 10:00:41.515343 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.515358 read(13, "\4\374\2\374\t\0\0\0\210\0\0\0\0\0\0\0@\0\0\0\0\0\0\0x\0\0\0\0\0\0\0"..., 136) = 136
145468 10:00:41.515373 close(13)        = 0
145468 10:00:41.515387 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/cb60976e0ef8d2b17a86838bea532586-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515403 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515419 openat(AT_FDCWD, "/home/ron/.fontconfig/cb60976e0ef8d2b17a86838bea532586-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515436 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515454 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.515472 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.515491 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.515508 close(13)        = 0
145468 10:00:41.515524 openat(AT_FDCWD, "/var/cache/fontconfig/742beb53257c10cf578c07a0f3b00110-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.515542 fstat(13, {st_mode=S_IFREG|0644, st_size=136, ...}) = 0
145468 10:00:41.515557 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.515576 read(13, "\4\374\2\374\t\0\0\0\210\0\0\0\0\0\0\0@\0\0\0\0\0\0\0x\0\0\0\0\0\0\0"..., 136) = 136
145468 10:00:41.515593 close(13)        = 0
145468 10:00:41.515608 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/742beb53257c10cf578c07a0f3b00110-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515627 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515645 openat(AT_FDCWD, "/home/ron/.fontconfig/742beb53257c10cf578c07a0f3b00110-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515662 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515680 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.515699 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.515716 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.515733 close(13)        = 0
145468 10:00:41.515751 openat(AT_FDCWD, "/var/cache/fontconfig/2b34ab0a2048ea31d208a7dc116fb2f3-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.515771 fstat(13, {st_mode=S_IFREG|0644, st_size=136, ...}) = 0
145468 10:00:41.515788 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.515805 read(13, "\4\374\2\374\t\0\0\0\210\0\0\0\0\0\0\0@\0\0\0\0\0\0\0x\0\0\0\0\0\0\0"..., 136) = 136
145468 10:00:41.515820 close(13)        = 0
145468 10:00:41.515835 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/2b34ab0a2048ea31d208a7dc116fb2f3-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515853 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515869 openat(AT_FDCWD, "/home/ron/.fontconfig/2b34ab0a2048ea31d208a7dc116fb2f3-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515884 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.515900 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.515917 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.515932 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.515948 close(13)        = 0
145468 10:00:41.515961 openat(AT_FDCWD, "/var/cache/fontconfig/25af1fc25f11a29b4bde933093acd51c-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.515976 fstat(13, {st_mode=S_IFREG|0644, st_size=136, ...}) = 0
145468 10:00:41.515991 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.516006 read(13, "\4\374\2\374\t\0\0\0\210\0\0\0\0\0\0\0@\0\0\0\0\0\0\0x\0\0\0\0\0\0\0"..., 136) = 136
145468 10:00:41.516024 close(13)        = 0
145468 10:00:41.516039 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/25af1fc25f11a29b4bde933093acd51c-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516058 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516075 openat(AT_FDCWD, "/home/ron/.fontconfig/25af1fc25f11a29b4bde933093acd51c-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516090 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516106 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.516124 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.516142 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.516160 close(13)        = 0
145468 10:00:41.516176 openat(AT_FDCWD, "/var/cache/fontconfig/9f18a0df8bc37d83c3ea2376c06ff3af-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.516192 fstat(13, {st_mode=S_IFREG|0644, st_size=136, ...}) = 0
145468 10:00:41.516206 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.516222 read(13, "\4\374\2\374\t\0\0\0\210\0\0\0\0\0\0\0@\0\0\0\0\0\0\0x\0\0\0\0\0\0\0"..., 136) = 136
145468 10:00:41.516237 close(13)        = 0
145468 10:00:41.516250 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/9f18a0df8bc37d83c3ea2376c06ff3af-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516267 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516293 openat(AT_FDCWD, "/home/ron/.fontconfig/9f18a0df8bc37d83c3ea2376c06ff3af-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516311 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516327 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.516344 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.516360 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.516376 close(13)        = 0
145468 10:00:41.516390 openat(AT_FDCWD, "/var/cache/fontconfig/ffabee0e3ed22a06206923f7fac5e1c0-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.516405 fstat(13, {st_mode=S_IFREG|0644, st_size=136, ...}) = 0
145468 10:00:41.516420 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.516435 read(13, "\4\374\2\374\t\0\0\0\210\0\0\0\0\0\0\0@\0\0\0\0\0\0\0x\0\0\0\0\0\0\0"..., 136) = 136
145468 10:00:41.516450 close(13)        = 0
145468 10:00:41.516463 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/ffabee0e3ed22a06206923f7fac5e1c0-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516479 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516495 openat(AT_FDCWD, "/home/ron/.fontconfig/ffabee0e3ed22a06206923f7fac5e1c0-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516512 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516528 newfstatat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145468 10:00:41.516545 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.516560 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.516575 close(13)        = 0
145468 10:00:41.516589 openat(AT_FDCWD, "/var/cache/fontconfig/8087dfd67547a1134e1b315c0e6294c3-le64.cache-9", O_RDONLY|O_CLOEXEC) = 13
145468 10:00:41.516604 fstat(13, {st_mode=S_IFREG|0644, st_size=128, ...}) = 0
145468 10:00:41.516618 fstatfs(13, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=110004842, f_bfree=5906672, f_bavail=300362, f_files=28016640, f_ffree=21189744, f_fsid={val=[0x9eca4cd, 0xa845426b]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
145468 10:00:41.516633 read(13, "\4\374\2\374\t\0\0\0\200\0\0\0\0\0\0\0@\0\0\0\0\0\0\0p\0\0\0\0\0\0\0"..., 128) = 128
145468 10:00:41.516647 close(13)        = 0
145468 10:00:41.516663 openat(AT_FDCWD, "/home/ron/.cache/fontconfig/8087dfd67547a1134e1b315c0e6294c3-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516687 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516704 openat(AT_FDCWD, "/home/ron/.fontconfig/8087dfd67547a1134e1b315c0e6294c3-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516719 openat(AT_FDCWD, "/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145468 10:00:41.516736 futex(0x789ec0dd31c0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145468 10:00:41.516750 getpid()         = 145319
145468 10:00:41.516763 gettid()         = 145468
145468 10:00:41.516776 futex(0x789ec0dd3158, FUTEX_WAKE_PRIVATE, 2147483647) = 1
145319 10:00:41.516789 <... futex resumed>) = 0
145468 10:00:41.516795 futex(0x5c594c0bab10, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
145319 10:00:41.516802 getpid()         = 145319
145319 10:00:41.516821 gettid()         = 145319
145319 10:00:41.517512 futex(0x5c594c0bab10, FUTEX_WAKE_PRIVATE, 1) = 1
145468 10:00:41.517532 <... futex resumed>) = 0
145319 10:00:41.517548 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.517572 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.517609 futex(0x5c594c010958, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
145468 10:00:41.518251 futex(0x5c594c010958, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.518266 <... futex resumed>) = 0
145468 10:00:41.518271 <... futex resumed>) = 1
145319 10:00:41.518280 futex(0x5c594c010948, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145468 10:00:41.518286 futex(0x5c594c010948, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.518293 <... futex resumed>) = -1 EAGAIN (Resource temporarily unavailable)
145468 10:00:41.518299 <... futex resumed>) = 0
145319 10:00:41.518305 futex(0x5c594c010948, FUTEX_WAKE_PRIVATE, 1) = 0
145319 10:00:41.518335 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.518358 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
145468 10:00:41.518364 futex(0x5c594c0bab10, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
145319 10:00:41.518370 <... futex resumed>) = 0
145319 10:00:41.518388 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.518409 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.518493 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.518520 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.518569 openat(AT_FDCWD, "/usr/share/fonts/Adwaita/AdwaitaSans-Regular.ttf", O_RDONLY) = 13
145319 10:00:41.518601 fstat(13, {st_mode=S_IFREG|0644, st_size=879796, ...}) = 0
145319 10:00:41.518624 mmap(NULL, 879796, PROT_READ, MAP_PRIVATE|MAP_NORESERVE, 13, 0) = 0x789eb8324000
145319 10:00:41.518651 close(13)        = 0
145319 10:00:41.518692 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.518843 access("/usr/share/fonts/Adwaita/AdwaitaSans-Regular.ttf", R_OK) = 0
145319 10:00:41.518897 openat(AT_FDCWD, "/usr/share/fonts/Adwaita/AdwaitaSans-Regular.ttf", O_RDONLY) = 13
145319 10:00:41.518923 fcntl(13, F_SETFD, FD_CLOEXEC) = 0
145319 10:00:41.518944 fstat(13, {st_mode=S_IFREG|0644, st_size=879796, ...}) = 0
145319 10:00:41.518966 mmap(NULL, 879796, PROT_READ, MAP_PRIVATE, 13, 0) = 0x789eb824d000
145319 10:00:41.518993 close(13)        = 0
145319 10:00:41.519994 futex(0x5c594c0bab10, FUTEX_WAKE_PRIVATE, 1) = 1
145468 10:00:41.520023 <... futex resumed>) = 0
145319 10:00:41.520031 futex(0x5c594c0a47b8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
145468 10:00:41.520815 futex(0x5c594c0a47b8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.520877 <... futex resumed>) = 0
145468 10:00:41.520883 <... futex resumed>) = 1
145319 10:00:41.520888 futex(0x5c594c0a47a8, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145468 10:00:41.520934 futex(0x5c594c0a47a8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
145319 10:00:41.520993 <... futex resumed>) = 0
145468 10:00:41.520998 <... futex resumed>) = 1
145319 10:00:41.521004 futex(0x5c594c0a47a8, FUTEX_WAKE_PRIVATE, 1) = 0
145319 10:00:41.521113 access("/usr/share/fonts/Adwaita/AdwaitaSans-Regular.ttf", R_OK <unfinished ...>
145468 10:00:41.521125 futex(0x5c594c0bab10, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
145319 10:00:41.521132 <... access resumed>) = 0
145319 10:00:41.521561 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.521622 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.521659 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.521684 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/Adwaita-Blue", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.521716 newfstatat(AT_FDCWD, "/home/ron/.icons/Adwaita-Blue", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.521741 newfstatat(AT_FDCWD, "/usr/local/share/icons/Adwaita-Blue", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.521766 newfstatat(AT_FDCWD, "/usr/share/icons/Adwaita-Blue", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.521789 newfstatat(AT_FDCWD, "/usr/local/share/pixmaps/Adwaita-Blue", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.521813 newfstatat(AT_FDCWD, "/usr/share/pixmaps/Adwaita-Blue", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.521837 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/Adwaita-Blue/index.theme", 0x7ffc66989460, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.521860 newfstatat(AT_FDCWD, "/home/ron/.icons/Adwaita-Blue/index.theme", 0x7ffc66989460, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.521883 newfstatat(AT_FDCWD, "/usr/local/share/icons/Adwaita-Blue/index.theme", 0x7ffc66989460, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.521906 newfstatat(AT_FDCWD, "/usr/share/icons/Adwaita-Blue/index.theme", 0x7ffc66989460, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.521929 newfstatat(AT_FDCWD, "/usr/local/share/pixmaps/Adwaita-Blue/index.theme", 0x7ffc66989460, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.521952 newfstatat(AT_FDCWD, "/usr/share/pixmaps/Adwaita-Blue/index.theme", 0x7ffc66989460, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.521975 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/Adwaita", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522003 newfstatat(AT_FDCWD, "/home/ron/.icons/Adwaita", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522026 newfstatat(AT_FDCWD, "/usr/local/share/icons/Adwaita", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522049 newfstatat(AT_FDCWD, "/usr/share/icons/Adwaita", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.522076 newfstatat(AT_FDCWD, "/usr/local/share/pixmaps/Adwaita", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522099 newfstatat(AT_FDCWD, "/usr/share/pixmaps/Adwaita", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522122 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/Adwaita/index.theme", 0x7ffc66989460, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522145 newfstatat(AT_FDCWD, "/home/ron/.icons/Adwaita/index.theme", 0x7ffc66989460, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522168 newfstatat(AT_FDCWD, "/usr/local/share/icons/Adwaita/index.theme", 0x7ffc66989460, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522191 newfstatat(AT_FDCWD, "/usr/share/icons/Adwaita/index.theme", {st_mode=S_IFREG|0644, st_size=3312, ...}, 0) = 0
145319 10:00:41.522216 openat(AT_FDCWD, "/usr/share/icons/Adwaita/index.theme", O_RDONLY|O_CLOEXEC) = 13
145319 10:00:41.522243 fstat(13, {st_mode=S_IFREG|0644, st_size=3312, ...}) = 0
145319 10:00:41.522266 read(13, "[Icon Theme]\nName=Adwaita\nCommen"..., 4096) = 3312
145319 10:00:41.522362 read(13, "", 4096) = 0
145319 10:00:41.522383 close(13)        = 0
145319 10:00:41.522410 openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
145319 10:00:41.522437 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.522478 newfstatat(AT_FDCWD, "/usr/share/icons/Adwaita/16x16/actions", 0x7ffc669893d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522505 newfstatat(AT_FDCWD, "/usr/share/icons/Adwaita/16x16/apps", 0x7ffc669893d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522531 newfstatat(AT_FDCWD, "/usr/share/icons/Adwaita/16x16/categories", 0x7ffc669893d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522557 newfstatat(AT_FDCWD, "/usr/share/icons/Adwaita/16x16/devices", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.522583 newfstatat(AT_FDCWD, "/usr/share/icons/Adwaita", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.522606 openat(AT_FDCWD, "/usr/share/icons/Adwaita/icon-theme.cache", O_RDONLY) = 13
145319 10:00:41.522631 fstat(13, {st_mode=S_IFREG|0644, st_size=38172, ...}) = 0
145319 10:00:41.522652 openat(AT_FDCWD, "/usr/share/icons/Adwaita/icon-theme.cache", O_RDONLY|O_CLOEXEC) = 14
145319 10:00:41.522676 fstat(14, {st_mode=S_IFREG|0644, st_size=38172, ...}) = 0
145319 10:00:41.522696 mmap(NULL, 38172, PROT_READ, MAP_PRIVATE, 14, 0) = 0x789ebdade000
145319 10:00:41.522723 close(14)        = 0
145319 10:00:41.522742 close(13)        = 0
145319 10:00:41.522819 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/AdwaitaLegacy", 0x7ffc66989450, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522846 newfstatat(AT_FDCWD, "/home/ron/.icons/AdwaitaLegacy", 0x7ffc66989450, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522869 newfstatat(AT_FDCWD, "/usr/local/share/icons/AdwaitaLegacy", 0x7ffc66989450, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522892 newfstatat(AT_FDCWD, "/usr/share/icons/AdwaitaLegacy", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.522917 newfstatat(AT_FDCWD, "/usr/local/share/pixmaps/AdwaitaLegacy", 0x7ffc66989450, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522940 newfstatat(AT_FDCWD, "/usr/share/pixmaps/AdwaitaLegacy", 0x7ffc66989450, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522964 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/AdwaitaLegacy/index.theme", 0x7ffc66989360, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.522987 newfstatat(AT_FDCWD, "/home/ron/.icons/AdwaitaLegacy/index.theme", 0x7ffc66989360, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.523012 newfstatat(AT_FDCWD, "/usr/local/share/icons/AdwaitaLegacy/index.theme", 0x7ffc66989360, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.523035 newfstatat(AT_FDCWD, "/usr/share/icons/AdwaitaLegacy/index.theme", {st_mode=S_IFREG|0644, st_size=4045, ...}, 0) = 0
145319 10:00:41.523060 openat(AT_FDCWD, "/usr/share/icons/AdwaitaLegacy/index.theme", O_RDONLY|O_CLOEXEC) = 13
145319 10:00:41.523084 fstat(13, {st_mode=S_IFREG|0644, st_size=4045, ...}) = 0
145319 10:00:41.523105 read(13, "[Icon Theme]\nName=AdwaitaLegacy\n"..., 4096) = 4045
145319 10:00:41.523208 read(13, "", 4096) = 0
145319 10:00:41.523228 close(13)        = 0
145319 10:00:41.523267 newfstatat(AT_FDCWD, "/usr/share/icons/AdwaitaLegacy/16x16/actions", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.523303 newfstatat(AT_FDCWD, "/usr/share/icons/AdwaitaLegacy", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.523328 openat(AT_FDCWD, "/usr/share/icons/AdwaitaLegacy/icon-theme.cache", O_RDONLY) = 13
145319 10:00:41.523355 fstat(13, {st_mode=S_IFREG|0644, st_size=29556, ...}) = 0
145319 10:00:41.523376 openat(AT_FDCWD, "/usr/share/icons/AdwaitaLegacy/icon-theme.cache", O_RDONLY|O_CLOEXEC) = 14
145319 10:00:41.523399 fstat(14, {st_mode=S_IFREG|0644, st_size=29556, ...}) = 0
145319 10:00:41.523420 mmap(NULL, 29556, PROT_READ, MAP_PRIVATE, 14, 0) = 0x789ebdad6000
145319 10:00:41.523443 close(14)        = 0
145319 10:00:41.523462 close(13)        = 0
145319 10:00:41.523583 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.523610 newfstatat(AT_FDCWD, "/home/ron/.icons/hicolor", 0x7ffc66989350, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.523634 newfstatat(AT_FDCWD, "/usr/local/share/icons/hicolor", 0x7ffc66989350, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.523657 newfstatat(AT_FDCWD, "/usr/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.523682 newfstatat(AT_FDCWD, "/usr/local/share/pixmaps/hicolor", 0x7ffc66989350, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.523705 newfstatat(AT_FDCWD, "/usr/share/pixmaps/hicolor", 0x7ffc66989350, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.523728 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/index.theme", 0x7ffc66989260, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.523751 newfstatat(AT_FDCWD, "/home/ron/.icons/hicolor/index.theme", 0x7ffc66989260, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.523774 newfstatat(AT_FDCWD, "/usr/local/share/icons/hicolor/index.theme", 0x7ffc66989260, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.523797 newfstatat(AT_FDCWD, "/usr/share/icons/hicolor/index.theme", {st_mode=S_IFREG|0644, st_size=55507, ...}, 0) = 0
145319 10:00:41.523821 openat(AT_FDCWD, "/usr/share/icons/hicolor/index.theme", O_RDONLY|O_CLOEXEC) = 13
145319 10:00:41.523844 fstat(13, {st_mode=S_IFREG|0644, st_size=55507, ...}) = 0
145319 10:00:41.523865 read(13, "[Icon Theme]\nName=Hicolor\nCommen"..., 4096) = 4096
145319 10:00:41.523893 read(13, "table,36x36@2/stock/table,36x36/"..., 4096) = 4096
145319 10:00:41.523915 read(13, "128@2/stock/net,128x128/stock/ob"..., 4096) = 4096
145319 10:00:41.523958 read(13, "pe=Threshold\n\n[16x16/emotes]\nSiz"..., 4096) = 4096
145319 10:00:41.524073 read(13, "stock/data]\nSize=22\nScale=2\nCont"..., 4096) = 4096
145319 10:00:41.524112 brk(0x5c594c114000) = 0x5c594c114000
145319 10:00:41.524221 read(13, "ext]\nSize=24\nContext=Stock\nType="..., 4096) = 4096
145319 10:00:41.524344 read(13, "6\nScale=2\nContext=FileSystems\nTy"..., 4096) = 4096
145319 10:00:41.524393 brk(0x5c594c135000) = 0x5c594c135000
145319 10:00:41.524496 read(13, "Type=Threshold\n\n[48x48@2/stock/i"..., 4096) = 4096
145319 10:00:41.524614 read(13, "eshold\n\n[72x72/animations]\nSize="..., 4096) = 4096
145319 10:00:41.524668 brk(0x5c594c156000) = 0x5c594c156000
145319 10:00:41.524758 read(13, "hreshold\n\n[96x96@2/mimetypes]\nSi"..., 4096) = 4096
145319 10:00:41.524873 read(13, "ock\nType=Threshold\n\n[128x128@2/s"..., 4096) = 4096
145319 10:00:41.524924 brk(0x5c594c177000) = 0x5c594c177000
145319 10:00:41.525037 read(13, "Context=Actions\nType=Scalable\n\n["..., 4096) = 4096
145319 10:00:41.525149 read(13, "\nMinSize=64\nSize=256\nScale=2\nMax"..., 4096) = 4096
145319 10:00:41.525236 brk(0x5c594c198000) = 0x5c594c198000
145319 10:00:41.525299 read(13, "\nType=Scalable\n\n[512x512/stock/t"..., 4096) = 2259
145319 10:00:41.525380 read(13, "", 4096) = 0
145319 10:00:41.525404 close(13)        = 0
145319 10:00:41.525519 newfstatat(AT_FDCWD, "/usr/share/icons/hicolor/16x16/actions", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.525549 newfstatat(AT_FDCWD, "/usr/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.525574 openat(AT_FDCWD, "/usr/share/icons/hicolor/icon-theme.cache", O_RDONLY) = 13
145319 10:00:41.525601 fstat(13, {st_mode=S_IFREG|0644, st_size=31600, ...}) = 0
145319 10:00:41.525622 openat(AT_FDCWD, "/usr/share/icons/hicolor/icon-theme.cache", O_RDONLY|O_CLOEXEC) = 14
145319 10:00:41.525647 fstat(14, {st_mode=S_IFREG|0644, st_size=31600, ...}) = 0
145319 10:00:41.525668 mmap(NULL, 31600, PROT_READ, MAP_PRIVATE, 14, 0) = 0x789ebdace000
145319 10:00:41.525692 close(14)        = 0
145319 10:00:41.525712 close(13)        = 0
145319 10:00:41.525736 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.525822 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.525854 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.525884 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.525912 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/apps", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.525939 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.525964 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.525989 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/apps", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 13
145319 10:00:41.526014 fstat(13, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
145319 10:00:41.526050 brk(0x5c594c1bc000) = 0x5c594c1bc000
145319 10:00:41.526077 getdents64(13, 0x5c594c192ff0 /* 3 entries */, 32768) = 80
145319 10:00:41.526113 getdents64(13, 0x5c594c192ff0 /* 0 entries */, 32768) = 0
145319 10:00:41.526136 brk(0x5c594c1b3000) = 0x5c594c1b3000
145319 10:00:41.526166 close(13)        = 0
145319 10:00:41.526201 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526232 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526269 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526306 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526342 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526372 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526403 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526436 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526466 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526496 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526527 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526557 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526587 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526617 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526647 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526677 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526707 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526738 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526784 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526815 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526845 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526874 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526904 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526933 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526963 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.526993 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527022 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527052 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527081 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527111 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527140 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527170 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527202 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527234 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527264 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527298 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527329 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527359 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527389 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527418 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527447 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527477 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527506 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/16x16@2/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527536 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527568 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527598 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527628 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527658 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/apps", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.527685 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.527711 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.527737 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/apps", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 13
145319 10:00:41.527762 fstat(13, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
145319 10:00:41.527786 getdents64(13, 0x5c594c192ff0 /* 3 entries */, 32768) = 80
145319 10:00:41.527813 getdents64(13, 0x5c594c192ff0 /* 0 entries */, 32768) = 0
145319 10:00:41.527834 close(13)        = 0
145319 10:00:41.527861 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527890 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527921 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527950 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.527981 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528010 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528044 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528073 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528104 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528133 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528162 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528192 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528222 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528254 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528288 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528319 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528350 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528380 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528410 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528439 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528469 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528498 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528527 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528556 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528585 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528615 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528644 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528673 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528702 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528731 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528760 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528792 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528821 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528851 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528880 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528909 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528939 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528967 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.528997 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529026 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529055 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529084 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529113 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/22x22@2/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529142 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529180 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529211 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529240 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529270 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/apps", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.529304 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.529330 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.529356 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/apps", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 13
145319 10:00:41.529381 fstat(13, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
145319 10:00:41.529404 getdents64(13, 0x5c594c192ff0 /* 3 entries */, 32768) = 80
145319 10:00:41.529431 getdents64(13, 0x5c594c192ff0 /* 0 entries */, 32768) = 0
145319 10:00:41.529452 close(13)        = 0
145319 10:00:41.529478 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529509 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529545 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529576 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529609 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529639 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529670 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529700 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529729 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529759 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529788 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529818 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529847 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529877 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529907 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529936 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529966 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.529995 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530027 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530057 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530086 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530115 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530144 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530173 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530203 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530232 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530261 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530295 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530325 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530355 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530387 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530417 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530447 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530479 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530509 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530539 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530568 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530597 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530627 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530656 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530686 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530715 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530745 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/24x24@2/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530774 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530807 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530837 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530867 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.530896 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/apps", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.530924 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.530949 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.530975 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/apps", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 13
145319 10:00:41.531000 fstat(13, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
145319 10:00:41.531026 getdents64(13, 0x5c594c193e00 /* 4 entries */, 32768) = 152
145319 10:00:41.531053 getdents64(13, 0x5c594c193e00 /* 0 entries */, 32768) = 0
145319 10:00:41.531074 close(13)        = 0
145319 10:00:41.531106 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531137 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531175 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531209 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531240 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531269 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531305 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531336 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531366 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531396 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531426 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531455 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531485 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531515 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531545 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531575 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531605 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531635 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531667 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531697 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531727 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531756 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531786 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531815 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531845 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531874 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531903 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531933 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531962 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.531993 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532023 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532052 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532082 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532111 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532141 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532171 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532200 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532230 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532259 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532292 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532324 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532354 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532383 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/32x32@2/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532413 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532444 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532474 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532504 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532540 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532571 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532601 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532631 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532661 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532691 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532723 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532760 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532791 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532821 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532852 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532882 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532914 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532946 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.532976 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533006 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533036 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533066 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533096 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533126 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533156 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533187 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533217 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533247 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533282 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533316 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533346 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533377 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533406 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533437 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533467 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533497 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533526 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533559 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533589 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533619 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533649 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533679 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533709 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533739 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533768 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533798 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533828 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533858 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/36x36@2/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533891 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533922 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533952 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.533981 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534011 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/apps", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.534040 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.534066 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.534093 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/apps", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 13
145319 10:00:41.534119 fstat(13, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
145319 10:00:41.534147 getdents64(13, 0x5c594c19beb0 /* 4 entries */, 32768) = 152
145319 10:00:41.534178 getdents64(13, 0x5c594c19beb0 /* 0 entries */, 32768) = 0
145319 10:00:41.534200 close(13)        = 0
145319 10:00:41.534228 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534258 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534303 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534336 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534367 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534400 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534431 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534460 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534490 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534520 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534550 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534579 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534609 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534638 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534668 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534698 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534729 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534758 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534790 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534820 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534850 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534879 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534909 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534938 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534968 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.534998 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535027 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535073 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535104 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535134 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535165 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535198 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535228 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535259 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535296 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535328 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535360 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535390 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535421 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535451 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535482 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535513 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535543 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/48x48@2/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535577 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535613 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535644 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535675 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535706 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/apps", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.535735 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.535762 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.535789 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/apps", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 13
145319 10:00:41.535816 fstat(13, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
145319 10:00:41.535840 getdents64(13, 0x5c594c19beb0 /* 3 entries */, 32768) = 80
145319 10:00:41.535868 getdents64(13, 0x5c594c19beb0 /* 0 entries */, 32768) = 0
145319 10:00:41.535889 close(13)        = 0
145319 10:00:41.535917 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535948 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.535980 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536010 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536043 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536075 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536106 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536136 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536166 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536197 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536229 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536259 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536294 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536328 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536361 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536392 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536422 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536453 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536483 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536514 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536544 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536575 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536605 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536635 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536665 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536696 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536726 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536756 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536786 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536817 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536850 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536881 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536911 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536941 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.536972 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537002 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537033 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537065 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537095 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537127 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537157 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537187 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537218 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/64x64@2/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537248 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537284 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537318 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537349 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537379 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537410 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537441 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537471 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537501 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537532 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537562 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537592 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537626 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537656 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537687 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537717 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537748 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537778 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537810 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537841 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537872 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537902 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537932 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537962 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.537992 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538023 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538053 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538083 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538113 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538144 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538174 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538204 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538234 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538264 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538300 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538331 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538361 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538391 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538424 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538455 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538485 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538515 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538545 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538575 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538607 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538637 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538667 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538697 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/72x72@2/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538727 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538758 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538789 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538819 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538851 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538882 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538912 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538943 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.538973 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539003 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539034 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539064 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539094 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539124 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539154 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539185 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539218 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539248 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539283 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539316 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539347 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539377 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539407 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539437 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539467 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539497 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539527 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539557 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539587 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539617 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539647 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539677 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539707 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539737 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539767 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539797 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539827 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539857 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539888 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539919 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539949 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.539982 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540012 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540055 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540086 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540117 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540148 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540179 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/96x96@2/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540213 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540244 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540276 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540313 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540344 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/apps", {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0
145319 10:00:41.540375 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.540402 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.540429 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/apps", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 13
145319 10:00:41.540456 fstat(13, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
145319 10:00:41.540481 getdents64(13, 0x5c594c19beb0 /* 3 entries */, 32768) = 120
145319 10:00:41.540510 getdents64(13, 0x5c594c19beb0 /* 0 entries */, 32768) = 0
145319 10:00:41.540532 close(13)        = 0
145319 10:00:41.540566 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540599 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540631 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540662 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540694 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540727 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540759 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540790 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540822 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540856 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540888 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540919 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540951 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.540983 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541014 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541045 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541077 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541107 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541138 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541170 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541201 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541232 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541263 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541300 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541333 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541365 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541396 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541427 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541458 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541489 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541520 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541551 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541582 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541613 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541647 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541679 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541710 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541741 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541772 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541803 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541834 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541865 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541895 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/128x128@2/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541927 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541958 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.541988 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542020 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542051 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542082 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542113 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542145 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542176 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542207 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542238 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542269 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542305 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542338 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542369 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542400 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542432 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542465 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542497 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542528 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542559 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542590 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542621 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542652 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542684 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542715 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542746 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542777 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542808 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542839 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542870 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542901 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542932 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542962 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.542993 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543024 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543055 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543086 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543118 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543149 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543180 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543213 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543247 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543281 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543314 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543346 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543377 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543409 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/192x192@2/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543441 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543473 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543504 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543536 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543567 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/apps", {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0
145319 10:00:41.543597 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.543624 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.543651 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/apps", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 13
145319 10:00:41.543678 fstat(13, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
145319 10:00:41.543702 getdents64(13, 0x5c594c19beb0 /* 3 entries */, 32768) = 120
145319 10:00:41.543730 getdents64(13, 0x5c594c19beb0 /* 0 entries */, 32768) = 0
145319 10:00:41.543752 close(13)        = 0
145319 10:00:41.543785 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543817 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543849 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543881 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543912 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543943 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.543975 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544006 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544038 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544069 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544103 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544135 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544166 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544198 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544230 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544261 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544297 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544329 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544361 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544392 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544424 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544455 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544487 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544519 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544550 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544581 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544614 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544645 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544676 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544708 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544739 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544770 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544802 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544834 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544865 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544899 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544932 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544963 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.544995 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545026 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545071 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545103 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545135 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/256x256@2/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545167 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545200 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545232 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545264 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545301 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/apps", {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0
145319 10:00:41.545333 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.545361 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.545389 openat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/apps", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 13
145319 10:00:41.545416 fstat(13, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
145319 10:00:41.545445 getdents64(13, 0x5c594c19beb0 /* 3 entries */, 32768) = 120
145319 10:00:41.545475 getdents64(13, 0x5c594c19beb0 /* 0 entries */, 32768) = 0
145319 10:00:41.545499 close(13)        = 0
145319 10:00:41.545529 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545561 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545595 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545627 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545659 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545692 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545725 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545757 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545792 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545825 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545858 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545890 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545922 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545955 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.545988 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546020 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546053 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546097 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546129 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546161 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546193 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546224 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546255 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546291 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546335 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546367 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546398 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546430 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546461 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546492 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546523 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546555 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546587 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546618 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546653 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546685 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546717 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546748 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546779 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546811 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546843 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546874 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546906 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/512x512@2/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546937 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/actions", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.546969 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/animations", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547001 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547033 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/categories", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547065 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/devices", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547097 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/emblems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547128 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/emotes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547160 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/filesystems", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547191 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/intl", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547223 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/mimetypes", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547256 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/places", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547291 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/status", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547324 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/stock/chart", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547357 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/stock/code", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547388 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/stock/data", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547420 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/stock/form", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547453 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/stock/image", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547485 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/stock/io", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547517 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/stock/media", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547548 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/stock/navigation", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547580 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/stock/net", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547612 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/stock/object", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547643 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/stock/table", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547674 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/scalable/stock/text", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.547706 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/hicolor/symbolic/apps", 0x7ffc669891d0, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.548157 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/gnome", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.548188 newfstatat(AT_FDCWD, "/home/ron/.icons/gnome", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.548215 newfstatat(AT_FDCWD, "/usr/local/share/icons/gnome", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.548241 newfstatat(AT_FDCWD, "/usr/share/icons/gnome", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.548268 newfstatat(AT_FDCWD, "/usr/local/share/pixmaps/gnome", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.548298 newfstatat(AT_FDCWD, "/usr/share/pixmaps/gnome", 0x7ffc66989550, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.548324 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons/gnome/index.theme", 0x7ffc66989460, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.548350 newfstatat(AT_FDCWD, "/home/ron/.icons/gnome/index.theme", 0x7ffc66989460, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.548376 newfstatat(AT_FDCWD, "/usr/local/share/icons/gnome/index.theme", 0x7ffc66989460, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.548401 newfstatat(AT_FDCWD, "/usr/share/icons/gnome/index.theme", 0x7ffc66989460, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.548426 newfstatat(AT_FDCWD, "/usr/local/share/pixmaps/gnome/index.theme", 0x7ffc66989460, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.548451 newfstatat(AT_FDCWD, "/usr/share/pixmaps/gnome/index.theme", 0x7ffc66989460, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.548477 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.548508 newfstatat(AT_FDCWD, "/home/ron/.local/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.548535 openat(AT_FDCWD, "/home/ron/.local/share/icons/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.548562 openat(AT_FDCWD, "/home/ron/.local/share/icons", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 13
145319 10:00:41.548589 fstat(13, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
145319 10:00:41.548822 getdents64(13, 0x5c594c056310 /* 3 entries */, 32768) = 80
145319 10:00:41.548857 getdents64(13, 0x5c594c056310 /* 0 entries */, 32768) = 0
145319 10:00:41.548880 close(13)        = 0
145319 10:00:41.548903 newfstatat(AT_FDCWD, "/home/ron/.icons", 0x7ffc66989670, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.548934 newfstatat(AT_FDCWD, "/usr/local/share/icons", 0x7ffc66989670, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.548960 newfstatat(AT_FDCWD, "/usr/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.548988 newfstatat(AT_FDCWD, "/usr/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.549015 openat(AT_FDCWD, "/usr/share/icons/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.549042 openat(AT_FDCWD, "/usr/share/icons", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 13
145319 10:00:41.549068 fstat(13, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
145319 10:00:41.549092 getdents64(13, 0x5c594c056310 /* 28 entries */, 32768) = 968
145319 10:00:41.549135 getdents64(13, 0x5c594c056310 /* 0 entries */, 32768) = 0
145319 10:00:41.549158 close(13)        = 0
145319 10:00:41.549183 newfstatat(AT_FDCWD, "/usr/local/share/pixmaps", 0x7ffc66989670, 0) = -1 ENOENT (No such file or directory)
145319 10:00:41.549209 newfstatat(AT_FDCWD, "/usr/share/pixmaps", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.549237 newfstatat(AT_FDCWD, "/usr/share/pixmaps", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
145319 10:00:41.549263 openat(AT_FDCWD, "/usr/share/pixmaps/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
145319 10:00:41.549298 openat(AT_FDCWD, "/usr/share/pixmaps", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 13
145319 10:00:41.549325 fstat(13, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
145319 10:00:41.549349 getdents64(13, 0x5c594c056310 /* 41 entries */, 32768) = 1504
145319 10:00:41.549411 getdents64(13, 0x5c594c056310 /* 0 entries */, 32768) = 0
145319 10:00:41.549435 close(13)        = 0
145319 10:00:41.549486 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.549537 openat(AT_FDCWD, "/usr/share/icons/Adwaita/symbolic/ui/window-close-symbolic.svg", O_RDONLY|O_CLOEXEC) = 13
145319 10:00:41.549572 statx(13, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_TYPE, {stx_mask=STATX_TYPE|STATX_MODE|STATX_NLINK|STATX_UID|STATX_GID|STATX_ATIME|STATX_INO|STATX_SIZE|STATX_BLOCKS|STATX_MNT_ID, stx_attributes=0, stx_mode=S_IFREG|0644, stx_size=767, ...}) = 0
145319 10:00:41.549608 read(13, "<?xml version=\"1.0\" encoding=\"UT"..., 8192) = 767
145319 10:00:41.549642 read(13, "", 8192) = 0
145319 10:00:41.549666 close(13)        = 0
145319 10:00:41.549750 openat(AT_FDCWD, "/usr/share/icons/Adwaita/symbolic/ui/window-close-symbolic.svg", O_RDONLY|O_CLOEXEC) = 13
145319 10:00:41.549779 statx(13, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_TYPE, {stx_mask=STATX_TYPE|STATX_MODE|STATX_NLINK|STATX_UID|STATX_GID|STATX_ATIME|STATX_INO|STATX_SIZE|STATX_BLOCKS|STATX_MNT_ID, stx_attributes=0, stx_mode=S_IFREG|0644, stx_size=767, ...}) = 0
145319 10:00:41.549828 read(13, "<?xml version=\"1.0\" encoding=\"UT"..., 65536) = 767
145319 10:00:41.549855 read(13, "", 65536) = 0
145319 10:00:41.549900 close(13)        = 0
145319 10:00:41.549933 getpeername(2, 0x7ffc66988fa0, [128]) = -1 ENOTSOCK (Socket operation on non-socket)
145319 10:00:41.549962 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.549984 ioctl(2, TCGETS, {c_iflag=ICRNL|IUTF8, c_oflag=NL0|CR0|TAB0|BS0|VT0|FF0|OPOST|ONLCR, c_cflag=B38400|CS8|CREAD, c_lflag=ISIG|ICANON|ECHO|ECHOE|ECHOK|IEXTEN|ECHOCTL|ECHOKE, ...}) = 0
145319 10:00:41.550041 getpid()         = 145319
145319 10:00:41.550066 openat(AT_FDCWD, "/etc/localtime", O_RDONLY|O_CLOEXEC) = 13
145319 10:00:41.550095 fstat(13, {st_mode=S_IFREG|0644, st_size=2933, ...}) = 0
145319 10:00:41.550120 fstat(13, {st_mode=S_IFREG|0644, st_size=2933, ...}) = 0
145319 10:00:41.550144 read(13, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0\v\0\0\0\0"..., 4096) = 2933
145319 10:00:41.550171 lseek(13, -1859, SEEK_CUR) = 1074
145319 10:00:41.550192 read(13, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0\f\0\0\0\0"..., 4096) = 1859
145319 10:00:41.550218 close(13)        = 0
145319 10:00:41.550252 write(2, "\n(gtk3-demo:145319): Gtk-\33[1;33m"..., 128) = 128
145319 10:00:41.550305 write(2, "e that pixbuf loaders or the mim"..., 63) = 63
145319 10:00:41.550469 openat(AT_FDCWD, "/usr/share/icons/Adwaita/scalable/status/image-missing.svg", O_RDONLY|O_CLOEXEC) = 13
145319 10:00:41.550624 statx(13, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_TYPE, {stx_mask=STATX_TYPE|STATX_MODE|STATX_NLINK|STATX_UID|STATX_GID|STATX_ATIME|STATX_INO|STATX_SIZE|STATX_BLOCKS|STATX_MNT_ID, stx_attributes=0, stx_mode=S_IFREG|0644, stx_size=1331, ...}) = 0
145319 10:00:41.550665 read(13, "<?xml version=\"1.0\" encoding=\"UT"..., 65536) = 1331
145319 10:00:41.550689 read(13, "", 65536) = 0
145319 10:00:41.550722 close(13)        = 0
145319 10:00:41.550750 write(2, "**\nGtk:ERROR:../gtk/gtk/gtkiconh"..., 238) = 238
145319 10:00:41.550805 futex(0x789ec17fefe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
145319 10:00:41.550832 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0xc), ...}) = 0
145319 10:00:41.550860 write(1, "Bail out! Gtk:ERROR:../gtk/gtk/g"..., 245) = 245
145319 10:00:41.550892 gettid()         = 145319
145319 10:00:41.550917 getpid()         = 145319
145319 10:00:41.550940 tgkill(145319, 145319, SIGABRT) = 0
145319 10:00:41.550962 --- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=145319, si_uid=1001} ---
145468 10:00:41.827407 <... futex resumed>) = ?
145467 10:00:41.827440 <... ppoll resumed> <unfinished ...>) = ?
145466 10:00:41.827447 <... futex resumed>) = ?
145465 10:00:41.827451 <... ppoll resumed> <unfinished ...>) = ?
145458 10:00:41.827457 <... ppoll resumed> <unfinished ...>) = ?
145457 10:00:41.827463 <... futex resumed>) = ?
145468 10:00:41.827490 +++ killed by SIGABRT (core dumped) +++
145466 10:00:41.827496 +++ killed by SIGABRT (core dumped) +++
145465 10:00:41.827498 +++ killed by SIGABRT (core dumped) +++
145467 10:00:41.827500 +++ killed by SIGABRT (core dumped) +++
145458 10:00:41.827503 +++ killed by SIGABRT (core dumped) +++
145457 10:00:41.829098 +++ killed by SIGABRT (core dumped) +++

and printenv

GDMSESSION=hyprland
COLORTERM=truecolor
XDG_SEAT=seat0
__FISH_EZA_OPT_NAMES=EZA_L_OPTIONS EZA_LA_OPTIONS EZA_LD_OPTIONS EZA_LI_OPTIONS EZA_LID_OPTIONS EZA_LAA_OPTIONS EZA_LAD_OPTIONS EZA_LAI_OPTIONS EZA_LAID_OPTIONS EZA_LAAD_OPTIONS EZA_LAAI_OPTIONS EZA_LAAID_OPTIONS EZA_LL_OPTIONS EZA_LG_OPTIONS EZA_LE_OPTIONS EZA_LT_OPTIONS EZA_LC_OPTIONS EZA_LO_OPTIONS
TMUX_PLUGIN_MANAGER_PATH=/home/ron/.config/tmux/plugins/
XCURSOR_SIZE=24
USERNAME=ron
EZA_LD_OPTIONS=--only-dirs
EZA_LAAD_OPTIONS=--all --all --binary --only-dirs
EZA_LA_OPTIONS=--all --binary
TMUX=/tmp/tmux-1001/default,6624,4
ELECTRON_OZONE_PLATFORM_HINT=auto
EZA_LC_OPTIONS=--across
EZA_LT_OPTIONS=--tree --level
SSH_AUTH_SOCK=/run/user/1001/gcr/ssh
SHELL=/bin/fish
XDG_SESSION_DESKTOP=hyprland
EZA_LAA_OPTIONS=--all --all --binary
TERM_PROGRAM_VERSION=3.5a
PATH=/usr/lib/go/bin::/home/ron/.local/bin:/home/ron/go/bin:/home/ron/.yarn/bin:/home/ron/.local/share/nvim/site/pack/packer/start/fzf/bin:/home/ron/.local/share/nvm/v22.14.0/bin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
EZA_LAAI_OPTIONS=--all --all --binary --icons
LOGNAME=ron
GBM_BACKEND=nvidia-drm
HYPRCURSOR_SIZE=24
XDG_SESSION_TYPE=wayland
GDK_DPI_SCALE=0.8
__FISH_EZA_ALIASES=l la ld li lid laa lad lai laid laad laai laaid ll lla lld lli llid llaa llad llai llaid llaad llaai llaaid lg lga lgd lgi lgid lgaa lgad lgai lgaid lgaad lgaai lgaaid le lea led lei leid leaa lead leai leaid leaad leaai leaaid lt lta ltd lti ltid ltad ltai ltaid ltaad ltaai ltaaid lc lca lcd lci lcid lcaa lcad lcai lcaid lcaad lcaai lcaaid lo loa lod loi loid loaa load loai loaid loaad loaai loaaid
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1001/bus
EDITOR=nvim
SHLVL=2
FZF_DEFAULT_OPTS=   --highlight-line   --info=inline-right   --ansi   --layout=reverse   --border=none   --color=bg+:#283457   --color=bg:#16161e   --color=border:#27a1b9   --color=fg:#c0caf5   --color=gutter:#16161e   --color=header:#ff9e64   --color=hl+:#2ac3de   --color=hl:#2ac3de   --color=info:#545c7e   --color=marker:#ff007c   --color=pointer:#ff007c   --color=prompt:#2ac3de   --color=query:#c0caf5:regular   --color=scrollbar:#27a1b9   --color=separator:#ff9e64   --color=spinner:#ff007c   --highlight-line   --info=inline-right   --ansi   --layout=reverse   --border=none   --color=bg+:#283457   --color=bg:#16161e   --color=border:#27a1b9   --color=fg:#c0caf5   --color=gutter:#16161e   --color=header:#ff9e64   --color=hl+:#2ac3de   --color=hl:#2ac3de   --color=info:#545c7e   --color=marker:#ff007c   --color=pointer:#ff007c   --color=prompt:#2ac3de   --color=query:#c0caf5:regular   --color=scrollbar:#27a1b9   --color=separator:#ff9e64   --color=spinner:#ff007c
TERM_PROGRAM=tmux
TERMINFO=/usr/share/terminfo
__FISH_EZA_EXPANDED_OPT_NAME=LA LD LI LID LAA LAD LAI LAID LAAD LAAI LAAID
EZA_LO_OPTIONS=--oneline
__GLX_VENDOR_LIBRARY_NAME=nvidia
DESKTOP_SESSION=hyprland
XDG_CURRENT_DESKTOP=Hyprland
LIBVA_DRIVER_NAME=nvidia
EZA_LG_OPTIONS=--git --git-ignore --long
EZA_LL_OPTIONS=--long
__FISH_EZA_BASE_ALIASES=l ll lg le lt lc lo
TERM=tmux-256color
GHOSTTY_SHELL_INTEGRATION_NO_SUDO=1
TODO_DIR=/home/ron/Nextcloud/todo/
resurrect_dir=/home/ron/.tmux/resurrect
DISPLAY=:0
XDG_DATA_DIRS=/usr/local/share:/usr/share
XDG_RUNTIME_DIR=/run/user/1001
nvm_current_version=v22.14.0
HYPRLAND_CMD=Hyprland
GDK_SCALE=1
XDG_BACKEND=wayland
_JAVA_AWT_WM_NONREPARENTING=1
GDM_LANG=en_US.UTF-8
EZA_LAI_OPTIONS=--all --binary --icons
EZA_LAAID_OPTIONS=--all --all --binary --icons --only-dirs
EZA_STANDARD_OPTIONS=--group --header --group-directories-first
__FISH_EZA_EXPANDED=a d i id aa ad ai aid aad aai aaid
XDG_SESSION_ID=7
EZA_LAD_OPTIONS=--all --binary --only-dirs
MAIL=/var/spool/mail/ron
EZA_LID_OPTIONS=--icons --only-dirs
STARSHIP_SHELL=fish
MOTD_SHOWN=pam
TMUX_PANE=%11
XDG_SESSION_CLASS=user
__FISH_EZA_SORT_OPTIONS=name .name size ext mod old acc cr inode
XDG_VTNR=2
WAYLAND_DISPLAY=wayland-1
MOZ_ENABLE_WAYLAND=1
LANG=en_US.UTF-8
EZA_LI_OPTIONS=--icons
EZA_LE_OPTIONS=--extended --long
EZA_LAID_OPTIONS=--all --binary --icons --only-dirs
HOME=/home/ron
GHOSTTY_RESOURCES_DIR=/usr/share/ghostty

Last edited by rhvdwijngaard (2025-05-17 20:11:50)

Offline

#2 2025-05-14 16:02:19

seth
Member
Registered: 2012-09-03
Posts: 64,249

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

You're not facing the flatschpak situation and the error is slightly different.

gdk-pixbuf-query-loaders

Edit:

pacman -Qikk gtk3 gdk-pixbuf2 glib2 librsvg

Possibly

sudo update-mime-database /usr/share/mime
sudo gdk-pixbuf-query-loaders --update-cache

Last edited by seth (2025-05-14 16:04:02)

Offline

#3 2025-05-15 06:10:38

rhvdwijngaard
Member
Registered: 2018-03-20
Posts: 11

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

Hey, thanks for getting back to me. 

Honestly, I already tried everything you suggested. Went through every fix listed in the thread but the problem is not solved.

Been on Arch for, what, close to ten years now? Never run into a headache like this before. Wild. Anyway, appreciate you trying to help.

Cheers, Ron

Offline

#4 2025-05-15 06:14:12

seth
Member
Registered: 2012-09-03
Posts: 64,249

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

Tried?
I was rather asking for the output of

gdk-pixbuf-query-loaders
pacman -Qikk gtk3 gdk-pixbuf2 glib2 librsvg

Offline

#5 2025-05-15 08:18:39

rhvdwijngaard
Member
Registered: 2018-03-20
Posts: 11

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

Sorry, I didn't quite understand that. Here's the output:

❯ gdk-pixbuf-query-loaders
# GdkPixbuf Image Loader Modules file
# Automatically generated file, do not edit
# Created by gdk-pixbuf-query-loaders from gdk-pixbuf-2.42.10
#
# LoaderDir = /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders
#
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/io-wmf.so"
"wmf" 0 "gdk-pixbuf" "Windows Metafile" ""
"image/x-wmf" ""
"wmf" "apm" ""
"\327\315\306\232" "" 100
"\001" "" 100

"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-avif.so"
"avif" 5 "gdk-pixbuf" "AV1 Image File Format" "BSD"
"image/avif" ""
"avif" ""
"    ftypavif" "zzz         " 100

"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-heif.so"
"heif/avif" 4 "pixbufloader-heif" "HEIF/AVIF Image" "LGPL3"
"image/heif" "image/heic" "image/avif" ""
"heif" "heic" "avif" ""
"    ftyp" "xxxx    " 100

"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jxl.so"
"jxl" 5 "gdk-pixbuf" "JPEG XL image" "BSD-3"
"image/jxl" ""
"jxl" ""
"\377\n" "  " 100
"...\fJXL \r\n\207\n" "zzz         " 100

"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-webp.so"
"webp" 5 "gdk-pixbuf" "The WebP image format" "LGPL"
"image/webp" "audio/x-riff" ""
"webp" ""
"RIFFsizeWEBP" "    xxxx    " 100

"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader_svg.so"
"svg" 6 "gdk-pixbuf" "Scalable Vector Graphics" "LGPL"
"image/svg+xml" "image/svg" "image/svg-xml" "image/vnd.adobe.svg+xml" "text/xml-svg" "image/svg+xml-compressed" ""
"svg" "svgz" "svg.gz" ""
" <svg" "*    " 100
" <!DOCTYPE svg" "*             " 100
❯ pacman -Qikk gtk3 gdk-pixbuf2 glib2 librsvg
Name            : gtk3
Version         : 1:3.24.49-2
Description     : GObject-based multi-platform GUI toolkit
Architecture    : x86_64
URL             : https://www.gtk.org/
Licenses        : LGPL-2.1-or-later
Groups          : None
Provides        : gtk3-print-backends  libgailutil-3.so=0-64  libgdk-3.so=0-64  libgtk-3.so=0-64
Depends On      : adwaita-fonts  adwaita-icon-theme  at-spi2-core  cairo  dconf  desktop-file-utils  fontconfig  fribidi  gdk-pixbuf2  glib2  glibc  harfbuzz  iso-codes  libcloudproviders  libcolord  libcups  libegl  libepoxy  libgl  librsvg  libx11
                  libxcomposite  libxcursor  libxdamage  libxext  libxfixes  libxi  libxinerama  libxkbcommon  libxrandr  libxrender  pango  shared-mime-info  tinysparql  wayland  gtk-update-icon-cache
Optional Deps   : evince: Default print preview command [installed]
Required By     : appstream-glib  ayatana-ido  bleachbit  cheese  chromium  clutter  electron31  electron35  eog  evince  evolution-data-server  firefox  gcr  gdm  gimp  gitg  gnome-autoar  gnome-color-manager  gnome-desktop  gnome-dictionary
                  gnome-disk-utility  gnome-photos  gnome-screenshot  gnome-session  gnome-settings-daemon  gnome-terminal  gnuplot  gspell  gst-plugin-gtk  gtk-layer-shell  gtk3-demos  gtkmm3  gtksourceview4  guvcview  libappindicator-gtk3
                  libayatana-appindicator  libayatana-indicator  libcheese  libdazzle  libdbusmenu-gtk3  libhandy  libkeybinder3  libnma  libpeas  libportal-gtk3  librewolf-bin  libwnck3  libxfce4ui  linux-wifi-hotspot  mousetweaks  mullvad-vpn-bin
                  nvidia-settings  nwg-look  orca  peek  polkit-gnome  qalculate-gtk  rygel  signal-desktop  slack-desktop  sushi  teams  thunderbird  totem  vte3  waybar  webkit2gtk  webkit2gtk-4.1  wlogout  wofi  wxwidgets-gtk3  xdg-desktop-portal-gtk
                  xdg-user-dirs-gtk  yelp  zen-browser-bin
Optional For    : avahi  ghostscript  grilo  jdk-openjdk  jre8-openjdk  libcanberra  libdecor  liberica-jdk-full-bin  libreoffice-fresh  lshw  pass  pinentry  qt5-base  qt6-base  vlc  zbar
Conflicts With  : gtk3-print-backends
Replaces        : gtk3-print-backends<=3.22.26-1
Installed Size  : 53.14 MiB
Packager        : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date      : Fri 09 May 2025 06:56:53 PM CEST
Install Date    : Wed 14 May 2025 08:41:25 AM CEST
Install Reason  : Installed as a dependency for another package
Install Script  : Yes
Validated By    : Signature

gtk3: 1020 total files, 0 altered files
Name            : gdk-pixbuf2
Version         : 2.42.10-2
Description     : An image loading library
Architecture    : x86_64
URL             : https://wiki.gnome.org/Projects/GdkPixbuf
Licenses        : LGPL
Groups          : None
Provides        : libgdk_pixbuf-2.0.so=0-64
Depends On      : glib2  libpng  libtiff  libjpeg  shared-mime-info
Optional Deps   : libwmf: Load .wmf and .apm [installed]
                  libopenraw: Load .dng, .cr2, .crw, .nef, .orf, .pef, .arw, .erf, .mrw, and .raf
                  libavif: Load .avif [installed]
                  libheif: Load .heif, .heic, and .avif [installed]
                  libjxl: Load .jxl [installed]
                  librsvg: Load .svg, .svgz, and .svg.gz [installed]
                  webp-pixbuf-loader: Load .webp [installed]
Required By     : appstream  appstream-glib  ayatana-ido  clutter-gst  cogl  dunst  eog  epiphany  evince  firefox  gcr  gdm  gegl  ghostscript  gimp  gitg  gnome-color-manager  gnome-contacts  gnome-control-center  gnome-desktop  gnome-desktop-4
                  gnome-disk-utility  gnome-music  gnome-screenshot  gnome-shell  gnome-software  gnome-system-monitor  gst-plugins-good  gtk-update-icon-cache  gtk3  gtk3-demos  gtk4  gtkmm-4.0  gtkmm3  gtksourceview5  libayatana-indicator  libcheese
                  libdmapsharing  libgsf  libhandy  libmediaart  libnotify  librsvg  libshumate  libsixel  libwnck3  mutter  nautilus  nwg-look  qalculate-gtk  rofi-wayland  rygel  simple-scan  sushi  thunderbird  totem  tumbler  vlc  vte3  webkit2gtk
                  webkit2gtk-4.1  webkitgtk-6.0  webp-pixbuf-loader  wofi  wxwidgets-gtk3  xdg-desktop-portal  xdg-desktop-portal-gnome  xdg-desktop-portal-gtk
Optional For    : libjxl  libwmf  qt6-base
Conflicts With  : None
Replaces        : None
Installed Size  : 2.96 MiB
Packager        : Felix Yan <felixonmars@archlinux.org>
Build Date      : Mon 02 Jan 2023 11:22:28 PM CET
Install Date    : Thu 15 May 2025 08:00:31 AM CEST
Install Reason  : Installed as a dependency for another package
Install Script  : Yes
Validated By    : Signature

gdk-pixbuf2: 367 total files, 0 altered files
Name            : glib2
Version         : 2.84.1-1
Description     : Low level core library
Architecture    : x86_64
URL             : https://gitlab.gnome.org/GNOME/glib
Licenses        : LGPL-2.1-or-later
Groups          : None
Provides        : libglib-2.0.so=0-64  libgio-2.0.so=0-64  libgirepository-2.0.so=0-64  libgmodule-2.0.so=0-64  libgobject-2.0.so=0-64  libgthread-2.0.so=0-64
Depends On      : bash  glibc  libffi  libsysprof-capture  pcre2  util-linux-libs  zlib  libffi.so=8-64  libmount.so=1-64
Optional Deps   : dconf: GSettings storage backend [installed]
                  glib2-devel: development tools
                  gvfs: most gio functionality [installed]
Required By     : accountsservice  appstream  appstream-glib  at-spi2-core  avahi  ayatana-ido  baobab  bluez  bluez-utils  brltty  cairo  colord-gtk4  conmon  cups-pk-helper  dbus-glib  dconf  desktop-file-utils  dleyna  dunst  enchant  endeavour  eog
                  epiphany  evince  evolution-data-server  ffmpeg  file-roller  firefox  fluidsynth  folks  gcr  gcr-4  gdk-pixbuf2  gdm  gegl  geoclue  geocode-glib-common  ghostscript  ghostty  gimp  gitg  gjs  glib-networking  glibmm  glibmm-2.68
                  gmime3  gnome-autoar  gnome-bluetooth-3.0  gnome-break-timer  gnome-browser-connector  gnome-calculator  gnome-calendar  gnome-characters  gnome-chess  gnome-clocks  gnome-color-manager  gnome-contacts  gnome-control-center
                  gnome-desktop  gnome-desktop-4  gnome-disk-utility  gnome-font-viewer  gnome-keyring  gnome-logs  gnome-maps  gnome-menus  gnome-music  gnome-online-accounts  gnome-remote-desktop  gnome-screenshot  gnome-session  gnome-settings-daemon
                  gnome-shell  gnome-software  gnome-system-monitor  gnome-terminal  gnome-text-editor  gnome-tweaks  gnome-user-share  gnuplot  gobject-introspection  gom  gpgme  graphene  grilo-plugins  gsound  gspell  gssdp  gst-devtools-libs
                  gst-editing-services  gst-libav  gst-plugin-gtk  gst-plugin-gtk4  gst-plugin-pipewire  gst-plugins-bad  gst-plugins-bad-libs  gst-plugins-base  gst-plugins-base-libs  gst-plugins-good  gst-plugins-ugly  gst-python  gstreamer
                  gtk-update-icon-cache  gtk3  gtk3-demos  gtk4  gtkmm-4.0  gtkmm3  gtksourceview5  gts  gupnp  gupnp-av  gupnp-dlna  gupnp-igd  gvfs  gvfs-afc  gvfs-dnssd  gvfs-goa  gvfs-google  gvfs-gphoto2  gvfs-mtp  gvfs-nfs  gvfs-smb  harfbuzz
                  hyprland  hyprlock  iio-sensor-proxy  imagemagick  json-glib  lensfun  libadwaita  libappindicator-gtk3  libayatana-appindicator  libayatana-indicator  libblockdev  libblockdev-crypto  libblockdev-fs  libblockdev-loop
                  libblockdev-mdraid  libblockdev-nvme  libblockdev-part  libblockdev-swap  libcheese  libcloudproviders  libcolord  libdbusmenu-glib  libedataserverui4  libgdiplus  libgdm  libgee  libgexiv2  libgirepository  libgit2-glib  libgoa
                  libgsf  libgtop  libgudev  libgusb  libgweather-4  libgxps  libhandy  libibus  libical  libinstpatch  liblangtag  liblqr  libmalcontent  libmanette  libmediaart  libmm-glib  libmypaint  libnautilus-extension  libnice  libnm  libnotify
                  libosinfo  libpeas  libportal  libportal-gtk3  libportal-gtk4  libproxy  libpulse  libreoffice-fresh  librest  librsvg  libsecret  libshumate  libsixel  libsoup  libsoup3  libspeechd  libspelling  libvirt  libwacom  libwireplumber
                  libwnck3  libxfce4util  libxmlb  localsearch  mutter  nautilus  networkmanager  nwg-look  orca  pango  pangomm-2.48  pavucontrol  pinentry  pipewire  pipewire-audio  pipewire-pulse  playerctl  polkit  poppler-glib  python-dbus
                  python-gobject  qalculate-gtk  qt6-base  qt6-webengine  qtkeychain-qt6  rofi-wayland  rygel  sane  shared-mime-info  signal-desktop  simple-scan  sushi  tecla  thunderbird  tinysparql  totem  totem-pl-parser  udisks2  upower  vlc
                  volume_key  vte3  waybar  webkit2gtk  webkit2gtk-4.1  webkitgtk-6.0  weston  wezterm  wireplumber  wireshark-cli  wofi  wxwidgets-common  wxwidgets-gtk3  xdg-dbus-proxy  xdg-desktop-portal  xdg-desktop-portal-gnome
                  xdg-desktop-portal-gtk  xdg-user-dirs-gtk  yelp  zenity
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 37.19 MiB
Packager        : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date      : Thu 03 Apr 2025 07:08:10 PM CEST
Install Date    : Wed 14 May 2025 08:30:16 AM CEST
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

glib2: 734 total files, 0 altered files
Name            : librsvg
Version         : 2:2.60.0-2
Description     : SVG rendering library
Architecture    : x86_64
URL             : https://wiki.gnome.org/Projects/LibRsvg
Licenses        : LGPL-2.1-or-later
Groups          : None
Provides        : librsvg-2.so=2-64
Depends On      : cairo  dav1d  freetype2  gcc-libs  gdk-pixbuf2  glib2  glibc  harfbuzz  libxml2  pango
Optional Deps   : None
Required By     : appstream  baobab  cheese  eog  ffmpeg  ffmpeg4.4  fuzzel  gegl  gimp  gnome-chess  gnome-maps  gnome-photos  gnome-settings-daemon  gnome-system-monitor  graphviz  gst-plugins-bad  gtk-update-icon-cache  gtk3  gtk4  hyprcursor
                  libvips
Optional For    : gdk-pixbuf2  imagemagick  imlib2  links  vlc
Conflicts With  : None
Replaces        : None
Installed Size  : 10.65 MiB
Packager        : Robin Candau <antiz@archlinux.org>
Build Date      : Wed 23 Apr 2025 02:29:01 PM CEST
Install Date    : Wed 14 May 2025 09:08:29 AM CEST
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

librsvg: 35 total files, 0 altered files

Last edited by rhvdwijngaard (2025-05-15 10:54:18)

Offline

#6 2025-05-15 14:13:48

seth
Member
Registered: 2012-09-03
Posts: 64,249

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

Name            : gdk-pixbuf2
Version         : 2.42.10-2

https://archlinux.org/packages/extra/x8 … k-pixbuf2/ is 2.42.12-2 from 2024-10-05 and if I remember correctly, some OCD Vampire once told me that 12 is larger than 10 "muaHAHAHAhahah"

Do you have it in your ignore list in pacman.conf ?

Offline

#7 2025-05-15 17:01:48

rhvdwijngaard
Member
Registered: 2018-03-20
Posts: 11

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

ai ai ai, I tried to downgrade gdk-pixbuf2 to see if that solves the problem. I did run

sudo pacman -Syu

and now the output looks like this:

❯ pacman -Qikk gtk3 gdk-pixbuf2 glib2 librsvg
Name            : gtk3
Version         : 1:3.24.49-2
Description     : GObject-based multi-platform GUI toolkit
Architecture    : x86_64
URL             : https://www.gtk.org/
Licenses        : LGPL-2.1-or-later
Groups          : None
Provides        : gtk3-print-backends  libgailutil-3.so=0-64  libgdk-3.so=0-64  libgtk-3.so=0-64
Depends On      : adwaita-fonts  adwaita-icon-theme  at-spi2-core  cairo  dconf  desktop-file-utils  fontconfig  fribidi
                  gdk-pixbuf2  glib2  glibc  harfbuzz  iso-codes  libcloudproviders  libcolord  libcups  libegl  libepoxy
                  libgl  librsvg  libx11  libxcomposite  libxcursor  libxdamage  libxext  libxfixes  libxi  libxinerama
                  libxkbcommon  libxrandr  libxrender  pango  shared-mime-info  tinysparql  wayland  gtk-update-icon-cache
Optional Deps   : evince: Default print preview command [installed]
Required By     : appstream-glib  ayatana-ido  bleachbit  cheese  chromium  clutter  electron31  electron35  eog  evince
                  evolution-data-server  firefox  gcr  gdm  gimp  gitg  gnome-autoar  gnome-color-manager  gnome-desktop
                  gnome-dictionary  gnome-disk-utility  gnome-photos  gnome-screenshot  gnome-session
                  gnome-settings-daemon  gnome-terminal  gnuplot  gspell  gst-plugin-gtk  gtk-layer-shell  gtk3-demos
                  gtkmm3  gtksourceview4  guvcview  libappindicator-gtk3  libayatana-appindicator  libayatana-indicator
                  libcheese  libdazzle  libdbusmenu-gtk3  libhandy  libkeybinder3  libnma  libpeas  libportal-gtk3
                  librewolf-bin  libwnck3  libxfce4ui  linux-wifi-hotspot  mousetweaks  mullvad-vpn-bin  nvidia-settings
                  nwg-look  orca  peek  polkit-gnome  qalculate-gtk  rygel  signal-desktop  slack-desktop  sushi  teams
                  thunderbird  totem  vte3  waybar  webkit2gtk  webkit2gtk-4.1  wlogout  wofi  wxwidgets-gtk3
                  xdg-desktop-portal-gtk  xdg-user-dirs-gtk  yelp  zen-browser-bin
Optional For    : avahi  ghostscript  grilo  jdk-openjdk  jre8-openjdk  libcanberra  libdecor  liberica-jdk-full-bin
                  libreoffice-fresh  lshw  pass  pinentry  qt5-base  qt6-base  vlc  zbar
Conflicts With  : gtk3-print-backends
Replaces        : gtk3-print-backends<=3.22.26-1
Installed Size  : 53.14 MiB
Packager        : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date      : Fri 09 May 2025 06:56:53 PM CEST
Install Date    : Wed 14 May 2025 08:41:25 AM CEST
Install Reason  : Installed as a dependency for another package
Install Script  : Yes
Validated By    : Signature

gtk3: 1020 total files, 0 altered files
Name            : gdk-pixbuf2
Version         : 2.42.12-2
Description     : An image loading library
Architecture    : x86_64
URL             : https://wiki.gnome.org/Projects/GdkPixbuf
Licenses        : LGPL-2.0-or-later
Groups          : None
Provides        : libgdk_pixbuf-2.0.so=0-64
Depends On      : glib2  glibc  libjpeg-turbo  libpng  libtiff  shared-mime-info
Optional Deps   : libwmf: Load .wmf and .apm [installed]
                  libopenraw: Load .dng, .cr2, .crw, .nef, .orf, .pef, .arw, .erf, .mrw, and .raf
                  libavif: Load .avif [installed]
                  libheif: Load .heif, .heic, and .avif [installed]
                  libjxl: Load .jxl [installed]
                  librsvg: Load .svg, .svgz, and .svg.gz [installed]
                  webp-pixbuf-loader: Load .webp [installed]
Required By     : appstream  appstream-glib  ayatana-ido  clutter-gst  cogl  dunst  eog  epiphany  evince  firefox  gcr
                  gdm  gegl  ghostscript  gimp  gitg  gnome-color-manager  gnome-contacts  gnome-control-center
                  gnome-desktop  gnome-desktop-4  gnome-disk-utility  gnome-music  gnome-screenshot  gnome-shell
                  gnome-software  gnome-system-monitor  gst-plugins-good  gtk-update-icon-cache  gtk3  gtk3-demos  gtk4
                  gtkmm-4.0  gtkmm3  gtksourceview5  libayatana-indicator  libcheese  libdmapsharing  libgsf  libhandy
                  libmediaart  libnotify  librsvg  libshumate  libsixel  libwnck3  mutter  nautilus  nwg-look
                  qalculate-gtk  rofi-wayland  rygel  simple-scan  sushi  thunderbird  totem  tumbler  vlc  vte3
                  webkit2gtk  webkit2gtk-4.1  webkitgtk-6.0  webp-pixbuf-loader  wofi  wxwidgets-gtk3  xdg-desktop-portal
                  xdg-desktop-portal-gnome  xdg-desktop-portal-gtk
Optional For    : libjxl  libwmf  qt6-base
Conflicts With  : None
Replaces        : None
Installed Size  : 2.99 MiB
Packager        : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date      : Sat 05 Oct 2024 03:27:17 AM CEST
Install Date    : Thu 15 May 2025 02:48:07 PM CEST
Install Reason  : Installed as a dependency for another package
Install Script  : Yes
Validated By    : Signature

gdk-pixbuf2: 370 total files, 0 altered files
Name            : glib2
Version         : 2.84.1-1
Description     : Low level core library
Architecture    : x86_64
URL             : https://gitlab.gnome.org/GNOME/glib
Licenses        : LGPL-2.1-or-later
Groups          : None
Provides        : libglib-2.0.so=0-64  libgio-2.0.so=0-64  libgirepository-2.0.so=0-64  libgmodule-2.0.so=0-64
                  libgobject-2.0.so=0-64  libgthread-2.0.so=0-64
Depends On      : bash  glibc  libffi  libsysprof-capture  pcre2  util-linux-libs  zlib  libffi.so=8-64  libmount.so=1-64
Optional Deps   : dconf: GSettings storage backend [installed]
                  glib2-devel: development tools
                  gvfs: most gio functionality [installed]
Required By     : accountsservice  appstream  appstream-glib  at-spi2-core  avahi  ayatana-ido  baobab  bluez  bluez-utils
                  brltty  cairo  colord-gtk4  conmon  cups-pk-helper  dbus-glib  dconf  desktop-file-utils  dleyna  dunst
                  enchant  endeavour  eog  epiphany  evince  evolution-data-server  ffmpeg  file-roller  firefox
                  fluidsynth  folks  gcr  gcr-4  gdk-pixbuf2  gdm  gegl  geoclue  geocode-glib-common  ghostscript
                  ghostty  gimp  gitg  gjs  glib-networking  glibmm  glibmm-2.68  gmime3  gnome-autoar
                  gnome-bluetooth-3.0  gnome-break-timer  gnome-browser-connector  gnome-calculator  gnome-calendar
                  gnome-characters  gnome-chess  gnome-clocks  gnome-color-manager  gnome-contacts  gnome-control-center
                  gnome-desktop  gnome-desktop-4  gnome-disk-utility  gnome-font-viewer  gnome-keyring  gnome-logs
                  gnome-maps  gnome-menus  gnome-music  gnome-online-accounts  gnome-remote-desktop  gnome-screenshot
                  gnome-session  gnome-settings-daemon  gnome-shell  gnome-software  gnome-system-monitor  gnome-terminal
                  gnome-text-editor  gnome-tweaks  gnome-user-share  gnuplot  gobject-introspection  gom  gpgme  graphene
                  grilo-plugins  gsound  gspell  gssdp  gst-devtools-libs  gst-editing-services  gst-libav  gst-plugin-gtk
                  gst-plugin-gtk4  gst-plugin-pipewire  gst-plugins-bad  gst-plugins-bad-libs  gst-plugins-base
                  gst-plugins-base-libs  gst-plugins-good  gst-plugins-ugly  gst-python  gstreamer  gtk-update-icon-cache
                  gtk3  gtk3-demos  gtk4  gtkmm-4.0  gtkmm3  gtksourceview5  gts  gupnp  gupnp-av  gupnp-dlna  gupnp-igd
                  gvfs  gvfs-afc  gvfs-dnssd  gvfs-goa  gvfs-google  gvfs-gphoto2  gvfs-mtp  gvfs-nfs  gvfs-smb  harfbuzz
                  hyprland  hyprlock  iio-sensor-proxy  imagemagick  json-glib  lensfun  libadwaita  libappindicator-gtk3
                  libayatana-appindicator  libayatana-indicator  libblockdev  libblockdev-crypto  libblockdev-fs
                  libblockdev-loop  libblockdev-mdraid  libblockdev-nvme  libblockdev-part  libblockdev-swap  libcheese
                  libcloudproviders  libcolord  libdbusmenu-glib  libedataserverui4  libgdiplus  libgdm  libgee  libgexiv2
                  libgirepository  libgit2-glib  libgoa  libgsf  libgtop  libgudev  libgusb  libgweather-4  libgxps
                  libhandy  libibus  libical  libinstpatch  liblangtag  liblqr  libmalcontent  libmanette  libmediaart
                  libmm-glib  libmypaint  libnautilus-extension  libnice  libnm  libnotify  libosinfo  libpeas  libportal
                  libportal-gtk3  libportal-gtk4  libproxy  libpulse  libreoffice-fresh  librest  librsvg  libsecret
                  libshumate  libsixel  libsoup  libsoup3  libspeechd  libspelling  libvirt  libwacom  libwireplumber
                  libwnck3  libxfce4util  libxmlb  localsearch  mutter  nautilus  networkmanager  nwg-look  orca  pango
                  pangomm-2.48  pavucontrol  pinentry  pipewire  pipewire-audio  pipewire-pulse  playerctl  polkit
                  poppler-glib  python-dbus  python-gobject  qalculate-gtk  qt6-base  qt6-webengine  qtkeychain-qt6
                  rofi-wayland  rygel  sane  shared-mime-info  signal-desktop  simple-scan  sushi  tecla  thunderbird
                  tinysparql  totem  totem-pl-parser  udisks2  upower  vlc  volume_key  vte3  waybar  webkit2gtk
                  webkit2gtk-4.1  webkitgtk-6.0  weston  wezterm  wireplumber  wireshark-cli  wofi  wxwidgets-common
                  wxwidgets-gtk3  xdg-dbus-proxy  xdg-desktop-portal  xdg-desktop-portal-gnome  xdg-desktop-portal-gtk
                  xdg-user-dirs-gtk  yelp  zenity
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 37.19 MiB
Packager        : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date      : Thu 03 Apr 2025 07:08:10 PM CEST
Install Date    : Wed 14 May 2025 08:30:16 AM CEST
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

glib2: 734 total files, 0 altered files
Name            : librsvg
Version         : 2:2.60.0-2
Description     : SVG rendering library
Architecture    : x86_64
URL             : https://wiki.gnome.org/Projects/LibRsvg
Licenses        : LGPL-2.1-or-later
Groups          : None
Provides        : librsvg-2.so=2-64
Depends On      : cairo  dav1d  freetype2  gcc-libs  gdk-pixbuf2  glib2  glibc  harfbuzz  libxml2  pango
Optional Deps   : None
Required By     : appstream  baobab  cheese  eog  ffmpeg  ffmpeg4.4  fuzzel  gegl  gimp  gnome-chess  gnome-maps
                  gnome-photos  gnome-settings-daemon  gnome-system-monitor  graphviz  gst-plugins-bad
                  gtk-update-icon-cache  gtk3  gtk4  hyprcursor  libvips
Optional For    : gdk-pixbuf2  imagemagick  imlib2  links  vlc
Conflicts With  : None
Replaces        : None
Installed Size  : 10.65 MiB
Packager        : Robin Candau <antiz@archlinux.org>
Build Date      : Wed 23 Apr 2025 02:29:01 PM CEST
Install Date    : Wed 14 May 2025 09:08:29 AM CEST
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

librsvg: 35 total files, 0 altered files

Offline

#8 2025-05-15 17:33:51

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,806
Website

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

Mod note: splitting the new topic from the old solved one.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#9 2025-05-15 20:04:52

seth
Member
Registered: 2012-09-03
Posts: 64,249

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

Are you holding back any other packages?
Have you tried the behavior w/ a fresh user account (ie. is it the system or your $HOME config)?

Offline

#10 2025-05-16 06:05:02

rhvdwijngaard
Member
Registered: 2018-03-20
Posts: 11

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

Yes, I've created a fresh user and I experience the same problem.

Offline

#11 2025-05-16 06:48:48

seth
Member
Registered: 2012-09-03
Posts: 64,249

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

Ok, system wide issue.

seth wrote:

Are you holding back any other packages?

Also

pacman -Qm

Offline

#12 2025-05-16 20:24:58

rhvdwijngaard
Member
Registered: 2018-03-20
Posts: 11

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

Hi Seth,

I don't think so. Here is pacman.conf

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
NoExtract = usr/share/doc* usr/share/gtk-doc* usr/share/info* usr/share/man* usr/share/locale* usr/share/mime* usr/share/licenses*

# Misc options
#UseSyslog
#Color
#NoProgressBar
CheckSpace
#VerbosePkgLists
#ParallelDownloads = 5

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[core-testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

#[extra-testing]
#Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

#[multilib]
#Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#

And

pacman -Qm
ack 3.8.2-1
adr-tools 3.0.0-1
adwaita-colors-icon-theme 2.4.1-1
adwaita-ex 0.1.5-1
amazon-corretto-21-bin 21.0.6.7.1-1
amazon-corretto-21-bin-debug 21.0.6.7.1-1
amazon-q-bin 1.9.1-1
aws-cli-bin 1:2.27.14-1
bcompare 5.0.7.30840-1
bdf-unifont 16.0.03-1
browsh 1.8.3-1
buku 4.9-2
chatgpt-shell-cli 0.5-5
chatgpt.sh 0.96.2-1
clipse 1.1.0-1
commitizen-go 1.0.3-1
cw-cloudwatch 4.1.3-1
d2-bin 0.6.3-1
debtap 3.5.1-1
dnstop 20140915-3
dotnet-runtime-2.2 2.2.8.sdk207-1
dotnet-runtime-6.0-bin 6.0.35.sdk427-1
dotnet-sdk-2.2 2.2.8.sdk207-1
dotnet-sdk-6.0-bin 6.0.35.sdk427-1
dotnet-targeting-pack-6.0-bin 6.0.35.sdk427-1
downgrade 11.5.2-1
ente-cli-bin 0.2.3-4
epub2txt 2.06-2
freetube-bin 0.23.5-1
fx_cast-bin 0.3.0-3
git-ignore 1.3.1-1
git-secrets 1.3.0-2
gitnr 0.2.2-1
gobuster 3.6.0-1
goclockify 1.2.0-1
gojq 0.12.17-1
gomu 2.1.2-2
googler 4.3.13-1
jira-cli 1.5.1-1
kinesis-tailr-bin 0.6.4-1
lazydocker-bin 0.24.1-1
lazyjournal 0.7.8-1
liberica-jdk-full-bin 24.0.1.u11-1
librewolf-bin 1:138.0.3_1-1
librewolf-bin-debug 1:138.0.3_1-1
linux-wifi-hotspot 4.7.2-2
localsend-bin 1.17.0-1
mullvad-vpn-bin 2025.5-2
nb 7.17.0-1
ncspot-bin 1.2.2-1
nextdns 1.45.0-1
nvim-packer-git r574.ea0cc3c-1
ov 0.40.1-1
pacseek 1.8.5-1
patat-bin 0.14.2.0-1
perl-file-next 1.18-7
pfetch 1.9.0-1
portal-bin 1.2.3-1
prettierd 0.26.1-1
python-ytsp-git r339.0ead13a-1
reiserfsprogs 3.6.27-5
restish 0.20.0-1
slack-desktop 4.44.60-1
spotube-bin 4.0.2-1
stockfish 1:17.1-1
teams 1.5.00.23861-1
teamviewer 15.64.3-1
todotxt 2.13.0-1
trizen 1:1.68-1
ttf-ancient-fonts 2.60-2
ttf-lilex 2.530-1
ttf-maple 7.0-1
ttf-times-new-roman 2.0-3
walker-bin 0.12.21-1
whatsdesk-bin 0.3.9-2
wlogout 1.2.2-0
write-good 1.0.8-2
yay 12.5.0-1
yewtube 2.12.1-2
youtube-dl 2021.12.17-4
yubico-authenticator-bin 7.2.0-1
zen-browser-bin 1.12.5b-1

Offline

#13 2025-05-16 22:15:43

seth
Member
Registered: 2012-09-03
Posts: 64,249

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

https://aur.archlinux.org/packages/adwa … icon-theme
https://aur.archlinux.org/packages/adwaita-ex

Does the icon loader also struggle w/ the regular adwaita theme?

Offline

#14 2025-05-17 06:10:14

rhvdwijngaard
Member
Registered: 2018-03-20
Posts: 11

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

I deleted these two packages and tried again but I get the same error

❯ gtk3-demo

(gtk3-demo:6481): Gtk-WARNING **: 08:07:24.558: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Adwaita/scalable/status/image-missing.svg: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Bail out! Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Adwaita/scalable/status/image-missing.svg: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
fish: Job 1, 'gtk3-demo' terminated by signal SIGABRT (Abort)

I tried to change the system theme to Papirus, which gives the same error

❯ gtk3-demo

(gtk3-demo:11938): Gtk-WARNING **: 08:09:51.409: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Papirus/16x16/actions/image-missing.svg: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Bail out! Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Papirus/16x16/actions/image-missing.svg: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
fish: Job 1, 'gtk3-demo' terminated by signal SIGABRT (Abort)

Offline

#15 2025-05-17 07:25:18

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,606

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

rhvdwijngaard wrote:
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
.
.
.
.
#NoUpgrade   =
NoExtract = usr/share/doc* usr/share/gtk-doc* usr/share/info* usr/share/man* usr/share/locale* usr/share/mime* usr/share/licenses*
.
.
.

Any particular reason why /usr/share/mime is in your NoExtract list?

Last edited by skunktrader (2025-05-17 07:27:09)

Offline

#16 2025-05-17 07:58:22

rhvdwijngaard
Member
Registered: 2018-03-20
Posts: 11

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

I don't think there is any particular reason. I don't think I have ever modified this file since I installed arch.

Offline

#17 2025-05-17 11:25:15

seth
Member
Registered: 2012-09-03
Posts: 64,249

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

pacman -Qo  /usr/share/mime
stat  /usr/share/mime/packages/freedesktop.org.xml

Offline

#18 2025-05-17 11:59:38

rhvdwijngaard
Member
Registered: 2018-03-20
Posts: 11

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

❯ pacman -Qo /usr/share/mime
/usr/share/mime/ is owned by bcompare 5.0.7.30840-1
/usr/share/mime/ is owned by calibre 8.4.0-1
/usr/share/mime/ is owned by cmake 4.0.2-1
/usr/share/mime/ is owned by gcr 3.41.2-2
/usr/share/mime/ is owned by kcoreaddons 6.14.0-1
/usr/share/mime/ is owned by libjxl 0.11.1-3
/usr/share/mime/ is owned by libreoffice-fresh 25.2.3-3
/usr/share/mime/ is owned by nextcloud-client 2:3.16.4-1
/usr/share/mime/ is owned by shared-mime-info 2.4-2
/usr/share/mime/ is owned by systemd 257.5-3
/usr/share/mime/ is owned by vapoursynth R70-2
/usr/share/mime/ is owned by virtualbox 7.1.8-2
/usr/share/mime/ is owned by wireshark-qt 4.4.6-2
/usr/share/mime/ is owned by xca 2.9.0-2
❯ stat  /usr/share/mime/packages/freedesktop.org.xml
stat: cannot statx '/usr/share/mime/packages/freedesktop.org.xml': No such file or directory

Offline

#19 2025-05-17 12:25:44

seth
Member
Registered: 2012-09-03
Posts: 64,249

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

stat: cannot statx '/usr/share/mime/packages/freedesktop.org.xml': No such file or directory

I'd start there, remove the NoExtract for /usr/share/mime, re-install those packages (shared-mime-info likely being the only really important one) and then

sudo update-mime-database /usr/share/mime
sudo gdk-pixbuf-query-loaders --update-cache

Offline

#20 2025-05-17 12:37:57

rhvdwijngaard
Member
Registered: 2018-03-20
Posts: 11

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

Yes! that did the trick! Thank you so much for your time and effort in helping me to resolve this issue!

Offline

#21 2025-05-17 12:46:02

rhvdwijngaard
Member
Registered: 2018-03-20
Posts: 11

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

I don't see an option to mark this issue as SOLVED. Perhaps this is because this thread has been spitted from another issue by  Admin.

Offline

#22 2025-05-17 13:19:08

seth
Member
Registered: 2012-09-03
Posts: 64,249

Re: [SOLVED] Gtk:ERROR Unrecognized image file format

Mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

skunktrader saw this smile

Offline

Board footer

Powered by FluxBB