microsoft / wslg

Enabling the Windows Subsystem for Linux to include support for Wayland and X server related scenarios
MIT License
10.01k stars 299 forks source link

Neovim yank to xclip breaks wslg #105

Open adrianord opened 3 years ago

adrianord commented 3 years ago

Environment

Windows build number: 10.0.21364.0
Your Distribution version: Ubuntu 20.04
Your WSLg version: 1.0.17.1
Neovim version: v0.4.3
xclip version: 0.13

Steps to reproduce

  1. Open nvim in WSL
  2. Open notepad in Windows
  3. Copy text from notepad with Ctrl-c Ex: Test from Windows
  4. Paste in neovim using p (works fine, sometimes it has a small delay)
  5. Copy new line of text in neovim using yy Ex: Test from WSL
  6. Paste in notepad using Ctrl-v
  7. Copy new text in notepad Ex: Test from Windows again
  8. Paste in neovim (pastes old text that was copied from step 5)
  9. Copy new text from neovim Ex: Test from WSL again
  10. Paste into notepad (no text pastes anymore)
  11. Paste into neovim (Error in status bar clipboard: error: Error: target STRING not available)
  12. Exit neovim
  13. Try to run gedit (will not run any GUI apps now)

WSL logs:

WSL Logs

``` Date: 2021-04-26 CDT [11:23:15.913] weston 9.0.0 https://wayland.freedesktop.org Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/ Build: 9.0.0-256-gfd961f5c [11:23:15.913] Command line: /usr/bin/weston --backend=rdp-backend.so --xwayland --shell=rdprail-shell.so --logger-scopes=log,rdp-backend,rdprail-shell --log=/mnt/wslg/weston.log [11:23:15.913] OS: Linux, 5.10.16.3-microsoft-standard-WSL2, #1 SMP Fri Apr 2 22:23:49 UTC 2021, x86_64 [11:23:15.914] Using config file '/home/wslg/.config/weston.ini' [11:23:15.915] Output repaint window is 7 ms maximum. [11:23:15.915] Loading module '/usr/lib/libweston-9/rdp-backend.so' [11:23:15.924] using FreeRDP version 2.2.0 [11:23:15.924] RDP backend: WESTON_RDP_DEBUG_LEVEL: 3. [11:23:15.924] RDP backend: Environment dump - start [11:23:15.924] WSL_DISTRO_NAME= [11:23:15.924] WSL2_SHARED_MEMORY_OB_DIRECTORY=WSL\A53056B4-4BCB-47E9-9D2F-E2E3294D61C2\wslg [11:23:15.924] PWD=/ [11:23:15.924] NAME=AdrianW10D [11:23:15.924] WSL_FEATURE_FLAGS=7 [11:23:15.924] SHLVL=1 [11:23:15.924] WSL2_GUI_APPS_ENABLED=1 [11:23:15.924] WSL2_DISTRO_NAME=Ubuntu [11:23:15.924] WSL2_VM_ID=A53056B4-4BCB-47E9-9D2F-E2E3294D61C2 [11:23:15.924] _=/usr/bin/WSLGd [11:23:15.924] HOME=/home/wslg [11:23:15.924] USER=wslg [11:23:15.924] LOGNAME=wslg [11:23:15.924] SHELL=/bin/bash [11:23:15.924] PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/games [11:23:15.924] XDG_RUNTIME_DIR=/mnt/wslg/runtime-dir [11:23:15.924] WAYLAND_DISPLAY=wayland-0 [11:23:15.924] DISPLAY=:0 [11:23:15.924] XCURSOR_PATH=/usr/share/icons [11:23:15.924] XCURSOR_THEME=whiteglass [11:23:15.924] XCURSOR_SIZE=16 [11:23:15.924] PULSE_AUDIO_RDP_SINK=/mnt/wslg/PulseAudioRDPSink [11:23:15.924] PULSE_AUDIO_RDP_SOURCE=/mnt/wslg/PulseAudioRDPSource [11:23:15.924] USE_VSOCK=3 [11:23:15.924] WSL2_DEFAULT_APP_ICON=/usr/share/icons/wsl/linux.png [11:23:15.924] WSL2_DEFAULT_APP_OVERLAY_ICON=/usr/share/icons/wsl/linux.png [11:23:15.924] WESTON_DISABLE_ABSTRACT_FD=1 [11:23:15.924] WSL2_SHARED_MEMORY_MOUNT_POINT=/mnt/shared_memory [11:23:15.924] WESTON_CONFIG_FILE=/home/wslg/.config/weston.ini [11:23:15.924] RDP backend: Environment dump - end [11:23:15.924] Using external fd for incoming connections: 3 [11:23:15.924] Default head is being added [11:23:15.924] Registered plugin API 'weston_rdprail_api_v1' of size 48 [11:23:15.938] RDP backend: use_gfxredir = 1 [11:23:15.938] RDP backend: enable_hi_dpi_support = 1 [11:23:15.938] RDP backend: enable_fractional_hi_dpi_support = 0 [11:23:15.938] RDP backend: debug_desktop_scaling_factor = 0 [11:23:15.938] RDP backend: enable_distro_name_title = 1 [11:23:15.938] RDP backend: enable_copy_warning_title = 0 [11:23:15.938] Using VSOCK for incoming connections: 3 [11:23:15.939] Registered plugin API 'weston_rdp_output_api_v1' of size 16 [11:23:15.939] Head attaching: rdp-0, index:0, is_primary: 1 [11:23:15.939] get_config: attached head [0]: make:(null), mode:(null), name:rdp-0, (0x557b8ebba5a0) [11:23:15.939] get_config: attached head [0]: x:0, y:0, width:0, height:0 [11:23:15.939] set_size: attached head [0]: make:weston, mode:rdp, name:rdp-0, (0x557b8ebba5a0) [11:23:15.939] set_size: attached head [0]: x:0, y:0, width:0, height:0 [11:23:15.939] Output 'rdp-0' enabled with head(s) rdp-0 [11:23:15.939] Compositor capabilities: arbitrary surface rotation: yes screen capture uses y-flip: no presentation clock: CLOCK_MONOTONIC_RAW, id 4 presentation clock resolution: 0.000000001 s [11:23:15.940] Loading module '/usr/lib/weston/rdprail-shell.so' [11:23:15.941] RDPRAIL-shell: WESTON_RDPRAIL_SHELL_DEBUG_LEVEL: 3. [11:23:15.941] wet_shell_init: distro name Ubuntu (6) [11:23:15.943] rdp_rail_shell_initialize_notify: shell: distro name: Ubuntu [11:23:15.944] app_list_monitor_thread: running in system-distro with user-distro: Ubuntu [11:23:15.944] app_list_monitor_thread: open(/proc/self/ns/mnt) [11:23:15.944] app_list_monitor_thread: open(/proc/2/ns/mnt) [11:23:15.944] Loading module '/usr/lib/libweston-9/xwayland.so' [11:23:15.945] app_list_monitor_thread: inotify_add_watch(/usr/share/applications) [11:23:15.947] Registered plugin API 'weston_xwayland_v1' of size 32 [11:23:15.947] Registered plugin API 'weston_xwayland_surface_v1' of size 48 [11:23:15.947] Not using abstract fd for Xwayland [11:23:15.947] xserver listening on display :0 [11:23:15.948] app_list_monitor_thread: /usr/local/share/applications doesn't exist, skipping. [11:23:15.948] app list folder[0]: /usr/share/applications [11:23:15.948] desktop file: /usr/share/applications/gnome-diagnostics-panel.desktop has NoDisplay specified [11:23:15.948] app list entry failed to update: Key:gnome-diagnostics-panel [11:23:15.948] free_app_entry(): (null): /usr/share/applications/gnome-diagnostics-panel.desktop [11:23:15.949] desktop file: /usr/share/applications/snap-handle-link.desktop has NoDisplay specified [11:23:15.949] app list entry failed to update: Key:snap-handle-link [11:23:15.949] free_app_entry(): (null): /usr/share/applications/snap-handle-link.desktop [11:23:15.949] desktop file: /usr/share/applications/yelp.desktop has OnlyShowIn GNOME;Unity; [11:23:15.949] app list entry failed to update: Key:yelp [11:23:15.949] free_app_entry(): (null): /usr/share/applications/yelp.desktop [11:23:15.950] desktop file: /usr/share/applications/rygel.desktop has NoDisplay specified [11:23:15.950] app list entry failed to update: Key:rygel [11:23:15.950] free_app_entry(): (null): /usr/share/applications/rygel.desktop [11:23:15.950] desktop file: /usr/share/applications/gnome-color-panel.desktop has NoDisplay specified [11:23:15.950] app list entry failed to update: Key:gnome-color-panel [11:23:15.950] free_app_entry(): (null): /usr/share/applications/gnome-color-panel.desktop [11:23:15.951] desktop file: /usr/share/applications/gnome-region-panel.desktop has NoDisplay specified [11:23:15.951] app list entry failed to update: Key:gnome-region-panel [11:23:15.951] free_app_entry(): (null): /usr/share/applications/gnome-region-panel.desktop [11:23:15.951] desktop file: /usr/share/applications/gnome-user-accounts-panel.desktop has NoDisplay specified [11:23:15.951] app list entry failed to update: Key:gnome-user-accounts-panel [11:23:15.951] free_app_entry(): (null): /usr/share/applications/gnome-user-accounts-panel.desktop [11:23:15.951] desktop file: /usr/share/applications/gnome-sharing-panel.desktop has NoDisplay specified [11:23:15.951] app list entry failed to update: Key:gnome-sharing-panel [11:23:15.951] free_app_entry(): (null): /usr/share/applications/gnome-sharing-panel.desktop [11:23:15.951] desktop file: /usr/share/applications/gnome-notifications-panel.desktop has NoDisplay specified [11:23:15.951] app list entry failed to update: Key:gnome-notifications-panel [11:23:15.951] free_app_entry(): (null): /usr/share/applications/gnome-notifications-panel.desktop [11:23:15.952] desktop file: /usr/share/applications/byobu.desktop is terminal based app [11:23:15.952] app list entry failed to update: Key:byobu [11:23:15.952] free_app_entry(): (null): /usr/share/applications/byobu.desktop [11:23:15.952] desktop file: /usr/share/applications/gnome-control-center.desktop has OnlyShowIn GNOME;Unity; [11:23:15.952] app list entry failed to update: Key:gnome-control-center [11:23:15.952] free_app_entry(): (null): /usr/share/applications/gnome-control-center.desktop [11:23:15.953] desktop file: /usr/share/applications/gnome-universal-access-panel.desktop has NoDisplay specified [11:23:15.953] app list entry failed to update: Key:gnome-universal-access-panel [11:23:15.953] free_app_entry(): (null): /usr/share/applications/gnome-universal-access-panel.desktop [11:23:15.953] desktop file: /usr/share/applications/org.gnome.Shell.Extensions.desktop has NoDisplay specified [11:23:15.953] app list entry failed to update: Key:org.gnome.Shell.Extensions [11:23:15.953] free_app_entry(): (null): /usr/share/applications/org.gnome.Shell.Extensions.desktop [11:23:15.953] desktop file: /usr/share/applications/mutter.desktop has NoDisplay specified [11:23:15.953] app list entry failed to update: Key:mutter [11:23:15.953] free_app_entry(): (null): /usr/share/applications/mutter.desktop [11:23:15.960] desktop file: /usr/share/applications/gnome-language-selector.desktop [11:23:15.960] Name[en_US]:Language Support (Ubuntu) [11:23:15.960] Exec:/usr/bin/gnome-language-selector [11:23:15.960] TryExec:(null) [11:23:15.960] WorkingDir:(null) [11:23:15.960] Icon name:preferences-desktop-locale [11:23:15.960] Icon file:(null) [11:23:15.960] app list entry updated: Key:gnome-language-selector, Name:Language Support (Ubuntu) [11:23:15.960] desktop file: /usr/share/applications/geoclue-demo-agent.desktop has NoDisplay specified [11:23:15.960] app list entry failed to update: Key:geoclue-demo-agent [11:23:15.960] free_app_entry(): (null): /usr/share/applications/geoclue-demo-agent.desktop [11:23:15.961] desktop file: /usr/share/applications/org.freedesktop.IBus.Panel.Extension.Gtk3.desktop has NoDisplay specified [11:23:15.961] app list entry failed to update: Key:org.freedesktop.IBus.Panel.Extension.Gtk3 [11:23:15.961] free_app_entry(): (null): /usr/share/applications/org.freedesktop.IBus.Panel.Extension.Gtk3.desktop [11:23:15.961] desktop file: /usr/share/applications/gkbd-keyboard-display.desktop has NoDisplay specified [11:23:15.961] app list entry failed to update: Key:gkbd-keyboard-display [11:23:15.961] free_app_entry(): (null): /usr/share/applications/gkbd-keyboard-display.desktop [11:23:15.961] desktop file: /usr/share/applications/gnome-search-panel.desktop has NoDisplay specified [11:23:15.961] app list entry failed to update: Key:gnome-search-panel [11:23:15.961] free_app_entry(): (null): /usr/share/applications/gnome-search-panel.desktop [11:23:15.962] desktop file: /usr/share/applications/gnome-wacom-panel.desktop has NoDisplay specified [11:23:15.962] app list entry failed to update: Key:gnome-wacom-panel [11:23:15.962] free_app_entry(): (null): /usr/share/applications/gnome-wacom-panel.desktop [11:23:15.962] desktop file: /usr/share/applications/gnome-camera-panel.desktop has NoDisplay specified [11:23:15.962] app list entry failed to update: Key:gnome-camera-panel [11:23:15.962] free_app_entry(): (null): /usr/share/applications/gnome-camera-panel.desktop [11:23:15.963] desktop file: /usr/share/applications/gnome-applications-panel.desktop has NoDisplay specified [11:23:15.963] app list entry failed to update: Key:gnome-applications-panel [11:23:15.963] free_app_entry(): (null): /usr/share/applications/gnome-applications-panel.desktop [11:23:15.963] desktop file: /usr/share/applications/gnome-network-panel.desktop has NoDisplay specified [11:23:15.963] app list entry failed to update: Key:gnome-network-panel [11:23:15.963] free_app_entry(): (null): /usr/share/applications/gnome-network-panel.desktop [11:23:15.963] desktop file: /usr/share/applications/nm-applet.desktop has NoDisplay specified [11:23:15.963] app list entry failed to update: Key:nm-applet [11:23:15.963] free_app_entry(): (null): /usr/share/applications/nm-applet.desktop [11:23:15.964] desktop file: /usr/share/applications/gnome-online-accounts-panel.desktop has NoDisplay specified [11:23:15.964] app list entry failed to update: Key:gnome-online-accounts-panel [11:23:15.964] free_app_entry(): (null): /usr/share/applications/gnome-online-accounts-panel.desktop [11:23:15.964] desktop file: /usr/share/applications/gcr-viewer.desktop has NoDisplay specified [11:23:15.964] app list entry failed to update: Key:gcr-viewer [11:23:15.964] free_app_entry(): (null): /usr/share/applications/gcr-viewer.desktop [11:23:15.964] desktop file: /usr/share/applications/gnome-location-panel.desktop has NoDisplay specified [11:23:15.964] app list entry failed to update: Key:gnome-location-panel [11:23:15.964] free_app_entry(): (null): /usr/share/applications/gnome-location-panel.desktop [11:23:15.964] desktop file: /usr/share/applications/system-config-printer.desktop [11:23:15.964] Name[en_US]:Printers (Ubuntu) [11:23:15.964] Exec:system-config-printer [11:23:15.964] TryExec:(null) [11:23:15.964] WorkingDir:(null) [11:23:15.964] Icon name:printer [11:23:15.964] Icon file:(null) [11:23:15.964] app list entry updated: Key:system-config-printer, Name:Printers (Ubuntu) [11:23:15.965] desktop file: /usr/share/applications/org.gnome.Evolution-alarm-notify.desktop has NoDisplay specified [11:23:15.965] app list entry failed to update: Key:org.gnome.Evolution-alarm-notify [11:23:15.965] free_app_entry(): (null): /usr/share/applications/org.gnome.Evolution-alarm-notify.desktop [11:23:15.965] desktop file: /usr/share/applications/vim.desktop is terminal based app [11:23:15.965] app list entry failed to update: Key:vim [11:23:15.965] free_app_entry(): (null): /usr/share/applications/vim.desktop [11:23:15.966] desktop file: /usr/share/applications/org.gnome.gedit.desktop [11:23:15.966] Name[en_US]:Text Editor (Ubuntu) [11:23:15.966] Exec:gedit [11:23:15.966] TryExec:(null) [11:23:15.966] WorkingDir:(null) [11:23:15.966] Icon name:org.gnome.gedit [11:23:15.966] Icon file:/usr/share/icons/hicolor/scalable/apps/org.gnome.gedit.svg [11:23:15.966] app list entry updated: Key:org.gnome.gedit, Name:Text Editor (Ubuntu) [11:23:15.966] desktop file: /usr/share/applications/gnome-background-panel.desktop has NoDisplay specified [11:23:15.966] app list entry failed to update: Key:gnome-background-panel [11:23:15.966] free_app_entry(): (null): /usr/share/applications/gnome-background-panel.desktop [11:23:15.966] desktop file: /usr/share/applications/org.freedesktop.IBus.Panel.Emojier.desktop has NoDisplay specified [11:23:15.966] app list entry failed to update: Key:org.freedesktop.IBus.Panel.Emojier [11:23:15.966] free_app_entry(): (null): /usr/share/applications/org.freedesktop.IBus.Panel.Emojier.desktop [11:23:15.966] desktop file: /usr/share/applications/gnome-ubuntu-panel.desktop has NoDisplay specified [11:23:15.966] app list entry failed to update: Key:gnome-ubuntu-panel [11:23:15.966] free_app_entry(): (null): /usr/share/applications/gnome-ubuntu-panel.desktop [11:23:15.967] desktop file: /usr/share/applications/gnome-display-panel.desktop has NoDisplay specified [11:23:15.967] app list entry failed to update: Key:gnome-display-panel [11:23:15.967] free_app_entry(): (null): /usr/share/applications/gnome-display-panel.desktop [11:23:15.967] desktop file: /usr/share/applications/gnome-usage-panel.desktop has NoDisplay specified [11:23:15.967] app list entry failed to update: Key:gnome-usage-panel [11:23:15.967] free_app_entry(): (null): /usr/share/applications/gnome-usage-panel.desktop [11:23:15.967] desktop file: /usr/share/applications/nm-connection-editor.desktop [11:23:15.967] Name[en_US]:Advanced Network Configuration (Ubuntu) [11:23:15.967] Exec:nm-connection-editor [11:23:15.967] TryExec:(null) [11:23:15.967] WorkingDir:(null) [11:23:15.967] Icon name:preferences-system-network [11:23:15.967] Icon file:(null) [11:23:15.967] app list entry updated: Key:nm-connection-editor, Name:Advanced Network Configuration (Ubuntu) [11:23:15.967] desktop file: /usr/share/applications/gnome-bluetooth-panel.desktop has NoDisplay specified [11:23:15.967] app list entry failed to update: Key:gnome-bluetooth-panel [11:23:15.967] free_app_entry(): (null): /usr/share/applications/gnome-bluetooth-panel.desktop [11:23:15.968] desktop file: /usr/share/applications/gnome-datetime-panel.desktop has NoDisplay specified [11:23:15.968] app list entry failed to update: Key:gnome-datetime-panel [11:23:15.968] free_app_entry(): (null): /usr/share/applications/gnome-datetime-panel.desktop [11:23:15.968] desktop file: /usr/share/applications/gnome-lock-panel.desktop has NoDisplay specified [11:23:15.968] app list entry failed to update: Key:gnome-lock-panel [11:23:15.968] free_app_entry(): (null): /usr/share/applications/gnome-lock-panel.desktop [11:23:15.968] desktop file: /usr/share/applications/gnome-printers-panel.desktop has NoDisplay specified [11:23:15.968] app list entry failed to update: Key:gnome-printers-panel [11:23:15.968] free_app_entry(): (null): /usr/share/applications/gnome-printers-panel.desktop [11:23:15.968] desktop file: /usr/share/applications/gnome-thunderbolt-panel.desktop has NoDisplay specified [11:23:15.968] app list entry failed to update: Key:gnome-thunderbolt-panel [11:23:15.968] free_app_entry(): (null): /usr/share/applications/gnome-thunderbolt-panel.desktop [11:23:15.969] desktop file: /usr/share/applications/gnome-power-panel.desktop has NoDisplay specified [11:23:15.969] app list entry failed to update: Key:gnome-power-panel [11:23:15.969] free_app_entry(): (null): /usr/share/applications/gnome-power-panel.desktop [11:23:15.969] desktop file: /usr/share/applications/org.gnome.Shell.PortalHelper.desktop has NoDisplay specified [11:23:15.969] app list entry failed to update: Key:org.gnome.Shell.PortalHelper [11:23:15.969] free_app_entry(): (null): /usr/share/applications/org.gnome.Shell.PortalHelper.desktop [11:23:15.969] desktop file: /usr/share/applications/gcr-prompter.desktop has NoDisplay specified [11:23:15.969] app list entry failed to update: Key:gcr-prompter [11:23:15.969] free_app_entry(): (null): /usr/share/applications/gcr-prompter.desktop [11:23:15.969] desktop file: /usr/share/applications/gnome-session-properties.desktop has OnlyShowIn GNOME;Unity; [11:23:15.969] app list entry failed to update: Key:gnome-session-properties [11:23:15.969] free_app_entry(): (null): /usr/share/applications/gnome-session-properties.desktop [11:23:15.969] desktop file: /usr/share/applications/evolution-calendar.desktop has NoDisplay specified [11:23:15.969] app list entry failed to update: Key:evolution-calendar [11:23:15.969] free_app_entry(): (null): /usr/share/applications/evolution-calendar.desktop [11:23:15.970] desktop file: /usr/share/applications/gnome-keyboard-panel.desktop has NoDisplay specified [11:23:15.970] app list entry failed to update: Key:gnome-keyboard-panel [11:23:15.970] free_app_entry(): (null): /usr/share/applications/gnome-keyboard-panel.desktop [11:23:15.970] desktop file: /usr/share/applications/org.freedesktop.IBus.Setup.desktop [11:23:15.970] Name[en_US]:IBus Preferences (Ubuntu) [11:23:15.970] Exec:ibus-setup [11:23:15.970] TryExec:(null) [11:23:15.970] WorkingDir:(null) [11:23:15.970] Icon name:ibus-setup [11:23:15.970] Icon file:/usr/share/icons/hicolor/scalable/apps/ibus-setup.svg [11:23:15.970] app list entry updated: Key:org.freedesktop.IBus.Setup, Name:IBus Preferences (Ubuntu) [11:23:15.970] desktop file: /usr/share/applications/gnome-wifi-panel.desktop has NoDisplay specified [11:23:15.970] app list entry failed to update: Key:gnome-wifi-panel [11:23:15.970] free_app_entry(): (null): /usr/share/applications/gnome-wifi-panel.desktop [11:23:15.970] desktop file: /usr/share/applications/gnome-sound-panel.desktop has NoDisplay specified [11:23:15.970] app list entry failed to update: Key:gnome-sound-panel [11:23:15.970] free_app_entry(): (null): /usr/share/applications/gnome-sound-panel.desktop [11:23:15.971] desktop file: /usr/share/applications/gimp.desktop [11:23:15.971] Name[en_US]:GNU Image Manipulation Program (Ubuntu) [11:23:15.971] Exec:gimp-2.10 [11:23:15.971] TryExec:gimp-2.10 [11:23:15.971] WorkingDir:(null) [11:23:15.971] Icon name:gimp [11:23:15.971] Icon file:/usr/share/icons/hicolor/48x48/apps/gimp.png [11:23:15.971] app list entry updated: Key:gimp, Name:GNU Image Manipulation Program (Ubuntu) [11:23:15.971] desktop file: /usr/share/applications/gnome-microphone-panel.desktop has NoDisplay specified [11:23:15.971] app list entry failed to update: Key:gnome-microphone-panel [11:23:15.971] free_app_entry(): (null): /usr/share/applications/gnome-microphone-panel.desktop [11:23:15.971] desktop file: /usr/share/applications/htop.desktop is terminal based app [11:23:15.971] app list entry failed to update: Key:htop [11:23:15.971] free_app_entry(): (null): /usr/share/applications/htop.desktop [11:23:15.971] desktop file: /usr/share/applications/nvim.desktop is terminal based app [11:23:15.971] app list entry failed to update: Key:nvim [11:23:15.971] free_app_entry(): (null): /usr/share/applications/nvim.desktop [11:23:15.972] desktop file: /usr/share/applications/gnome-default-apps-panel.desktop has NoDisplay specified [11:23:15.972] app list entry failed to update: Key:gnome-default-apps-panel [11:23:15.972] free_app_entry(): (null): /usr/share/applications/gnome-default-apps-panel.desktop [11:23:15.972] desktop file: /usr/share/applications/org.gnome.Shell.desktop has NoDisplay specified [11:23:15.972] app list entry failed to update: Key:org.gnome.Shell [11:23:15.972] free_app_entry(): (null): /usr/share/applications/org.gnome.Shell.desktop [11:23:15.972] desktop file: /usr/share/applications/im-config.desktop has OnlyShowIn KDE;LXQt; [11:23:15.972] app list entry failed to update: Key:im-config [11:23:15.972] free_app_entry(): (null): /usr/share/applications/im-config.desktop [11:23:15.972] desktop file: /usr/share/applications/gnome-removable-media-panel.desktop has NoDisplay specified [11:23:15.972] app list entry failed to update: Key:gnome-removable-media-panel [11:23:15.972] free_app_entry(): (null): /usr/share/applications/gnome-removable-media-panel.desktop [11:23:15.973] desktop file: /usr/share/applications/gnome-connectivity-panel.desktop has NoDisplay specified [11:23:15.973] app list entry failed to update: Key:gnome-connectivity-panel [11:23:15.973] free_app_entry(): (null): /usr/share/applications/gnome-connectivity-panel.desktop [11:23:15.973] desktop file: /usr/share/applications/info.desktop is terminal based app [11:23:15.973] app list entry failed to update: Key:info [11:23:15.973] free_app_entry(): (null): /usr/share/applications/info.desktop [11:23:15.973] desktop file: /usr/share/applications/gnome-info-overview-panel.desktop has NoDisplay specified [11:23:15.973] app list entry failed to update: Key:gnome-info-overview-panel [11:23:15.973] free_app_entry(): (null): /usr/share/applications/gnome-info-overview-panel.desktop [11:23:15.973] desktop file: /usr/share/applications/gnome-mouse-panel.desktop has NoDisplay specified [11:23:15.973] app list entry failed to update: Key:gnome-mouse-panel [11:23:15.973] free_app_entry(): (null): /usr/share/applications/gnome-mouse-panel.desktop [11:23:15.973] desktop file: /usr/share/applications/python3.8.desktop has NoDisplay specified [11:23:15.973] app list entry failed to update: Key:python3.8 [11:23:15.973] free_app_entry(): (null): /usr/share/applications/python3.8.desktop [11:23:15.973] app list folder[1]: /usr/local/share/applications [11:23:16.827] Client: ClientStatus:0x3f5 [11:23:16.827] - TS_RAIL_CLIENTSTATUS_ALLOWLOCALMOVESIZE [11:23:16.827] - TS_RAIL_CLIENTSTATUS_ZORDER_SYNC [11:23:16.827] - TS_RAIL_CLIENTSTATUS_WINDOW_RESIZE_MARGIN_SUPPORTED [11:23:16.827] - TS_RAIL_CLIENTSTATUS_HIGH_DPI_ICONS_SUPPORTED [11:23:16.827] - TS_RAIL_CLIENTSTATUS_APPBAR_REMOTING_SUPPORTED [11:23:16.827] - TS_RAIL_CLIENTSTATUS_POWER_DISPLAY_REQUEST_SUPPORTED [11:23:16.827] - TS_RAIL_CLIENTSTATUS_GET_APPID_RESPONSE_EX_SUPPORTED [11:23:16.827] - TS_RAIL_CLIENTSTATUS_BIDIRECTIONAL_CLOAK_SUPPORTED [11:23:16.827] Client HandShake buildNumber:21364 [11:23:16.901] Server AppList caps version:3 [11:23:16.922] Client: gfxredir_caps: length:28 [11:23:16.922] Client: GrfxCaps count:0x8 [11:23:16.922] Client: gfxredir_caps[0]: signature:0x53504143 [11:23:16.922] Client: GrfxCaps[0] version:0x80004 length:4 flags:0x0 [11:23:16.922] Client: gfxredir_caps[0]: version:0x1 [11:23:16.922] Client: gfxredir_caps[0]: length:12 [11:23:16.922] Client: gfxredir_caps[1]: signature:0x53504143 [11:23:16.922] Client: gfxredir_caps[1]: version:0x2000 [11:23:16.922] Client: gfxredir_caps[1]: length:16 [11:23:16.922] Client: gfxredir_caps[1]: supportedFeatures:0x0 [11:23:16.922] Client: gfxredir selected caps: version:0x2000 [11:23:16.922] Version : RDPGFX_CAPVERSION_8 [11:23:16.922] Client: GrfxCaps[1] version:0x80105 length:4 flags:0x0 [11:23:16.922] Version : RDPGFX_CAPVERSION_81 [11:23:16.922] Client: GrfxCaps[2] version:0xa0002 length:4 flags:0x0 [11:23:16.922] Version : RDPGFX_CAPVERSION_10 [11:23:16.922] Client: GrfxCaps[3] version:0xa0200 length:4 flags:0x0 [11:23:16.922] Version : RDPGFX_CAPVERSION_102 [11:23:16.922] Client: GrfxCaps[4] version:0xa0301 length:4 flags:0x0 [11:23:16.922] Version : RDPGFX_CAPVERSION_103 [11:23:16.922] Client: GrfxCaps[5] version:0xa0400 length:4 flags:0x0 [11:23:16.922] Version : RDPGFX_CAPVERSION_104 [11:23:16.922] Client: GrfxCaps[6] version:0xa0502 length:4 flags:0x0 [11:23:16.922] Version : RDPGFX_CAPVERSION_105 [11:23:16.922] Client: GrfxCaps[7] version:0xa0600 length:4 flags:0x0 [11:23:16.922] Version : RDPGFX_CAPVERSION_106 [11:23:16.932] Pulse Audio source listener socket on /mnt/wslg/PulseAudioRDPSource [11:23:16.932] xf_peer_adjust_monitor_layout: [11:23:16.932] DesktopWidth:2560, DesktopHeight:1440 [11:23:16.932] UseMultimon:0 [11:23:16.932] ForceMultimon:0 [11:23:16.932] MonitorCount:0 [11:23:16.932] HasMonitorAttributes:0 [11:23:16.932] HiDefRemoteApp:1 [11:23:16.932] disp_monitor_validate_and_compute_layout:---INPUT--- [11:23:16.932] rdpMonitor[0]: x:0, y:0, width:2560, height:1440, is_primary:1 [11:23:16.932] AudioIn source_thread: Listening for audio in connection. [11:23:16.932] rdpMonitor[0]: physicalWidth:597, physicalHeight:336, orientation:0 [11:23:16.932] rdpMonitor[0]: desktopScaleFactor:100, deviceScaleFactor:100 [11:23:16.932] rdpMonitor[0]: scale:1, client scale :1.00 [11:23:16.932] Client desktop upper left coordinate (0,0) [11:23:16.932] disp_monitor_validate_and_compute_layout:---OUTPUT--- [11:23:16.932] rdpMonitor[0]: x:0, y:0, width:2560, height:1440, is_primary:1 [11:23:16.932] rdpMonitor[0]: weston x:0, y:0, width:2560, height:1440 [11:23:16.932] rdpMonitor[0]: physicalWidth:597, physicalHeight:336, orientation:0 [11:23:16.932] rdpMonitor[0]: desktopScaleFactor:100, deviceScaleFactor:100 [11:23:16.932] rdpMonitor[0]: scale:1, clientScale:1.00 [11:23:16.932] Head mode change:rdp-0 OLD width:0, height:0, scale:1, clientScale:1.000000 [11:23:16.932] Head mode change:rdp-0 NEW width:2560, height:1440, scale:1, clientScale:1.000000 [11:23:16.933] move head/output rdp-0 (0,0) -> (0,0) [11:23:16.933] client origin (0,0) is (0,0) in Weston space [11:23:16.933] client virtual desktop is (0,0) - (2560,1440) [11:23:16.933] weston virtual desktop is (0,0) - (2560,1440) [11:23:16.933] kbd_layout:0x409 kbd_type:0x4 kbd_subType:0x0 kbd_functionKeys:0xc [11:23:16.933] convert_rdp_keyboard_to_xkb_rule_names: matching layout=us variant=(null) [11:23:16.945] Client ExecOrder:0x00000008, Program:dummy-entry, WorkingDir:(null), RemoteApplicationArguments:(null) [11:23:16.945] Client ExecOrder launching dummy-entry [11:23:16.945] launching 'dummy-entry' [11:23:16.946] Client: ClientSysparam: filterKeys [11:23:16.946] Client: ClientSysparam: toggleKeys:62 [11:23:16.946] Client: ClientSysparam: stickyKeys:510 [11:23:16.946] Client: ClientSysparam: caretWidth:1 [11:23:16.946] Client: ClientSysparam: highContrast [11:23:16.946] Client: ClientSysparam: taskbarPos:(left:2558, top:0, right:2620, bottom:1440) [11:23:16.946] Client: ClientSysparam: mouseButtonSwap:0 [11:23:16.946] Client: ClientSysparam: keyboardPref:0 [11:23:16.946] Client: ClientSysparam: dragFullWindows:1 [11:23:16.946] Client: ClientSysparam: keyboardCues:0 [11:23:16.946] Client: ClientSysparam: workArea:(left:0, top:0, right:2560, bottom:1440) [11:23:16.946] Client AppList caps version:3 [11:23:16.946] Client AppList client language id: en_US [11:23:16.946] compositor: executing 'dummy-entry' failed: No such file or directory [11:23:16.946] Detected a monitor change on head 'rdp-0', not bothering to do anything about it. [11:23:16.946] app_list_monitor_thread: startRdpNotifyEvent is signalled. 0 - en_US [11:23:16.946] Client: ClientSysparam: filterKeys [11:23:16.946] Client: ClientSysparam: toggleKeys:62 [11:23:16.946] Client: ClientSysparam: stickyKeys:510 [11:23:16.946] Client: ClientSysparam: caretWidth:1 [11:23:16.946] Client: ClientSysparam: highContrast [11:23:16.946] Client: ClientSysparam: taskbarPos:(left:2558, top:0, right:2620, bottom:1440) [11:23:16.946] Client: ClientSysparam: mouseButtonSwap:0 [11:23:16.946] Client: ClientSysparam: keyboardPref:0 [11:23:16.946] Client: ClientSysparam: dragFullWindows:1 [11:23:16.946] Client: ClientSysparam: keyboardCues:0 [11:23:16.946] Client: ClientSysparam: workArea:(left:0, top:0, right:2560, bottom:1440) [11:23:16.946] Client ExecOrder program terminated [11:23:16.946] dummy-entry exited with status 255 /usr/share/icons/hicolor/scalable/apps/org.gnome.gedit.svg: unrecognized file header 0x3c 0x3f 0x78 0x6d [11:23:16.946] shell_blend_overlay_icon: app 128x128; overlay 128x128; scale 1.75x1.75 [11:23:16.946] rdp_rail_notify_app_list(): rdp_peer 0x557b8ebc3d60 [11:23:16.946] inSync: 1 [11:23:16.946] syncStart: 1 [11:23:16.946] syncEnd: 0 [11:23:16.946] newAppId: 1 [11:23:16.946] deleteAppId: 0 [11:23:16.946] deleteAppProvider: 0 [11:23:16.946] appId: org.gnome.gedit [11:23:16.946] appGroup: (null) [11:23:16.946] appExecPath: gedit [11:23:16.946] appWorkingDir: (null) [11:23:16.946] appDesc: Text Editor (Ubuntu) [11:23:16.946] appIcon: 0x557b8ebbfab0 [11:23:16.946] appProvider: (null) [11:23:16.946] shell_blend_overlay_icon: app 128x128; overlay 128x128; scale 1.75x1.75 [11:23:16.946] rdp_rail_notify_app_list(): rdp_peer 0x557b8ebc3d60 [11:23:16.946] inSync: 1 [11:23:16.947] syncStart: 0 [11:23:16.947] syncEnd: 0 [11:23:16.947] newAppId: 1 [11:23:16.947] deleteAppId: 0 [11:23:16.947] deleteAppProvider: 0 [11:23:16.947] appId: nm-connection-editor [11:23:16.947] appGroup: (null) [11:23:16.947] appExecPath: nm-connection-editor [11:23:16.947] appWorkingDir: (null) [11:23:16.947] appDesc: Advanced Network Configuration (Ubuntu) [11:23:16.947] appIcon: 0x557b8ebbfab0 [11:23:16.947] appProvider: (null) [11:23:16.947] shell_blend_overlay_icon: app 128x128; overlay 128x128; scale 1.75x1.75 [11:23:16.947] rdp_rail_notify_app_list(): rdp_peer 0x557b8ebc3d60 [11:23:16.947] inSync: 1 [11:23:16.947] syncStart: 0 [11:23:16.947] syncEnd: 0 [11:23:16.947] newAppId: 1 [11:23:16.947] deleteAppId: 0 [11:23:16.947] deleteAppProvider: 0 [11:23:16.947] appId: gnome-language-selector [11:23:16.947] appGroup: (null) [11:23:16.947] appExecPath: /usr/bin/gnome-language-selector [11:23:16.947] appWorkingDir: (null) [11:23:16.947] appDesc: Language Support (Ubuntu) [11:23:16.947] appIcon: 0x557b8ebbfab0 [11:23:16.947] appProvider: (null) [11:23:16.947] shell_blend_overlay_icon: app 128x128; overlay 128x128; scale 1.75x1.75 [11:23:16.947] rdp_rail_notify_app_list(): rdp_peer 0x557b8ebc3d60 [11:23:16.947] inSync: 1 [11:23:16.947] syncStart: 0 [11:23:16.947] syncEnd: 0 [11:23:16.947] newAppId: 1 [11:23:16.947] deleteAppId: 0 [11:23:16.947] deleteAppProvider: 0 [11:23:16.947] appId: system-config-printer [11:23:16.947] appGroup: (null) [11:23:16.947] appExecPath: system-config-printer [11:23:16.947] appWorkingDir: (null) [11:23:16.947] appDesc: Printers (Ubuntu) [11:23:16.947] appIcon: 0x557b8ebbfab0 [11:23:16.947] appProvider: (null) [11:23:16.947] shell_blend_overlay_icon: app 48x48; overlay 128x128; scale 4.67x4.67 [11:23:16.947] rdp_rail_notify_app_list(): rdp_peer 0x557b8ebc3d60 [11:23:16.947] inSync: 1 [11:23:16.947] syncStart: 0 [11:23:16.947] syncEnd: 0 [11:23:16.947] newAppId: 1 [11:23:16.947] deleteAppId: 0 [11:23:16.947] deleteAppProvider: 0 [11:23:16.947] appId: gimp [11:23:16.947] appGroup: (null) [11:23:16.947] appExecPath: gimp-2.10 [11:23:16.947] appWorkingDir: (null) [11:23:16.947] appDesc: GNU Image Manipulation Program (Ubuntu) [11:23:16.947] appIcon: 0x7fa8bc0653e0 [11:23:16.947] appProvider: (null) /usr/share/icons/hicolor/scalable/apps/ibus-setup.svg: unrecognized file header 0x3c 0x3f 0x78 0x6d [11:23:16.947] shell_blend_overlay_icon: app 128x128; overlay 128x128; scale 1.75x1.75 [11:23:16.947] rdp_rail_notify_app_list(): rdp_peer 0x557b8ebc3d60 [11:23:16.947] inSync: 1 [11:23:16.947] syncStart: 0 [11:23:16.947] syncEnd: 1 [11:23:16.947] newAppId: 1 [11:23:16.947] deleteAppId: 0 [11:23:16.947] deleteAppProvider: 0 [11:23:16.947] appId: org.freedesktop.IBus.Setup [11:23:16.947] appGroup: (null) [11:23:16.947] appExecPath: ibus-setup [11:23:16.947] appWorkingDir: (null) [11:23:16.947] appDesc: IBus Preferences (Ubuntu) [11:23:16.947] appIcon: 0x557b8ebbfab0 [11:23:16.947] appProvider: (null) [11:23:16.955] rdp_audio_server_activated: 1 audio formats supported. [11:23:16.955] [0] - Format(WAVE_FORMAT_PCM) - Bits(16), Channels(2), Frequency(44100) [11:23:16.955] RDPAudio - Agreed on format 0. [11:23:16.955] rdp_audio_server_activated: bytesPerFrame:4, latency:5 [11:23:16.955] Pulse Audio Sink listener socket on /mnt/wslg/PulseAudioRDPSink [11:23:16.955] Client: clipboard capabilities: cCapabilitiesSet:1 [11:23:16.955] Client: clipboard capabilities[0]: General [11:23:16.955] Version:2 [11:23:16.955] GeneralFlags:0x10 [11:23:16.955] CB_CAN_LOCK_CLIPDATA [11:23:16.955] Client: clipboard_client_format_list clipboard format list: numFormats:0 [11:23:16.955] Client: clipboard_client_format_list (0x7fa890000d20) allocated [11:23:16.955] Client: clipboard_client_format_list (0x7fa890000d20) no formats are supported [11:23:16.955] Audio sink thread: Listening for audio connection. [11:23:16.955] RDP clipboard_data_source_unref (0x7fa890000d20): refcount:0 [11:23:20.951] Audio sink thread: connection successful on socket (86). [11:23:20.951] RDP Sink version (1 - 1) [11:23:35.244] Client: clipboard_client_format_list clipboard format list: numFormats:4 [11:23:35.244] Client: clipboard_client_format_list clipboard formats[0]: formatId:13, formatName:CF_UNICODETEXT [11:23:35.244] Client: clipboard_client_format_list clipboard formats[1]: formatId:16, formatName:CF_LOCALE [11:23:35.244] Client: clipboard_client_format_list clipboard formats[2]: formatId:1, formatName:CF_TEXT [11:23:35.244] Client: clipboard_client_format_list clipboard formats[3]: formatId:7, formatName:CF_OEMTEX [11:23:35.244] Client: clipboard_client_format_list (0x7fa890000e60) allocated [11:23:35.244] Client: clipboard_client_format_list (0x7fa890000e60) mine_type:"text/plain;charset=utf-8" [11:23:35.245] RDP clipboard_data_source_publish (0x7fa890000e60) [11:23:35.245] RDP clipboard_data_source_send (0x7fa890000e60) fd:88, mime-type:"text/plain;charset=utf-8" [11:23:35.245] RDP clipboard_data_source_send (0x7fa890000e60) request index:0 formatId:1 CF_TEXT [11:23:35.245] RDP clipboard_set_selection (base:0x7fa890000e60} [11:23:35.252] Client: clipboard_client_format_data_response (0x7fa890000e60) flags:1, dataLen:18 [11:23:35.252] RDP clipboard_data_source_write (0x7fa890000e60) write completed (17 bytes) [11:23:35.252] RDP clipboard_data_source_unref (0x7fa890000e60): refcount:1 [11:23:36.193] Spawned Xwayland server, pid 384 [11:23:37.920] xfixes version: 5.0 [11:23:37.933] created wm, root 581 [11:23:37.933] xfixes selection notify event: owner 2097153 [11:23:37.933] our window, skipping [11:23:37.939] selection request, CLIPBOARD, target UTF8_STRING, property XCLIP_OUT [11:23:37.940] RDP clipboard_data_source_send (0x7fa890000e60) fd:90, mime-type:"text/plain;charset=utf-8" [11:23:37.940] RDP clipboard_data_source_write (0x7fa890000e60) write completed (17 bytes) [11:23:37.940] RDP clipboard_data_source_unref (0x7fa890000e60): refcount:1 [11:23:37.940] read 17 (available 65536, mask 0x5) bytes: "Test from Windows" [11:23:37.940] nothing happened, buffered the bytes [11:23:37.940] read 0 (available 131055, mask 0x4) bytes: "" [11:23:37.940] non-incr transfer complete [11:23:47.762] xfixes selection notify event: owner 4194305 [11:23:47.764] RDP clipboard_data_source_cancel (0x7fa890000e60) [11:23:47.764] RDP clipboard_set_selection (base:0x557b8ef0a6d0} [11:23:47.764] RDP clipboard_data_source_unref (0x7fa890000e60): refcount:0 [11:23:47.764] RDP clipboard_set_selection (base:0x557b8ef0a6d0) available formats[0]: text/plain;charset=utf-8 [11:23:47.764] RDP clipboard_set_selection (base:0x557b8ef0a6d0) supported formats[0]: 1: CF_TEXT [11:23:47.765] wrote 14 (chunk size 14) of 14 bytes [11:23:47.765] transfer complete [11:23:47.772] Client: clipboard_client_format_list_response msgFlags:0x1 [11:23:53.701] Client: clipboard_client_format_data_request requestedFormatId:1 - CF_TEXT [11:23:53.701] RDP clipboard_data_source_request (base:0x557b8ef0a6d0) requested mime type:"text/plain;charset=utf-8" [11:23:53.701] RDP clipboard_data_source_request (base:0x557b8ef0a6d0) available formats: text/plain;charset=utf-8 [11:23:53.701] RDP clipboard_data_source_request (0x557b8ef246a0) allocated [11:23:53.704] wrote 14 (chunk size 14) of 14 bytes [11:23:53.704] transfer complete [11:23:53.704] RDP clipboard_data_source_read (0x557b8ef246a0): read completed (14 bytes) [11:23:53.704] Client: clipboard_client_send_format_data_response (0x557b8ef246a0) format_index:0 text/plain;charset=utf-8 (15 bytes) [11:23:53.704] RDP clipboard_data_source_unref (0x557b8ef246a0): refcount:0 [11:24:01.804] Client: clipboard_client_format_list clipboard format list: numFormats:4 [11:24:01.804] Client: clipboard_client_format_list clipboard formats[0]: formatId:13, formatName:CF_UNICODETEXT [11:24:01.804] Client: clipboard_client_format_list clipboard formats[1]: formatId:16, formatName:CF_LOCALE [11:24:01.804] Client: clipboard_client_format_list clipboard formats[2]: formatId:1, formatName:CF_TEXT [11:24:01.804] Client: clipboard_client_format_list clipboard formats[3]: formatId:7, formatName:CF_OEMTEX [11:24:01.804] Client: clipboard_client_format_list (0x7fa890000b60) allocated [11:24:01.804] Client: clipboard_client_format_list (0x7fa890000b60) mine_type:"text/plain;charset=utf-8" [11:24:01.804] RDP clipboard_data_source_publish (0x7fa890000b60) [11:24:01.804] RDP clipboard_data_source_send (0x7fa890000b60) fd:90, mime-type:"text/plain;charset=utf-8" [11:24:01.804] RDP clipboard_data_source_send (0x7fa890000b60) request index:0 formatId:1 CF_TEXT [11:24:01.804] RDP clipboard_set_selection (base:0x7fa890000b60} [11:24:01.806] Client: clipboard_client_format_data_response (0x7fa890000b60) flags:1, dataLen:24 [11:24:01.806] RDP clipboard_data_source_write (0x7fa890000b60) write completed (23 bytes) [11:24:01.806] RDP clipboard_data_source_unref (0x7fa890000b60): refcount:1 [11:24:08.566] xfixes selection notify event: owner 6291457 [11:24:08.566] xfixes selection notify event: owner 2097153 [11:24:08.566] our window, skipping [11:24:08.566] selection request, CLIPBOARD, target TARGETS, property _WL_SELECTION [11:24:08.568] RDP clipboard_data_source_cancel (0x7fa890000b60) [11:24:08.568] RDP clipboard_set_selection (base:0x557b8ef13c40} [11:24:08.568] RDP clipboard_data_source_unref (0x7fa890000b60): refcount:0 [11:24:08.568] RDP clipboard_set_selection (base:0x557b8ef13c40) available formats[0]: text/plain;charset=utf-8 [11:24:08.568] RDP clipboard_set_selection (base:0x557b8ef13c40) supported formats[0]: 1: CF_TEXT [11:24:08.568] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.568] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.569] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.569] Client: clipboard_client_format_list_response msgFlags:0x1 [11:24:08.569] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.570] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.571] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.571] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.571] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.572] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.572] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.572] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.572] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.573] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.632] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.635] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.637] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.640] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.642] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.645] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.647] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.650] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.653] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.655] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.657] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.658] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.660] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.661] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.663] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.664] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.665] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.666] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.667] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.669] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.670] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.670] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.671] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.672] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.673] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.673] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.674] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.674] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.675] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.675] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.675] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.675] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.676] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.676] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.676] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.676] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.677] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.677] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.677] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.677] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.678] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.678] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.712] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.712] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.713] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.713] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.714] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.714] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.715] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.715] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.716] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.716] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.716] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.717] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.717] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.717] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.717] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.718] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.718] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.718] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.719] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.719] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.719] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.719] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.720] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.720] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.720] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.720] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.721] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.721] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.721] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.722] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.722] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.723] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.723] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.723] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.723] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.724] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.724] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.724] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.724] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.725] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.725] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.725] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.726] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.726] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.726] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.726] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.727] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.727] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.727] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.727] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.728] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.728] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.728] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.728] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.729] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.729] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.729] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.730] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.730] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.731] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.731] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.731] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.731] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.732] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.732] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.732] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.733] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.733] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.733] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.733] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.734] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.734] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.734] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.734] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.735] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.735] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.735] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.735] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.736] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.736] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.736] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.737] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.737] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.737] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.737] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.738] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.772] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.772] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.773] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.774] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.774] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.775] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.775] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.776] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.776] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.776] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.776] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.777] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.777] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.778] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.778] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.778] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.779] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.779] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.779] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.780] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.780] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.780] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.780] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.781] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.781] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.781] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.782] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.782] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.782] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.783] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.783] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.783] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.784] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.784] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.784] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.784] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.785] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.785] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.785] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.785] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.786] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.786] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.786] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.786] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.787] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.787] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.787] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.788] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.788] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.788] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.788] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.789] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.789] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.789] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.789] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.790] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.790] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.790] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.790] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.791] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.791] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.791] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.791] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.792] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.792] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.792] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.793] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.793] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.794] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.794] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.794] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.795] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.795] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.795] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.795] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.796] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.796] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.796] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.796] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.797] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.797] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.797] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.798] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.798] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.798] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.798] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.799] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.799] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.799] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.799] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.800] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.800] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.800] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.800] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.801] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.801] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.801] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.801] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.802] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.802] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.802] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.802] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.803] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.803] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.803] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.803] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.804] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.804] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.804] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.804] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.805] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.805] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.805] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.806] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.806] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.806] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.806] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.807] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.807] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.807] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.807] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.808] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.808] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.808] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.808] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.809] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.809] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.810] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.810] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.811] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.811] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.811] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.811] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.812] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.812] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.812] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.812] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.813] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.813] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.813] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.813] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.814] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.814] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.814] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.814] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.815] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.815] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.815] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.815] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.816] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.816] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.816] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.816] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.817] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.817] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.817] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.818] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.818] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.818] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.818] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.819] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.819] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.819] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.819] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.820] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.820] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.820] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.820] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.821] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.821] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.821] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.821] pipe2 failed: Too many open files [11:24:10.157] Client: clipboard_client_format_data_request requestedFormatId:1 - CF_TEXT [11:24:10.157] RDP clipboard_data_source_request (base:0x557b8ef13c40) requested mime type:"text/plain;charset=utf-8" [11:24:10.157] RDP clipboard_data_source_request (base:0x557b8ef13c40) available formats: text/plain;charset=utf-8 [11:24:10.157] RDP clipboard_data_source_request (0x557b8ef243e0) allocated [11:24:10.157] RDP clipboard_data_source_unref (0x557b8ef243e0): refcount:0 [11:24:10.157] Client: clipboard_client_send_format_data_response_fail ((nil)) [11:24:13.455] selection request, CLIPBOARD, target UTF8_STRING, property XCLIP_OUT [11:24:13.455] pipe2 failed: Too many open files [11:24:13.456] selection request, CLIPBOARD, target STRING, property XCLIP_OUT [11:24:13.456] can only handle UTF8_STRING targets... [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files [11:25:47.335] libwayland: failed to accept: Too many open files repeats infinitely.... ```

Expected behavior

Should be able to copy and paste between Windows and neovim without problems infinitely

Actual behavior

Neovim and xclip breaks wslg

adrianord commented 3 years ago

When using wl-copy from the wl-clipboard package this issue does not occur.

hideyukn88 commented 3 years ago

This seems exhibit same issue as https://github.com/microsoft/wslg/issues/2.

How do you run neovim, do you run in console or some way of GUI ?

adrianord commented 3 years ago

@hideyukn88 Console. It seems to be an issue with xclip, wl-copy doesn't have the same issue so far.

hideyukn88 commented 3 years ago

@adrianord , would you please check if this is fixed with WSLg version 1.0.19 ?

adrianord commented 3 years ago

@hideyukn88 Just tested on 1.0.19, nothing has change, still having the same issue.

hideyukn88 commented 3 years ago

@adrianord , thanks, would you please check weston.log at /mnt/wslg and do you still see massive below errors logged ? if not, would you please share weston.log captured right after the issue happened? thanks!

[from your previous weston.log]

[11:24:08.814] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.814] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION [11:24:08.814] selection request, CLIPBOARD, target UTF8_STRING, property _WL_SELECTION ... [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files [11:25:47.334] libwayland: failed to accept: Too many open files ..

adrianord commented 3 years ago

@hideyukn88 Yes, those errors are all still present.

System info is now:

Windows build number: 10.0.21376 Build 21376
Your Distribution version: Ubuntu 20.04
Your WSLg version: 1.0.19
Neovim version: v0.5.0-dev
xclip version: 0.13
hideyukn88 commented 3 years ago

Thanks, for simplicity, first would you please try with xclip alone? below is what I did.

1) On Linux : echo "Hello From XClip" | xclip -sel c 2) On Windows : on Notepad, paste and confirm text from 1) is pasted. 3) On Windows : type "Hello From Windows" and copy it. 4) On Linux : xclip -o -sel clip, and make sure text from 3) is printed. 5) and repeats for a few times and it works. do you encounter any issue ?

image

adrianord commented 3 years ago

@hideyukn88 Testing just xclip like you have illustrated works fine, I was successfully able to copy and paste different phrases between WSL2 and Windows 5 times each direction.