Could not obtain desktop path or name (2024)

Description Bockeman 2019-05-05 16:19:02 UTC

Description of problem: Warnings are emitted when emacs is started from the command line. With a practically identical setup on F29, there are no such warnings.Version-Release number of selected component (if applicable): GNU Emacs 26.2 (build 1, x86_64-redhat-linux-gnu, GTK+ Version 3.24.8) of 2019-04-30How reproducible: Happens every time emacs is launched.Steps to Reproduce:1. Start with a fresh installation of F30 Xfce (installed via PXE net_inst)2. dnf install -y emacs3. emacsActual results: ** (emacs:22585): WARNING **: 16:49:29.943: AT-SPI: Could not obtain desktop path or name ** (emacs:22585): WARNING **: 16:49:29.949: atk-bridge: GetRegisteredEvents returned message with unknown signature ** (emacs:22585): WARNING **: 16:49:29.949: atk-bridge: get_device_events_reply: unknown signature ** (emacs:22585): WARNING **: 16:49:29.950: atk-bridge: get_device_events_reply: unknown signatureExpected results: No warningsAdditional info: The problem appears to eminate from the AT-SPI - Assistive Technology Service Provider Interface. It may not be an emacs specific problem, but rather a more general F30, if so, please reassign accordingly. https://github.com/GNOME/at-spi2-atk/blob/master/atk-adaptor/bridge.c /* * AT-SPI - Assistive Technology Service Provider Interface * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap) * ... static void get_events_reply (DBusPendingCall *pending, void *user_data) { DBusMessage *reply = dbus_pending_call_steal_reply (pending); DBusMessageIter iter, iter_array, iter_struct; if (!reply || !spi_global_app_data) goto done; if (strcmp (dbus_message_get_signature (reply), "a(ss)") != 0 && strcmp (dbus_message_get_signature (reply), "a(ssas)") != 0) { g_warning ("atk-bridge: GetRegisteredEvents returned message with unknown signature"); goto done; }

Comment 1 Jan Synacek 2019-05-07 10:49:44 UTC

I can't reproduce this.$ rpm -q emacs gtk3 atkemacs-26.2-1.fc30.x86_64gtk3-3.24.8-1.fc30.x86_64atk-2.32.0-1.fc30.x86_64Anyway, the issue doesn't look like it's tied to Emacs. I'm switching this to gtk to get more insight.

Comment 2 Bockeman 2019-05-07 20:01:30 UTC

The versions that I have on the system that exhibits the report warnings are:rpm -q emacs gtk3 atk emacs-26.2-1.fc30.x86_64 gtk3-3.24.8-1.fc30.x86_64 gtk3-3.24.8-1.fc30.i686 atk-2.32.0-1.fc30.x86_64 atk-2.32.0-1.fc30.i686This appears identical to what you tried (but not seeing the issue), apart from the additional .i686 versions (which are necessary for acroread [unless I have missed something and there is now a 64-bit acroread]) and I would not expect these additional .i686 versions to make any difference.Is there a gtk command that I could issue that might eliminate emacs?

Comment 3 Bockeman 2019-05-14 16:39:40 UTC

The following appeared on the console during a net install (specifically Fedora-Workstation-netinst-x86_64-30-1.2)*** (anaconda:1841) WARNING 18:40:20:173 ATI-SPI: Could not obtain desktop path or name *** (anaconda:1841) WARNING 18:40:20:173 atk-bridge: GetRegisteredEvents returned message with unknown signature*** (anaconda:1841) WARNING 18:40:20:173 atk-bridge: get_device_events_reply: unknown signature*** (anaconda:1841) WARNING 18:40:20:173 atk-bridge: get_device_events_reply: unknown signatureThis confirms this is not an emacs bug, but rather something more generic to F30.As I am rolling out F30 to more systems, they all exhibit this ATI-SPI WARNING.Please could you suggests some tests that I might run to help you diagnose this problem.

Comment 4 Bockeman 2019-05-22 22:10:30 UTC

I have now installed F30 on several machines (64/32-bit, various RAM, various CPUs & No. cores), and I get this warning every time emacs is started (and possibly other applications), but emacs is used frequently and it makes a mess of the terminal.Please could you reassign to someone with bandwidth to at least give a response (even if this might not be very positive).

Comment 5 Bockeman 2019-05-22 22:14:01 UTC

Some addition information from /var/log/messages:May 22 22:57:56 veriware dbus-broker-launch[8373]: Activation request for 'org.a11y.atspi.Registry' failed.May 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activating service name='org.freedesktop.systemd1' requested by ':1.22' (uid=1379 pid=8373 comm="/usr/bin/dbus-broker-launch --config-file=/usr/sha" label="unconfined_u:unconfined_r:unconfined_dbusd_t:s0-s0:c0.c1023")May 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1May 22 22:57:56 veriware dbus-broker-launch[8373]: Activation request for 'org.a11y.atspi.Registry' failed.May 22 22:57:56 veriware com.redhat.imsettings[8175]: [ 1558562276.118436]: GLib[8201]: DEBUG: posix_spawn avoided (fd close requested)May 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activating service name='org.freedesktop.systemd1' requested by ':1.22' (uid=1379 pid=8373 comm="/usr/bin/dbus-broker-launch --config-file=/usr/sha" label="unconfined_u:unconfined_r:unconfined_dbusd_t:s0-s0:c0.c1023")May 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Successfully activated service 'org.freedesktop.Notifications'May 22 22:57:56 veriware journal[8488]: AT-SPI: Could not obtain desktop path or nameMay 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1May 22 22:57:56 veriware dbus-broker-launch[8373]: Activation request for 'org.a11y.atspi.Registry' failed.May 22 22:57:56 veriware journal[8488]: atk-bridge: GetRegisteredEvents returned message with unknown signatureMay 22 22:57:56 veriware journal[8488]: atk-bridge: get_device_events_reply: unknown signatureMay 22 22:57:56 veriware journal[8488]: atk-bridge: get_device_events_reply: unknown signatureMay 22 22:57:56 veriware com.redhat.imsettings[8175]: [ 1558562276.134938]: IMSettings-Daemon[8201]: WARNING **: Child process exited with code 1May 22 22:57:56 veriware com.redhat.imsettings[8175]: [ 1558562276.135100]: IMSettings-Daemon[8201]: INFO: no need to invoke any auxiliary process for noneMay 22 22:57:56 veriware com.redhat.imsettings[8175]: [ 1558562276.135142]: IMSettings-Daemon[8201]: INFO: no need to invoke any main process for noneMay 22 22:57:56 veriware com.redhat.imsettings[8175]: [ 1558562276.139154]: IMSettings-XFCE backend[8201]: INFO: Setting up gtk-im-context-simple:xim as gtk+ immoduleMay 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activating service name='org.freedesktop.systemd1' requested by ':1.22' (uid=1379 pid=8373 comm="/usr/bin/dbus-broker-launch --config-file=/usr/sha" label="unconfined_u:unconfined_r:unconfined_dbusd_t:s0-s0:c0.c1023")May 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1May 22 22:57:56 veriware dbus-broker-launch[8373]: Activation request for 'org.a11y.atspi.Registry' failed.May 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activating service name='org.freedesktop.thumbnails.Thumbnailer1' requested by ':1.28' (uid=1379 pid=8395 comm="xfdesktop " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")May 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activating service name='org.freedesktop.systemd1' requested by ':1.22' (uid=1379 pid=8373 comm="/usr/bin/dbus-broker-launch --config-file=/usr/sha" label="unconfined_u:unconfined_r:unconfined_dbusd_t:s0-s0:c0.c1023")May 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1May 22 22:57:56 veriware dbus-broker-launch[8373]: Activation request for 'org.a11y.atspi.Registry' failed.May 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activating service name='org.freedesktop.systemd1' requested by ':1.22' (uid=1379 pid=8373 comm="/usr/bin/dbus-broker-launch --config-file=/usr/sha" label="unconfined_u:unconfined_r:unconfined_dbusd_t:s0-s0:c0.c1023")May 22 22:57:56 veriware org.freedesktop.thumbnails.Thumbnailer1[8175]: Registered thumbailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %oMay 22 22:57:56 veriware org.freedesktop.thumbnails.Thumbnailer1[8175]: Registered thumbailer gsf-office-thumbnailer -i %i -o %o -s %sMay 22 22:57:56 veriware dbus-broker-launch[8373]: Activation request for 'org.a11y.atspi.Registry' failed.May 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1May 22 22:57:56 veriware org.freedesktop.thumbnails.Thumbnailer1[8175]: Registered thumbailer evince-thumbnailer -s %s %u %oMay 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activating service name='org.gtk.vfs.UDisks2VolumeMonitor' requested by ':1.37' (uid=1379 pid=8575 comm="/usr/lib64/tumbler-1/tumblerd " label="unconfined_u:unconfined_r:thumb_t:s0-s0:c0.c1023")May 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activating service name='org.freedesktop.systemd1' requested by ':1.22' (uid=1379 pid=8373 comm="/usr/bin/dbus-broker-launch --config-file=/usr/sha" label="unconfined_u:unconfined_r:unconfined_dbusd_t:s0-s0:c0.c1023")May 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1May 22 22:57:56 veriware dbus-broker-launch[8373]: Activation request for 'org.a11y.atspi.Registry' failed.May 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activating service name='org.freedesktop.systemd1' requested by ':1.22' (uid=1379 pid=8373 comm="/usr/bin/dbus-broker-launch --config-file=/usr/sha" label="unconfined_u:unconfined_r:unconfined_dbusd_t:s0-s0:c0.c1023")May 22 22:57:56 veriware dbus-daemon[8175]: [session uid=1379 pid=8173] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1May 22 22:57:56 veriware dbus-broker-launch[8373]: Activation request for 'org.a11y.atspi.Registry' failed.

Comment 6 Bockeman 2019-05-22 23:38:30 UTC

I just made a discovery: this problem (the warning messages) only happen on (Tiger) VNC sessions.(I run all my machines headless).On a hunch, I tried emacs directly on a machine with a physical terminal; no problem or warning message.If I VNC onto the :0 (using "x11vnc -display :0 ...", rather than launch a new session using "vncserver ..."),then that also had no problem or warning messsage.Now it appears that the warning messages: ** (_var_log_messages:9050): WARNING **: 23:22:38.317: AT-SPI: Could not obtain desktop path or name ** (_var_log_messages:9050): WARNING **: 23:22:38.322: atk-bridge: GetRegisteredEvents returned message with unknown signature ** (_var_log_messages:9050): WARNING **: 23:22:38.323: atk-bridge: get_device_events_reply: unknown signature ** (_var_log_messages:9050): WARNING **: 23:22:38.323: atk-bridge: get_device_events_reply: unknown signatureand /var/log/messages May 22 23:50:22 veriware dbus-broker-launch[8406]: Activation request for 'org.a11y.atspi.Registry' failed. May 22 23:50:22 veriware journal[8561]: AT-SPI: Could not obtain desktop path or namemake more sense:The VNC session :1 may not have a "desktop path or name"; it is a VNC session, rather than the main desktop on a physical screen (if one is attached).So I think the problem is with AT-SPI (nothing to do with emacs, per se). It would appear that the coders for AT-SPI have not considered the situation where the desktop might not exist, as is the case for a VNC session.Please could you help and get this assigned appropriately.

Comment 7 James 2019-11-18 23:28:24 UTC

Seeing this attempting to install some proprietary software on F31 that worked with F30, seems to be a regression here somewhere...

Comment 8 Jos de Kloe 2020-01-07 08:52:35 UTC

I am still on F29, but I have the same annoying "AT-SPI: Could not obtain desktop path or name" warnings when I start emacs from a terminal window when I don't use a full desktop environment (currently I use the fvwm window manager).As a workaround, this environment setting suppresses the warning for me:export NO_AT_BRIDGE=1see also https://bbs.archlinux.org/viewtopic.php?id=237697But I totally agree, this is in my opinion a bug in AT-SPI. That software should allow users to NOT use a full desktop environment.

Comment 9 Bockeman 2020-01-11 16:57:53 UTC

This remains a problem even on F31:[root@veriblob ~]# emacs one ** (emacs:890891): WARNING **: 16:50:25.512: AT-SPI: Could not obtain desktop path or name ** (emacs:890891): WARNING **: 16:50:25.563: atk-bridge: GetRegisteredEvents returned message with unknown signature ** (emacs:890891): WARNING **: 16:50:25.563: atk-bridge: get_device_events_reply: unknown signature ** (emacs:890891): WARNING **: 16:50:25.563: atk-bridge: get_device_events_reply: unknown signature[root@veriblob ~]# export NO_AT_BRIDGE=1[root@veriblob ~]# emacs one[root@veriblob ~]# The workaround does the job for interactive commands, like "emacs", but this workaround cannot be applied during installation (see the anaconda response above), so this really does need to be fixed in AT-SPI.Thanks

Comment 10 Wade Hampton 2020-03-25 12:18:32 UTC

Same problem when I start emacs from the command line on Fedora 31. Same results as last post.emacs-26.3-1.fc31.x86_64

Comment 11 Ben Cotton 2020-04-30 20:19:01 UTC

This message is a reminder that Fedora 30 is nearing its end of life.Fedora will stop maintaining and issuing updates for Fedora 30 on 2020-05-26.It is Fedora's policy to close all bug reports from releases that are no longermaintained. At that time this bug will be closed as EOL if it remains open with aFedora 'version' of '30'.Package Maintainer: If you wish for this bug to remain open because youplan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version.Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 30 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above.Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.

Comment 12 Bockeman 2020-05-03 09:51:19 UTC

Still present in F31

Comment 13 udo 2020-11-01 11:22:28 UTC

I see AT-SPI: Could not obtain desktop path or name when I start# /usr/bin/nm-appletyet:$ systemctl --user status at-spi-dbus-bus.service● at-spi-dbus-bus.service - Accessibility services bus Loaded: loaded (/usr/lib/systemd/user/at-spi-dbus-bus.service; static; ven> Active: active (running) since Sun 2020-11-01 07:34:12 CET; 4h 45min ago Main PID: 2484460 (at-spi-bus-laun) CPU: 393ms CGroup: /user.slice/user-500.slice/user/at-spi-dbus-bus.service ├─2484460 /usr/libexec/at-spi-bus-launcher ├─2484464 /usr/bin/dbus-broker-launch --config-file=/usr/share/def> └─2484465 dbus-broker --log 4 --controller 9 --machine-id 6bc32011>nov 01 07:34:12 box.hierzo at-spi-bus-launcher[2484464]: Policy to allow>nov 01 07:34:12 box.hierzo at-spi-bus-launcher[2484464]: Policy to allow>nov 01 07:34:12 box.hierzo dbus-broker-lau[2484464]: Ready???

Comment 14 Jos de Kloe 2020-11-01 14:51:29 UTC

I am now on f32 and the at-spi warning for emacs is gone.

Comment 15 Bockeman 2020-11-01 16:07:07 UTC

My 32-bit systems (which cannot be upgraded above F30) no longer show this problem.My 64-bit F32 systems do not show this problem.I conclude the issue was fixed in some update that was rolled out for F30 onward.Thanks to whoever did this. I'm closing this issue.

Comment 16 udo 2020-11-01 16:14:12 UTC

So what is the solution?

Comment 17 Bockeman 2020-11-01 16:50:34 UTC

@udo, as reporter, all I can say is that the problem is fixed, not only in F32, but also in earlier versions (at least F30).I don't know what was fixed or how it was fixed.Check that your system is up to date with `dnf update`

Comment 18 udo 2020-11-01 16:55:04 UTC

I update the systems almost religiously.

Comment 19 Jos de Kloe 2020-11-01 18:25:17 UTC

So next thing to do I would say is ensure it is not related to some setting in your user account.If you create a new user on your system, do you see the same issue?

Comment 20 udo 2020-11-02 04:10:17 UTC

If I were to do that, then I still would not know the cause.

Comment 21 Daniel Andrzejewski 2021-11-04 08:56:58 UTC

Issue persists in Fedora 35.$ sudo ~/Downloads/VMware-Horizon-Client-2106.1-8.3.1-18435609.x64.bundle [sudo] password for daniel: Extracting VMware Installer...done.** (vmware-installer.py:44446): WARNING **: 09:42:40.608: AT-SPI: Could not obtain desktop path or name** (vmware-installer.py:44446): WARNING **: 09:42:40.610: atk-bridge: GetRegisteredEvents returned message with unknown signature** (vmware-installer.py:44446): WARNING **: 09:42:40.610: atk-bridge: get_device_events_reply: unknown signature** (vmware-installer.py:44446): WARNING **: 09:42:40.610: atk-bridge: get_device_events_reply: unknown signature

Comment 22 Knut J BJuland 2022-11-05 19:23:50 UTC

Present in Fedora 37.ov 05 20:20:55 knut gnome-terminal-[12346]: AT-SPI: Could not obtain desktop path or nameNov 05 20:20:55 knut gnome-terminal-[12346]: atk-bridge: GetRegisteredEvents returned message with unknown signatureNov 05 20:20:55 knut gnome-terminal-[12346]: atk-bridge: get_device_events_reply: unknown signatureNov 05 20:20:55 knut gnome-terminal-[12346]: atk-bridge: get_device_events_reply: unknown signature

Comment 23 Knut J BJuland 2022-11-05 19:33:59 UTC

read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///pirate", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///plus", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///pointer", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///pointing_hand", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///progress", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=686336, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0E\0\0\0\2\0\375\377\30\0\0\0L\3\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0E\0\0\0\2\0\375\377\30\0\0\0L\3\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0\7\0\0\0\n\0\0\0\f"..., 4096) = 4096lseek(13, 8192, SEEK_SET) = 8192read(13, "\0\0\0\16\0\0\0\4\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) = 4096lseek(13, 12288, SEEK_SET) = 12288read(13, "\377\377\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\363\370\377\377\357\366\376\377\377\377\377\377"..., 4096) = 4096lseek(13, 16384, SEEK_SET) = 16384read(13, "\0\0\0\21\0\0\0\27\0\0\0\31\0\0\0\25\0\0\0\26\250\250\250\263\362\320\216\377\351\256=\377"..., 4096) = 4096lseek(13, 20480, SEEK_SET) = 20480read(13, "\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\2\0\0\0\4"..., 4096) = 4096lseek(13, 24576, SEEK_SET) = 24576read(13, "\304\337\375\377\0t\366\377.\215\370\377\343\343\343\347\0\0\0\17\0\0\0\4\0\0\0\1\0\0\0\0"..., 4096) = 4096lseek(13, 28672, SEEK_SET) = 28672read(13, "\345\345\345\351\353\266P\377\351\256=\377\373\357\330\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096) = 4096lseek(13, 32768, SEEK_SET) = 32768read(13, "\0\0\0\5\0\0\0\7\0\0\0\v\0\0\0\23\26\26\0261\306\306\306\316\321\321\321\330LLLb"..., 4096) = 4096lseek(13, 36864, SEEK_SET) = 36864read(13, "\0\0\0\4\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\3"..., 4096) = 4096lseek(13, 40960, SEEK_SET) = 40960read(13, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\366\372\377\377\ty\366\377\6w\366\377\370\370\370\371"..., 4096) = 4096lseek(13, 45056, SEEK_SET) = 45056read(13, "\246\246\246\377yyy\377\365\365\365\366\0\0\0\35\372\372\372\373\351\257@\377\361\315\207\377\377\377\377\377"..., 4096) = 4096lseek(13, 49152, SEEK_SET) = 49152read(13, "\0\0\0\1\0\0\0\5\0\0\0\n\0\0\0\17\0\0\0\21\0\0\0\23\0\0\0\30\26\26\0263"..., 4096) = 4096lseek(13, 53248, SEEK_SET) = 53248read(13, "\353\265N\377\370\346\303\377\344\344\344\347\0\0\0\f\0\0\0\3\0\0\0\1\0\0\0\0\0\0\0\0"..., 4096) = 4096lseek(13, 57344, SEEK_SET) = 57344read(13, "\377\377\377\377\352\364\376\377\372\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096) = 4096lseek(13, 61440, SEEK_SET) = 61440read(13, "\0\0\0#\25\25\258\322\322\322\332\254\254\254\377MMM\377MMM\377\377\377\377\377\0\0\0\35"..., 4096) = 4096lseek(13, 65536, SEEK_SET) = 65536read(13, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\n\0\0\0\25\0\0\0\36"..., 4096) = 4096lseek(13, 69632, SEEK_SET) = 69632read(13, "\377\377\377\377\377\377\377\377\377\376\375\377\360\310{\377\351\256=\377\362\315\210\377\250\250\250\257\0\0\0\10"..., 4096) = 4096lseek(13, 73728, SEEK_SET) = 73728read(13, "MMM\377\377\377\377\377\0\0\0\34\251\251\251\262p\261\372\377\0t\366\377N\237\371\377\375\376\377\377"..., 4096) = 4096lseek(13, 77824, SEEK_SET) = 77824read(13, "\0\0\0\17\303\303\303\312\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\254\254\254\377MMM\377"..., 4096) = 4096lseek(13, 81920, SEEK_SET) = 81920read(13, "\373\363\344\376;;;E\0\0\0\4\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1"..., 4096) = 4096lseek(13, 86016, SEEK_SET) = 86016read(13, "\r{\366\377\0t\366\377N\237\371\377\313\343\375\377\363\370\377\377\311\342\375\377\364\371\377\377\373\356\327\377"..., 4096) = 4096lseek(13, 90112, SEEK_SET) = 90112read(13, "MMM\377MMM\377MMM\377MMM\377MMM\377\377\377\377\377\0\0\0 <<<Q"..., 4096) = 4096lseek(13, 94208, SEEK_SET) = 94208read(13, "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\21\377\377\377\377MMM\377MMM\377"..., 4096) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///question_arrow", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\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\2"..., 4096) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///right-arrow", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///right_ptr", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///right_side", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///row-resize", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///s-resize", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\3\0\0\0\2"..., 4096) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///sb_h_double_arrow", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///sb_v_double_arrow", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\3\0\0\0\2"..., 4096) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///se-resize", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size-bdiag", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size-fdiag", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size-hor", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size-ver", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size_all", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\3\0\0\0\2\0\0\0\1"..., 4096) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size_bdiag", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size_fdiag", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size_hor", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size_ver", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\3\0\0\0\2"..., 4096) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///split_h", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///split_v", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///sw-resize", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///tcross", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=26260, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///text", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///top_left_arrow", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///top_left_corner", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///top_right_corner", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///top_side", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///up-arrow", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///v_double_arrow", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\3\0\0\0\2"..., 4096) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///vertical-text", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///w-resize", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///wait", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=686336, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0E\0\0\0\2\0\375\377\30\0\0\0L\3\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0E\0\0\0\2\0\375\377\30\0\0\0L\3\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0\10\0\0\0\17\0\0\0\30\v\v\v)"..., 4096) = 4096lseek(13, 8192, SEEK_SET) = 8192read(13, "\0\0\0\0\0\0\0\0\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) = 4096lseek(13, 12288, SEEK_SET) = 12288read(13, "\361\314\205\377\370\346\302\377\356\355\353\361ooo\204\4\4\4!\0\0\0\22\0\0\0\t\0\0\0\3"..., 4096) = 4096lseek(13, 16384, SEEK_SET) = 16384read(13, "\4\4\4 lll\201\347\346\345\353\370\346\303\377\361\314\205\377\355\274_\377\353\264K\377\353\264L\377"..., 4096) = 4096lseek(13, 20480, SEEK_SET) = 20480read(13, "\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\3\0\0\0\t"..., 4096) = 4096lseek(13, 24576, SEEK_SET) = 24576read(13, "\31\31\0314\0\0\0\22\0\0\0\10\0\0\0\3\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096lseek(13, 28672, SEEK_SET) = 28672read(13, "\0t\366\377\0t\366\377\0t\366\377\0t\366\377\0t\366\377\0t\366\377+\213\370\377\267\330\374\377"..., 4096) = 4096lseek(13, 32768, SEEK_SET) = 32768read(13, "\0\0\0\2\0\0\0\10\0\0\0\22\25\25\0251\305\305\305\316\273\332\375\377&\211\367\377\0t\366\377"..., 4096) = 4096lseek(13, 36864, SEEK_SET) = 36864read(13, "\0\0\0\0\0\0\0\0\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) = 4096lseek(13, 40960, SEEK_SET) = 40960read(13, "%\210\367\377\0t\366\377\1u\366\377\200\272\373\377\341\341\342\347\32\32\0324\0\0\0\20\0\0\0\6"..., 4096) = 4096lseek(13, 45056, SEEK_SET) = 45056read(13, "\1u\366\377\0t\366\377&\211\367\377\211\277\373\377\313\343\375\377\354\365\376\377\351\363\376\377\312\342\375\377"..., 4096) = 4096lseek(13, 49152, SEEK_SET) = 49152read(13, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\6\0\0\0\17\24\24\24.\325\325\325\334"..., 4096) = 4096lseek(13, 53248, SEEK_SET) = 53248read(13, "\310\310\310\320\10\10\10\37\0\0\0\v\0\0\0\3\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096lseek(13, 57344, SEEK_SET) = 57344read(13, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\374\375\377\377\216\301\373\377\6w\366\377\6w\366\377"..., 4096) = 4096lseek(13, 61440, SEEK_SET) = 61440read(13, "\3\3\3\33\306\306\306\316\207\276\373\377\0t\366\377\4v\366\377\203\273\373\377\372\374\377\377\377\377\377\377"..., 4096) = 4096lseek(13, 65536, SEEK_SET) = 65536read(13, "\0\0\0\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\3"..., 4096) = 4096lseek(13, 69632, SEEK_SET) = 69632read(13, "\351\256=\377\353\265N\377\352\261D\377\351\256=\377\370\346\304\377vvv\207\0\0\0\21\0\0\0\6"..., 4096) = 4096lseek(13, 73728, SEEK_SET) = 73728read(13, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\371\350\311\377"..., 4096) = 4096lseek(13, 77824, SEEK_SET) = 77824read(13, "\0\0\0\0\0\0\0\1\0\0\0\6\0\0\0\21ooo\201\273\332\375\377\1u\366\377\4v\366\377"..., 4096) = 4096lseek(13, 81920, SEEK_SET) = 81920read(13, "\362\361\356\365\f\f\f\"\0\0\0\t\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096lseek(13, 86016, SEEK_SET) = 86016read(13, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\366\336\260\377\351\256=\377"..., 4096) = 4096lseek(13, 90112, SEEK_SET) = 90112read(13, "\355\273]\377\354\271W\377\360\311}\377\365\331\244\377\371\351\312\377\376\372\363\377\377\377\377\377\377\377\377\377"..., 4096) = 4096lseek(13, 94208, SEEK_SET) = 94208read(13, "\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\t\7\7\7\34"..., 4096) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///watch", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=686336, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0E\0\0\0\2\0\375\377\30\0\0\0L\3\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0E\0\0\0\2\0\375\377\30\0\0\0L\3\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0\10\0\0\0\17\0\0\0\30\v\v\v)"..., 4096) = 4096lseek(13, 8192, SEEK_SET) = 8192read(13, "\0\0\0\0\0\0\0\0\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) = 4096lseek(13, 12288, SEEK_SET) = 12288read(13, "\361\314\205\377\370\346\302\377\356\355\353\361ooo\204\4\4\4!\0\0\0\22\0\0\0\t\0\0\0\3"..., 4096) = 4096lseek(13, 16384, SEEK_SET) = 16384read(13, "\4\4\4 lll\201\347\346\345\353\370\346\303\377\361\314\205\377\355\274_\377\353\264K\377\353\264L\377"..., 4096) = 4096lseek(13, 20480, SEEK_SET) = 20480read(13, "\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\3\0\0\0\t"..., 4096) = 4096lseek(13, 24576, SEEK_SET) = 24576read(13, "\31\31\0314\0\0\0\22\0\0\0\10\0\0\0\3\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096lseek(13, 28672, SEEK_SET) = 28672read(13, "\0t\366\377\0t\366\377\0t\366\377\0t\366\377\0t\366\377\0t\366\377+\213\370\377\267\330\374\377"..., 4096) = 4096lseek(13, 32768, SEEK_SET) = 32768read(13, "\0\0\0\2\0\0\0\10\0\0\0\22\25\25\0251\305\305\305\316\273\332\375\377&\211\367\377\0t\366\377"..., 4096) = 4096lseek(13, 36864, SEEK_SET) = 36864read(13, "\0\0\0\0\0\0\0\0\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) = 4096lseek(13, 40960, SEEK_SET) = 40960read(13, "%\210\367\377\0t\366\377\1u\366\377\200\272\373\377\341\341\342\347\32\32\0324\0\0\0\20\0\0\0\6"..., 4096) = 4096lseek(13, 45056, SEEK_SET) = 45056read(13, "\1u\366\377\0t\366\377&\211\367\377\211\277\373\377\313\343\375\377\354\365\376\377\351\363\376\377\312\342\375\377"..., 4096) = 4096lseek(13, 49152, SEEK_SET) = 49152read(13, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\6\0\0\0\17\24\24\24.\325\325\325\334"..., 4096) = 4096lseek(13, 53248, SEEK_SET) = 53248read(13, "\310\310\310\320\10\10\10\37\0\0\0\v\0\0\0\3\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096lseek(13, 57344, SEEK_SET) = 57344read(13, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\374\375\377\377\216\301\373\377\6w\366\377\6w\366\377"..., 4096) = 4096lseek(13, 61440, SEEK_SET) = 61440read(13, "\3\3\3\33\306\306\306\316\207\276\373\377\0t\366\377\4v\366\377\203\273\373\377\372\374\377\377\377\377\377\377"..., 4096) = 4096lseek(13, 65536, SEEK_SET) = 65536read(13, "\0\0\0\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\3"..., 4096) = 4096lseek(13, 69632, SEEK_SET) = 69632read(13, "\351\256=\377\353\265N\377\352\261D\377\351\256=\377\370\346\304\377vvv\207\0\0\0\21\0\0\0\6"..., 4096) = 4096lseek(13, 73728, SEEK_SET) = 73728read(13, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\371\350\311\377"..., 4096) = 4096lseek(13, 77824, SEEK_SET) = 77824read(13, "\0\0\0\0\0\0\0\1\0\0\0\6\0\0\0\21ooo\201\273\332\375\377\1u\366\377\4v\366\377"..., 4096) = 4096lseek(13, 81920, SEEK_SET) = 81920read(13, "\362\361\356\365\f\f\f\"\0\0\0\t\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096lseek(13, 86016, SEEK_SET) = 86016read(13, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\366\336\260\377\351\256=\377"..., 4096) = 4096lseek(13, 90112, SEEK_SET) = 90112read(13, "\355\273]\377\354\271W\377\360\311}\377\365\331\244\377\371\351\312\377\376\372\363\377\377\377\377\377\377\377\377\377"..., 4096) = 4096lseek(13, 94208, SEEK_SET) = 94208read(13, "\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\t\7\7\7\34"..., 4096) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///wayland-cursor", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///whats_this", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\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\2"..., 4096) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///x-cursor", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///xterm", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///zoom-in", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///zoom-out", O_RDONLY) = 13newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=29856, ...}, AT_EMPTY_PATH) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096lseek(13, 0, SEEK_SET) = 0read(13, "Xcur\20\0\0\0\0\0\1\0\3\0\0\0\2\0\375\377\30\0\0\0004\0\0\0\2\0\375\377"..., 4096) = 4096read(13, "\0\0\0\0\0\0\0\0\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) = 4096close(13) = 0getdents64(12, 0x564a44272680 /* 0 entries */, 32768) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/icons/breeze_cursors//index.theme", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=2740, ...}, AT_EMPTY_PATH) = 0read(12, "[Icon Theme]\nName=Breeze\nName[ar"..., 4096) = 2740read(12, "", 4096) = 0close(12) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0newfstatat(AT_FDCWD, "/home/knutjb/.config/xkb", 0x7ffc8b1affd0, 0) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/home/knutjb/.xkb", 0x7ffc8b1affd0, 0) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/etc/xkb", 0x7ffc8b1affd0, 0) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/share/X11/xkb", {st_mode=S_IFDIR|0755, st_size=78, ...}, 0) = 0newfstatat(AT_FDCWD, "/usr/share/X11/xkb", {st_mode=S_IFDIR|0755, st_size=78, ...}, 0) = 0geteuid() = 1000getegid() = 1000getuid() = 1000getgid() = 1000access("/usr/share/X11/xkb", R_OK|X_OK) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/rules/evdev", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=42700, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 42700, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a65000munmap(0x7f6a85a65000, 42700) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/keycodes/evdev", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=24501, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 24501, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6a000munmap(0x7f6a85a6a000, 24501) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/keycodes/aliases", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=2176, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 2176, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 2176) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/types/complete", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=179, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 179, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 179) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/types/basic", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=607, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 607, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 607) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/types/mousekeys", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=214, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 214, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 214) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/types/pc", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=2573, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 2573, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 2573) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/types/iso9995", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=429, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 429, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 429) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/types/level5", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=8219, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 8219, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6d000munmap(0x7f6a85a6d000, 8219) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/types/extra", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=4799, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 4799, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6e000munmap(0x7f6a85a6e000, 4799) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/types/numpad", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=1933, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 1933, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 1933) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/types/extra", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=4799, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 4799, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6e000munmap(0x7f6a85a6e000, 4799) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/compat/complete", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=228, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 228, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 228) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/compat/basic", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=1054, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 1054, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 1054) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/compat/ledcaps", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=469, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 469, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 469) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/compat/lednum", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=466, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 466, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 466) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/compat/iso9995", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=1644, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 1644, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 1644) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/compat/mousekeys", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=4578, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 4578, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6e000munmap(0x7f6a85a6e000, 4578) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/compat/accessx", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=1121, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 1121, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 1121) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/compat/misc", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=2456, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 2456, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 2456) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/compat/ledscroll", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=486, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 486, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 486) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/compat/misc", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=2456, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 2456, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 2456) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/compat/xfree86", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=1842, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 1842, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 1842) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/compat/level5", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=1396, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 1396, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 1396) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/compat/caps", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=507, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 507, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 507) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/symbols/pc", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=2558, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 2558, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 2558) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/symbols/altwin", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=3670, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 3670, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 3670) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/symbols/srvr_ctrl", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=1803, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 1803, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6f000munmap(0x7f6a85a6f000, 1803) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/symbols/keypad", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=23758, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 23758, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6a000munmap(0x7f6a85a6a000, 23758) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/symbols/keypad", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=23758, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 23758, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a85a6a000munmap(0x7f6a85a6a000, 23758) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/symbols/us", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=117295, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 117295, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a80c7a000munmap(0x7f6a80c7a000, 117295) = 0close(12) = 0openat(AT_FDCWD, "/usr/share/X11/xkb/symbols/inet", O_RDONLY) = 12newfstatat(12, "", {st_mode=S_IFREG|0644, st_size=79089, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 79089, PROT_READ, MAP_SHARED, 12, 0) = 0x7f6a80c83000munmap(0x7f6a80c83000, 79089) = 0close(12) = 0brk(0x564a442dd000) = 0x564a442dd000futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0sendmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\2\0\0\0\0\0(\0\1\0\0\0\16\0\0\0wl_compositor\0\0\0"..., iov_len=932}], msg_iovlen=1, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[11]}], msg_controllen=20, msg_flags=0}, MSG_DONTWAIT|MSG_NOSIGNAL) = 932close(11) = 0poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\5\0\0\0\0\0\f\0\0\0\0\0\5\0\0\0\0\0\f\0\1\0\0\0\5\0\0\0\0\0\f\0"..., iov_len=3004}, {iov_base="", iov_len=1092}], msg_iovlen=2, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_DONTWAIT|MSG_CMSG_CLOEXEC) = 696write(5, "\1\0\0\0\0\0\0\0", 8) = 8write(5, "\1\0\0\0\0\0\0\0", 8) = 8write(5, "\1\0\0\0\0\0\0\0", 8) = 8futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0openat(AT_FDCWD, "/usr/share/locale/en_US.UTF-8/LC_MESSAGES/atk10.mo", O_RDONLY) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/share/locale/en_US.utf8/LC_MESSAGES/atk10.mo", O_RDONLY) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/atk10.mo", O_RDONLY) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/share/locale/en.UTF-8/LC_MESSAGES/atk10.mo", O_RDONLY) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/share/locale/en.utf8/LC_MESSAGES/atk10.mo", O_RDONLY) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/atk10.mo", O_RDONLY) = -1 ENOENT (No such file or directory)futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0brk(0x564a442fe000) = 0x564a442fe000futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0getresuid([1000], [1000], [1000]) = 0getresgid([1000], [1000], [1000]) = 0socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 11connect(11, {sa_family=AF_UNIX, sun_path="/run/user/1000/bus"}, 20) = 0fcntl(11, F_GETFL) = 0x2 (flags O_RDWR)fcntl(11, F_SETFL, O_RDWR|O_NONBLOCK) = 0geteuid() = 1000getsockname(11, {sa_family=AF_UNIX}, [128 => 2]) = 0poll([{fd=11, events=POLLOUT}], 1, 0) = 1 ([{fd=11, revents=POLLOUT}])sendto(11, "\0", 1, MSG_NOSIGNAL, NULL, 0) = 1sendto(11, "AUTH EXTERNAL 31303030\r\n", 24, MSG_NOSIGNAL, NULL, 0) = 24poll([{fd=11, events=POLLIN}], 1, -1) = 1 ([{fd=11, revents=POLLIN}])read(11, "OK 80135002020fededcc22410c53292"..., 2048) = 37poll([{fd=11, events=POLLOUT}], 1, -1) = 1 ([{fd=11, revents=POLLOUT}])sendto(11, "NEGOTIATE_UNIX_FD\r\n", 19, MSG_NOSIGNAL, NULL, 0) = 19poll([{fd=11, events=POLLIN}], 1, -1) = 1 ([{fd=11, revents=POLLIN}])read(11, "AGREE_UNIX_FD\r\n", 2048) = 15poll([{fd=11, events=POLLOUT}], 1, -1) = 1 ([{fd=11, revents=POLLOUT}])sendto(11, "BEGIN\r\n", 7, MSG_NOSIGNAL, NULL, 0) = 7poll([{fd=11, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=11, revents=POLLOUT}])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) = 128poll([{fd=11, events=POLLIN}], 1, 25000) = 1 ([{fd=11, revents=POLLIN}])recvmsg(11, {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) = 262recvmsg(11, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)sendmsg(11, {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) = 112poll([{fd=11, events=POLLIN}], 1, 25000) = 1 ([{fd=11, revents=POLLIN}])recvmsg(11, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1(\0\0\0;\0\0\0.\0\0\0\6\1s\0\6\0\0\0:1.246\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 104recvmsg(11, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 12connect(12, {sa_family=AF_UNIX, sun_path="/run/user/1000/at-spi/bus"}, 27) = 0fcntl(12, F_GETFL) = 0x2 (flags O_RDWR)fcntl(12, F_SETFL, O_RDWR|O_NONBLOCK) = 0geteuid() = 1000getsockname(12, {sa_family=AF_UNIX}, [128 => 2]) = 0poll([{fd=12, events=POLLOUT}], 1, 0) = 1 ([{fd=12, revents=POLLOUT}])sendto(12, "\0", 1, MSG_NOSIGNAL, NULL, 0) = 1sendto(12, "AUTH EXTERNAL 31303030\r\n", 24, MSG_NOSIGNAL, NULL, 0) = 24poll([{fd=12, events=POLLIN}], 1, -1) = 1 ([{fd=12, revents=POLLIN}])read(12, "OK b1ee35c4d460d10506c1549c7625a"..., 2048) = 37poll([{fd=12, events=POLLOUT}], 1, -1) = 1 ([{fd=12, revents=POLLOUT}])sendto(12, "NEGOTIATE_UNIX_FD\r\n", 19, MSG_NOSIGNAL, NULL, 0) = 19poll([{fd=12, events=POLLIN}], 1, -1) = 1 ([{fd=12, revents=POLLIN}])read(12, "AGREE_UNIX_FD\r\n", 2048) = 15poll([{fd=12, events=POLLOUT}], 1, -1) = 1 ([{fd=12, revents=POLLOUT}])sendto(12, "BEGIN\r\n", 7, MSG_NOSIGNAL, NULL, 0) = 7poll([{fd=12, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=12, revents=POLLOUT}])sendmsg(12, {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) = 128poll([{fd=12, events=POLLIN}], 1, 25000) = 1 ([{fd=12, revents=POLLIN}])recvmsg(12, {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) = 260recvmsg(12, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK) = 13newfstatat(12, "", {st_mode=S_IFSOCK|0777, st_size=0, ...}, AT_EMPTY_PATH) = 0fcntl(12, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)write(5, "\1\0\0\0\0\0\0\0", 8) = 8futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0sendmsg(12, {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) = 233sendmsg(12, {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) = 244sendmsg(12, {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) = 255futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0access("/usr/share/gtk-3.0/settings.ini", F_OK) = -1 ENOENT (No such file or directory)access("/etc/gtk-3.0/settings.ini", F_OK) = -1 ENOENT (No such file or directory)access("/etc/xdg/gtk-3.0/settings.ini", F_OK) = -1 ENOENT (No such file or directory)access("/home/knutjb/.config/gtk-3.0/settings.ini", F_OK) = 0openat(AT_FDCWD, "/home/knutjb/.config/gtk-3.0/settings.ini", O_RDONLY) = 14newfstatat(14, "", {st_mode=S_IFREG|0644, st_size=384, ...}, AT_EMPTY_PATH) = 0read(14, "[Settings]\ngtk-application-prefe"..., 4096) = 384read(14, "", 4096) = 0close(14) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0newfstatat(AT_FDCWD, "/home/knutjb/.config/gtk-3.0/gtk.css", {st_mode=S_IFREG|0644, st_size=21, ...}, 0) = 0newfstatat(AT_FDCWD, "/usr/lib64/gio/modules/libgvfsdbus.so", {st_mode=S_IFREG|0755, st_size=218032, ...}, 0) = 0openat(AT_FDCWD, "/usr/lib64/gio/modules/libgvfsdbus.so", O_RDONLY|O_CLOEXEC) = 14read(14, "\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) = 832newfstatat(14, "", {st_mode=S_IFREG|0755, st_size=218032, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 213760, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f6a80c62000mmap(0x7f6a80c6c000, 122880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0xa000) = 0x7f6a80c6c000mmap(0x7f6a80c8a000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x28000) = 0x7f6a80c8a000mmap(0x7f6a80c94000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x31000) = 0x7f6a80c94000close(14) = 0openat(AT_FDCWD, "/usr/lib64/gvfs/glibc-hwcaps/x86-64-v4/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/glibc-hwcaps/x86-64-v4", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/glibc-hwcaps/x86-64-v3/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/glibc-hwcaps/x86-64-v3", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/glibc-hwcaps/x86-64-v2/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/glibc-hwcaps/x86-64-v2", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/tls/haswell/avx512_1/x86_64/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/tls/haswell/avx512_1/x86_64", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/tls/haswell/avx512_1/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/tls/haswell/avx512_1", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/tls/haswell/x86_64/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/tls/haswell/x86_64", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/tls/haswell/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/tls/haswell", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/tls/avx512_1/x86_64/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/tls/avx512_1/x86_64", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/tls/avx512_1/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/tls/avx512_1", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/tls/x86_64/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/tls/x86_64", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/tls/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/tls", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/haswell/avx512_1/x86_64/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/haswell/avx512_1/x86_64", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/haswell/avx512_1/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/haswell/avx512_1", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/haswell/x86_64/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/haswell/x86_64", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/haswell/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/haswell", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/avx512_1/x86_64/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/avx512_1/x86_64", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/avx512_1/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/avx512_1", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/x86_64/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)newfstatat(AT_FDCWD, "/usr/lib64/gvfs/x86_64", 0x7ffc8b1ae8e0, 0) = -1 ENOENT (No such file or directory)openat(AT_FDCWD, "/usr/lib64/gvfs/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = 14read(14, "\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) = 832newfstatat(14, "", {st_mode=S_IFREG|0755, st_size=277032, ...}, AT_EMPTY_PATH) = 0mmap(NULL, 275120, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f6a80c1e000mprotect(0x7f6a80c31000, 172032, PROT_NONE) = 0mmap(0x7f6a80c31000, 114688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x13000) = 0x7f6a80c31000mmap(0x7f6a80c4d000, 53248, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x2f000) = 0x7f6a80c4d000mmap(0x7f6a80c5b000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x3c000) = 0x7f6a80c5b000mmap(0x7f6a80c61000, 688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6a80c61000close(14) = 0mprotect(0x7f6a80c5b000, 24576, PROT_READ) = 0mprotect(0x7f6a80c94000, 8192, PROT_READ) = 0futex(0x7f6a858100e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6a84660b50}, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6a84660b50}, 8) = 0futex(0x7f6a858100e8, FUTEX_WAK
Could not obtain desktop path or name (2024)
Top Articles
Latest Posts
Article information

Author: Manual Maggio

Last Updated:

Views: 6519

Rating: 4.9 / 5 (69 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Manual Maggio

Birthday: 1998-01-20

Address: 359 Kelvin Stream, Lake Eldonview, MT 33517-1242

Phone: +577037762465

Job: Product Hospitality Supervisor

Hobby: Gardening, Web surfing, Video gaming, Amateur radio, Flag Football, Reading, Table tennis

Introduction: My name is Manual Maggio, I am a thankful, tender, adventurous, delightful, fantastic, proud, graceful person who loves writing and wants to share my knowledge and understanding with you.