View Issue Details

IDProjectCategoryView StatusLast Update
0009827Kali LinuxKali Package Bugpublic2026-08-09 11:57
Reportercromter Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0009827: Win-Kex --esm on ARM gives black screen
Description

Win-KeX ESM produces a black screen on Windows 11 ARM64 / Snapdragon X

Summary

Win-KeX Enhanced Session Mode (ESM) starts successfully on my ARM64 Windows 11 system, but the RDP window becomes completely black and does not display the Kali desktop.

The Kali XFCE session appears to start successfully in the background. The XFCE panel/taskbar is briefly visible in the RDP window and can be interacted with, but the rest of the desktop is black. On some attempts, the Kali panel also appeared briefly as an overlay on the Windows desktop outside the RDP window before disappearing.

The issue is reproducible after a complete WSL shutdown/restart.

This appears to be very similar to issue 0009370, which was closed on 2026-07-01 because it concerned an older Kali version. I have reproduced the problem using current Kali 2026.2, current Win-KeX 3.1.3, and current WSL 2.7.11.

Hardware

  • Architecture: ARM64 / aarch64
  • CPU: Qualcomm Snapdragon / Oryon ARM processor
  • Windows system type: ARM64-based PC
  • RAM: 16 GB
  • OS: Windows 11

Software versions

Windows / WSL

Windows version: 10.0.26200.8973

WSL version: 2.7.11.0
Kernel version: 6.18.33.2-2
WSLg version: 1.0.73.2
MSRDC version: 1.2.7214
Direct3D version: 1.611.1-81528511
DXCore version: 10.0.26100.1-240331-1435.ge-release

WSL was explicitly updated using:

wsl --update

The update changed WSL from 2.7.8.0 to 2.7.11.0. The problem remained unchanged after the update.

Kali

PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
VERSION_ID="2026.2"
VERSION="2026.2"
VERSION_CODENAME=kali-rolling
ID=kali

Kernel:

Linux CCTWS3 6.18.33.1-microsoft-standard-WSL2 #1 SMP PREEMPT_DYNAMIC Fri Jun 5 00:46:21 UTC 2026 aarch64 GNU/Linux

Win-KeX package:

ii  kali-win-kex   3.1.3   arm64   Kali Win-Kex Package

APT confirms that this is the current candidate:

kali-win-kex:
  Installed: 3.1.3
  Candidate: 3.1.3

Version table:
*** 3.1.3 500
    500 http://http.kali.org/kali kali-last-snapshot/main arm64 Packages
    100 /var/lib/dpkg/status

kex --version reports:

/usr/bin/kex: 3.1.1

The installed Debian package is nevertheless 3.1.3.

Expected behaviour

Running:

kex --esm --ip

should open a functional Kali desktop in a Windows Remote Desktop window.

This is the documented Win-KeX mode for ARM devices. Kali's documentation states that ESM is the only supported Win-KeX mode on ARM devices and specifically recommends --ip on Windows on ARM.

Actual behaviour

Running:

kex --esm --ip

produces:

Starting Win-KeX server (ESM)
        Win-KeX server (ESM) is stopped
Starting Win-KeX client (ESM)

An RDP window opens.

Initially, the Kali XFCE panel/taskbar may be visible and interactive, but the desktop itself becomes black. Eventually the RDP window remains completely black.

The Kali panel has also, during some attempts, appeared briefly as a graphical overlay on the Windows desktop outside the RDP window before disappearing.

The problem persists after:

wsl --shutdown

followed by starting Kali again.

Tests performed

1. Normal ESM

kex --esm --ip

Result:

Black RDP window.

2. Force X11 / disable Wayland environment variables

Tested:

env -u WAYLAND_DISPLAY \
GDK_BACKEND=x11 \
QT_QPA_PLATFORM=xcb \
kex --esm --ip

Result:

Black RDP window.

This was also tested after restarting WSL.

3. Disable XFCE compositing

Tested:

xfconf-query -c xfwm4 -p /general/use_compositing -s false

Then:

wsl --shutdown

and restarted Kali.

Result:

Black RDP window remained.

4. Update WSL

Initially running:

WSL version: 2.7.8.0
Kernel version: 6.18.33.1-1
WSLg version: 1.0.73.2

Ran:

wsl --update

WSL updated to:

WSL version: 2.7.11.0
Kernel version: 6.18.33.2-2
WSLg version: 1.0.73.2
MSRDC version: 1.2.7214

Then:

wsl --shutdown

and tested ESM again.

Result:

Black RDP window remained.

5. Test Win-KeX Window Mode

Tested:

kex --win

Result:

The function is not supported on this architecture

This appears to be an architecture limitation rather than a separate failure. Since ESM is the supported Win-KeX mode on ARM, this does not provide an alternative GUI mode for this ARM64 installation.

Relevant process state

While the RDP window was black, the Kali session itself was clearly running.

The following processes were present:

/usr/sbin/xrdp-sesman --nodaemon
/usr/sbin/xrdp --nodaemon
xrdp-sesexec
/usr/lib/xorg/Xorg :10 -auth .Xauthority -config xrdp/xorg.conf -noreset -nolisten tcp
xfce4-session
xfwm4
xfce4-panel
xfce4-notifyd
xfce4-power-manager

This suggests that the failure is not simply that XFCE or xrdp fails to start.

X session information

~/.xsession-errors reports:

XDG_SESSION_TYPE=x11
DISPLAY=:10.0

Therefore the RDP session is running an X11 session rather than a Wayland session.

Relevant Xorg / rendering messages

The Xorg log contains:

rdpProbe: found DRMDevice xorg.conf value [/dev/dri/renderD128]
rdpProbe: found DRI3 xorg.conf value [1]
...
rdpPreInit: /dev/dri/renderD128 open failed

XFCE's window manager subsequently reports:

xfwm4-WARNING **: Unsupported GL renderer (llvmpipe (LLVM 21.1.8, 128 bits)).

These messages may be relevant to the rendering failure, although I cannot determine from these logs alone whether they are the root cause.

XFCE / Wayland-related messages

The session also repeatedly reports messages such as:

Your compositor does not support the wlr_foreign_toplevel_manager_v1 protocol
Your compositor does not support the ext_workspace_manager_v1 protocol

and:

xfce4-panel-WARNING:
Wayland detected without layer-shell support

and:

xfdesktop-CRITICAL:
Your compositor must support the zwlr_layer_shell_v1 protocol

There are also repeated messages from xfce4-notifyd:

It appears your Wayland compositor does not support the Layer Shell protocol

However, the session reports:

XDG_SESSION_TYPE=x11

and forcing X11 explicitly did not resolve the black screen.

Therefore these Wayland-related messages may be symptoms or secondary issues rather than the root cause.

Additional messages

There are also some unrelated-looking warnings/errors concerning audio and desktop services, for example:

Can't load pulseaudio xrdp-sink
Can't load pulseaudio xrdp-source

and:

xfce4-screensaver-WARNING:
Unsupported windowing environment

These did not change the observed behaviour when the session was restarted.

Additional information

kex --win
gives "The function is not supported on this architecture", so is not an option.

Reproducibility

The problem has been reproduced repeatedly.

The result is consistently:

  1. kex --esm --ip starts.
  2. Windows RDP window opens.
  3. Kali XFCE session starts.
  4. XFCE panel may briefly appear.
  5. Desktop becomes/remains completely black.
  6. The problem persists after wsl --shutdown.
  7. Updating WSL from 2.7.8.0 to 2.7.11.0 does not resolve it.
  8. Explicitly forcing X11 does not resolve it.
  9. Disabling XFCE compositing does not resolve it.

Relation to existing issue 0009370

This appears highly similar to Kali bug 0009370:

https://bugs.kali.org/view.php?id=9370

That issue described Win-KeX ESM failing on:

  • ARM64-based PC
  • Windows 11
  • Snapdragon X Plus
  • Kali Linux under WSL
  • kex --esm

The report was closed on 2026-07-01 because it concerned an older Kali version and the reporter was asked to test the latest Kali version and provide more information if the issue remained.

This report is intended as a current reproduction using:

  • Kali 2026.2
  • Win-KeX 3.1.3
  • WSL 2.7.11.0
  • WSL kernel 6.18.33.2-2
  • WSLg 1.0.73.2
  • Windows 11 ARM64

Question

Could this be investigated as a Win-KeX ESM ARM64 rendering/display issue on Snapdragon/Oryon hardware?

The Xorg/xrdp/XFCE session appears to start successfully, but the RDP client displays only a black screen. The failure persists with the latest Kali, latest Win-KeX package, latest WSL version available through wsl --update, X11 explicitly forced, and XFCE compositing disabled.

Attached Files
log.txt (49,815 bytes)   
┏━(Message from Kali developers)
┃
┃ This is a minimal installation of Kali Linux, you likely
┃ want to install supplementary tools. Learn how:
┃ ⇒ https://www.kali.org/docs/troubleshooting/common-minimum-setup/
┃
┗━(Run: “touch ~/.hushlogin” to hide this message)
┌──(cct㉿CCTWS3)-[~]
└─$ kex --esm --ip
Starting Win-KeX server (ESM)
        Win-KeX server (ESM) is stopped
Starting Win-KeX client (ESM)

┌──(cct㉿CCTWS3)-[~]
└─$ cat ~/.xorgxrdp.*.log
[    13.033] _XSERVTransmkdir: Mode of /tmp/.X11-unix should be set to 1777
[    13.033] _XSERVTransSocketCreateListener: failed to bind listener
[    13.033] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[    13.033] _XSERVTransMakeAllCOTSServerListeners: failed to create listener for unix
[    13.034]
X.Org X Server 1.21.1.22
X Protocol Version 11, Revision 0
[    13.034] Current Operating System: Linux CCTWS3 6.18.33.1-microsoft-standard-WSL2 #1 SMP PREEMPT_DYNAMIC Fri Jun  5 00:46:21 UTC 2026 aarch64
[    13.034] Kernel command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=8 hv_utils.timesync_implicit=1 console=hvc0 debug pty.legacy_count=0 WSL_ENABLE_CRASH_DUMP=1
[    13.034] xorg-server 2:21.1.22-1 (https://www.debian.org/support)
[    13.034] Current version of pixman: 0.46.4
[    13.034]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    13.034] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.034] (++) Log file: ".xorgxrdp.10.log", Time: Sun Aug  9 13:03:44 2026
[    13.035] (++) Using config file: "/etc/X11/xrdp/xorg.conf"
[    13.035] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    13.036] (**) Option "defaultserverlayout" "X11 Server"
[    13.036] (**) ServerLayout "X11 Server"
[    13.036] (**) |-->Screen "Screen (xrdpdev)" (0)
[    13.036] (**) |   |-->Monitor "Monitor"
[    13.036] (**) |   |-->Device "Video Card (xrdpdev)"
[    13.036] (**) |-->Input Device "xrdpMouse"
[    13.036] (**) |-->Input Device "xrdpKeyboard"
[    13.036] (**) Option "DontVTSwitch" "on"
[    13.036] (**) Option "AutoAddDevices" "off"
[    13.036] (**) Option "AutoAddGPU" "off"
[    13.036] (**) Allowing byte-swapped clients
[    13.036] (**) Not automatically adding devices
[    13.036] (==) Automatically enabling devices
[    13.036] (**) Not automatically adding GPU devices
[    13.036] (==) Automatically binding GPU devices
[    13.036] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    13.036] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    13.036]    Entry deleted from font path.
[    13.036] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        built-ins
[    13.036] (==) ModulePath set to "/usr/lib/xorg/modules"
[    13.036] (II) Loader magic: 0xb4d712740f00
[    13.036] (II) Module ABI versions:
[    13.036]    X.Org ANSI C Emulation: 0.4
[    13.036]    X.Org Video Driver: 25.2
[    13.036]    X.Org XInput driver : 24.4
[    13.036]    X.Org Server Extension : 10.0
[    13.038] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c3
[    13.042] (--) PCI: (0@1602:0:0) 1414:008a:0000:0000 rev 0
[    13.042] (--) PCI: (0@9099:0:0) 1414:008e:0000:0000 rev 0
[    13.042] (II) no primary bus or device found
[    13.042] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    13.042] (II) LoadModule: "dbe"
[    13.042] (II) Module "dbe" already built-in
[    13.042] (II) LoadModule: "ddc"
[    13.042] (II) Module "ddc" already built-in
[    13.042] (II) LoadModule: "extmod"
[    13.042] (II) Module "extmod" already built-in
[    13.042] (II) LoadModule: "glx"
[    13.043] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    13.048] (II) Module glx: vendor="X.Org Foundation"
[    13.048]    compiled for 1.21.1.22, module version = 1.0.0
[    13.048]    ABI class: X.Org Server Extension, version 10.0
[    13.048] (II) LoadModule: "int10"
[    13.048] (II) Loading /usr/lib/xorg/modules/libint10.so
[    13.049] (II) Module int10: vendor="X.Org Foundation"
[    13.049]    compiled for 1.21.1.22, module version = 1.0.0
[    13.049]    ABI class: X.Org Video Driver, version 25.2
[    13.049] (II) LoadModule: "record"
[    13.049] (II) Module "record" already built-in
[    13.049] (II) LoadModule: "vbe"
[    13.049] (II) Loading /usr/lib/xorg/modules/libint10.so
[    13.049] (II) Module int10: vendor="X.Org Foundation"
[    13.049]    compiled for 1.21.1.22, module version = 1.0.0
[    13.049]    ABI class: X.Org Video Driver, version 25.2
[    13.049] (II) LoadModule: "glamoregl"
[    13.049] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    13.052] (II) Module glamoregl: vendor="X.Org Foundation"
[    13.052]    compiled for 1.21.1.22, module version = 1.0.1
[    13.052]    ABI class: X.Org ANSI C Emulation, version 0.4
[    13.052] (II) LoadModule: "xorgxrdp"
[    13.053] (II) Loading /usr/lib/xorg/modules/libxorgxrdp.so
[    13.053] (II) Module XORGXRDP: vendor="X.Org Foundation"
[    13.053]    compiled for 1.21.1.21, module version = 0.10.5
[    13.053]    ABI class: X.Org Video Driver, version 25.2
[    13.053] xorgxrdpSetup:
[    13.053] (II) LoadModule: "fb"
[    13.053] (II) Module "fb" already built-in
[    13.053] (II) LoadModule: "xrdpdev"
[    13.053] (II) Loading /usr/lib/xorg/modules/drivers/xrdpdev_drv.so
[    13.054] (II) Module XRDPDEV: vendor="X.Org Foundation"
[    13.054]    compiled for 1.21.1.21, module version = 0.10.5
[    13.054]    ABI class: X.Org Video Driver, version 25.2
[    13.054] xrdpdevSetup:
[    13.054] (II) LoadModule: "xrdpmouse"
[    13.054] (II) Loading /usr/lib/xorg/modules/input/xrdpmouse_drv.so
[    13.055] (II) Module XRDPMOUSE: vendor="X.Org Foundation"
[    13.055]    compiled for 1.21.1.21, module version = 0.10.5
[    13.055]    Module class: X.Org XInput Driver
[    13.055]    ABI class: X.Org XInput driver, version 24.4
[    13.055] rdpmousePlug:
[    13.055] (II) LoadModule: "xrdpkeyb"
[    13.055] (II) Loading /usr/lib/xorg/modules/input/xrdpkeyb_drv.so
[    13.056] (II) Module XRDPKEYB: vendor="X.Org Foundation"
[    13.056]    compiled for 1.21.1.21, module version = 0.10.5
[    13.056]    Module class: X.Org XInput Driver
[    13.056]    ABI class: X.Org XInput driver, version 24.4
[    13.056] rdpkeybPlug:
[    13.056] rdpIdentify:
[    13.056] (II) XRDPDEV: driver for xrdp: XRDPDEV
[    13.056] rdpDriverFunc: op 10
[    13.056] (WW) Falling back to old probe method for XRDPDEV
[    13.056] rdpProbe:
[    13.056] (II) Loading sub module "fb"
[    13.056] (II) LoadModule: "fb"
[    13.056] (II) Module "fb" already built-in
[    13.056] rdpProbe: found DRMDevice xorg.conf value [/dev/dri/renderD128]
[    13.056] rdpProbe: found DRI3 xorg.conf value [1]
[    13.056] rdpProbe: found DRMAllowList xorg.conf value [amdgpu i915 msm radeon]
[    13.056] (II) XRDPDEV(0): using default device
[    13.056] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    13.056] rdpPreInit:
[    13.056] rdpPreInit: /dev/dri/renderD128 open failed
[    13.056] (**) XRDPDEV(0): Depth 24, (--) framebuffer bpp 32
[    13.056] (==) XRDPDEV(0): RGB weight 888
[    13.056] (==) XRDPDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[    13.056] (==) XRDPDEV(0): Default visual is TrueColor
[    13.056] (==) XRDPDEV(0): DPI set to (96, 96)
[    13.056] (II) XRDPDEV(0):   mode "640x480" ok
[    13.056] (II) XRDPDEV(0):   mode "800x600" ok
[    13.056] (II) XRDPDEV(0): Virtual size is 800x600 (pitch 800)
[    13.056] (**) XRDPDEV(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[    13.056] (II) XRDPDEV(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    13.056] rdpScreenInit: virtualX 800 virtualY 600 rgbBits 8 depth 24
[    13.056] rdpScreenInit: pfbMemory bytes 1920000
[    13.056] rdpScreenInit: pfbMemory 0xf9f677e0b010
[    13.056] rdpSimdInit: assigning yuv functions
[    13.056] (==) XRDPDEV(0): Backing store enabled
[    13.056] rdpClientConInit: disconnect idle session after [0] sec
[    13.056] rdpClientConInit: kill disconnected [0] timeout [0] sec
[    13.056] rdpXvInit: depth 24
[    13.056] rdpScreenInit: out
[    13.056] (II) Initializing extension Generic Event Extension
[    13.056] (II) Initializing extension SHAPE
[    13.056] (II) Initializing extension MIT-SHM
[    13.056] (II) Initializing extension XInputExtension
[    13.056] (II) Initializing extension XTEST
[    13.056] (II) Initializing extension BIG-REQUESTS
[    13.056] (II) Initializing extension SYNC
[    13.056] (II) Initializing extension XKEYBOARD
[    13.056] (II) Initializing extension XC-MISC
[    13.056] (II) Initializing extension SECURITY
[    13.057] (II) Initializing extension XFIXES
[    13.057] (II) Initializing extension RENDER
[    13.057] (II) Initializing extension RANDR
[    13.057] (II) Initializing extension COMPOSITE
[    13.057] (II) Initializing extension DAMAGE
[    13.057] (II) Initializing extension MIT-SCREEN-SAVER
[    13.057] (II) Initializing extension DOUBLE-BUFFER
[    13.057] (II) Initializing extension RECORD
[    13.057] (II) Initializing extension DPMS
[    13.057] (II) Initializing extension Present
[    13.057] (II) Initializing extension DRI3
[    13.057] (II) Initializing extension X-Resource
[    13.057] (II) Initializing extension XVideo
[    13.057] (II) Initializing extension XVideo-MotionCompensation
[    13.057] (II) Initializing extension SELinux
[    13.057] (II) SELinux: Disabled on system
[    13.057] (II) Initializing extension GLX
[    13.057] (II) AIGLX: Screen 0 is not DRI2 capable
[    13.249] (II) IGLX: Loaded and initialized swrast
[    13.249] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    13.249] (II) Initializing extension XFree86-VidModeExtension
[    13.249] (II) Initializing extension XFree86-DGA
[    13.249] (II) Initializing extension XFree86-DRI
[    13.249] (II) Initializing extension DRI2
[    13.249] rdpCreateScreenResources:
[    13.283] (II) Using input driver 'XRDPMOUSE' for 'xrdpMouse'
[    13.283] (**) Option "CorePointer"
[    13.283] (**) xrdpMouse: always reports core events
[    13.283] rdpmousePreInit: drv 0xb4d7127bf340 info 0xb4d71292f650, flags 0x0
[    13.283] (II) XINPUT: Adding extended input device "xrdpMouse" (type: MOUSE, id 6)
[    13.283] rdpmouseControl: what 0
[    13.283] rdpmouseDeviceInit:
[    13.283] rdpmouseCtrl:
[    13.283] rdpRegisterInputCallback: type 1 proc 0xf9f678011120
[    13.283] (**) xrdpMouse: (accel) keeping acceleration scheme 1
[    13.283] (**) xrdpMouse: (accel) acceleration profile 0
[    13.283] (**) xrdpMouse: (accel) acceleration factor: 2.000
[    13.283] (**) xrdpMouse: (accel) acceleration threshold: 4
[    13.283] rdpmouseControl: what 1
[    13.283] rdpmouseDeviceOn:
[    13.283] (II) Using input driver 'XRDPKEYB' for 'xrdpKeyboard'
[    13.283] (**) Option "CoreKeyboard"
[    13.283] (**) xrdpKeyboard: always reports core events
[    13.283] rdpkeybPreInit: drv 0xb4d7127bfd60 info 0xb4d712af21c0, flags 0x0
[    13.283] (II) XINPUT: Adding extended input device "xrdpKeyboard" (type: KEYBOARD, id 7)
[    13.283] rdpkeybControl: what 0
[    13.283] rdpkeybDeviceInit:
[    13.292] rdpkeybChangeKeyboardControl:
[    13.292] rdpkeybChangeKeyboardControl: autoRepeat on
[    13.292] rdpRegisterInputCallback: type 0 proc 0xf9f677fe17a8
[    13.292] rdpkeybControl: what 1
[    13.292] rdpkeybDeviceOn:
[    13.315] rdpDeferredRandR:
[    13.315] rdpResizeSession: width 1024 height 768
[    13.315]   calling RRScreenSizeSet
[    13.315] rdpRRScreenSetSize: width 1024 height 768 mmWidth 271 mmHeight 203
[    13.316] rdpRRGetInfo:
[    13.316]   screen resized to 1024x768
[    13.317]   RRScreenSizeSet ok 1
[    13.317] rdpResizeSession: width 1920 height 1080
[    13.317]   calling RRScreenSizeSet
[    13.317] rdpRRScreenSetSize: width 1920 height 1080 mmWidth 508 mmHeight 286
[    13.317] rdpRRGetInfo:
[    13.317]   screen resized to 1920x1080
[    13.323]   RRScreenSizeSet ok 1
[    13.323] rdpRRSetRdpOutputs: numCrtcs 0 numOutputs 0 monitorCount 0
[    13.323] rdpRRSetRdpOutputs: update output 0 left 0 top 0 width 1920 height 1080
[    13.323] rdpRRConnectOutput:
[    13.392] rdpInDeferredRepeatCallback:
[    13.392] rdpkeybChangeKeyboardControl:
[    13.392] rdpkeybChangeKeyboardControl: autoRepeat off
[    14.020] rdpRRGetInfo:
[    14.039] rdpClientConGotConnection:
[    14.039] rdpClientConGotConnection: g_sck_accept ok new_sck 8
[    14.039] rdpClientConGetConnection: idle_disconnect_timeout set to non-positive value, idle timer turned off
[    14.039] rdpAddClientConToDev: adding first clientCon 0xb4d712b28f90
[    14.042] rdpClientConProcessMsgVersion: version 0 0 0 1
[    14.042] rdpClientConProcessMsgClientInput: invalidate x 0 y 0 cx 1920 cy 1080
[    14.042] KbdSync: toggling num lock
[    14.042] rdpkeybChangeKeyboardControl:
[    14.042] rdpkeybChangeKeyboardControl: autoRepeat off
[    16.044] rdpClientConProcessMsgClientInfo:
[    16.044]   got client info bytes 7216
[    16.044]   jpeg support 0
[    16.044]   offscreen support 1
[    16.044]   offscreen size 10485760
[    16.044]   offscreen entries 100
[    16.044] rdpClientConProcessMsgClientInfo: got RFX capture
[    16.044]   cap_width 1920 cap_height 1088
[    16.044]     msFrameInterval 32
[    16.044] rdpClientConAllocateSharedMemory: shmemfd 20 shmemptr 0xf9f6755ba000 bytes 8355840
[    16.044]   client can not do multimon
[    16.044] rdpRRSetRdpOutputs: numCrtcs 1 numOutputs 1 monitorCount 0
[    16.044] rdpRRSetRdpOutputs: update output 0 left 0 top 0 width 1920 height 1080
[    16.044] rdpRRConnectOutput:
[    16.044]   client can not do offscreen to offscreen blits
[    16.044]   client can do new(color) cursor
[    16.044] rdpLoadLayout: keylayout 0x0000041d variant  display 10
[    16.056] rdpkeybChangeKeyboardControl:
[    16.056] rdpkeybChangeKeyboardControl: autoRepeat on
[    16.056] rdpkeybChangeKeyboardControl:
[    16.056] rdpkeybChangeKeyboardControl: autoRepeat on
[    16.061] rdpCaptureGfxPro: resize the crc list was 0 now 510
[    16.156] rdpInDeferredRepeatCallback:
[    16.156] rdpkeybChangeKeyboardControl:
[    16.156] rdpkeybChangeKeyboardControl: autoRepeat off
[    16.156] rdpInDeferredRepeatCallback:
[    16.156] rdpkeybChangeKeyboardControl:
[    16.156] rdpkeybChangeKeyboardControl: autoRepeat off
[    20.202] KbdSync: toggling num lock
[    20.203] rdpkeybChangeKeyboardControl:
[    20.203] rdpkeybChangeKeyboardControl: autoRepeat off
[    20.203] rdpkeybChangeKeyboardControl:
[    20.203] rdpkeybChangeKeyboardControl: autoRepeat off

┌──(cct㉿CCTWS3)-[~]
└─$ cat ~/.xsession-errors 2>/dev/null
Xsession: X session started for cct at Sun Aug  9 12:51:59 CEST 2026
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting DISPLAY=:10.0
dbus-update-activation-environment: setting XAUTHORITY=/home/cct/.Xauthority
localuser:cct being added to access control list
dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/xfce4:/usr/local/share/:/usr/share/
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting POWERSHELL_TELEMETRY_OPTOUT=1
dbus-update-activation-environment: setting USER=cct
dbus-update-activation-environment: setting DOTNET_CLI_TELEMETRY_OPTOUT=1
dbus-update-activation-environment: setting XDG_SESSION_TYPE=x11
dbus-update-activation-environment: setting HOME=/home/cct
dbus-update-activation-environment: setting XRDP_PULSE_SINK_SOCKET=xrdp_chansrv_audio_out_socket_10
dbus-update-activation-environment: setting XRDP_PULSE_SOURCE_SOCKET=xrdp_chansrv_audio_in_socket_10
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting NMAP_PRIVILEGED=
dbus-update-activation-environment: setting COMMAND_NOT_FOUND_INSTALL_PROMPT=1
dbus-update-activation-environment: setting PULSE_SCRIPT=/etc/xrdp/pulse/default.pa
dbus-update-activation-environment: setting QT_QPA_PLATFORMTHEME=qt5ct
dbus-update-activation-environment: setting LOGNAME=cct
dbus-update-activation-environment: setting QT_AUTO_SCREEN_SCALE_FACTOR=0
dbus-update-activation-environment: setting XDG_SESSION_CLASS=user
dbus-update-activation-environment: setting PATH=/home/cct/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
dbus-update-activation-environment: setting XRDP_SOCKET_PATH=/run/xrdp/sockdir/1000
dbus-update-activation-environment: setting XDG_RUNTIME_DIR=/run/user/1000
dbus-update-activation-environment: setting DISPLAY=:10.0
dbus-update-activation-environment: setting POWERSHELL_UPDATECHECK=Off
dbus-update-activation-environment: setting XAUTHORITY=/home/cct/.Xauthority
dbus-update-activation-environment: setting UID=1000
dbus-update-activation-environment: setting SHELL=/bin/bash
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting XRDP_SESSION=569
dbus-update-activation-environment: setting GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
dbus-update-activation-environment: setting PWD=/home/cct
dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/xfce4:/usr/local/share/:/usr/share/
/usr/bin/x-session-manager: X server already running on display :10.0
** Message: 12:52:00.090: Your compositor does not support the wlr_foreign_toplevel_manager_v1 protocol
** Message: 12:52:00.090: Your compositor does not support the ext_workspace_manager_v1 protocol
xfce4-session-Message: 12:52:00.092: SSH authentication agent is already running
gpg-agent: a gpg-agent is already running - not starting a new one

(xfwm4:709): xfwm4-WARNING **: 12:52:01.858: Another compositing manager is running on screen 0

(xfwm4:709): xfwm4-WARNING **: 12:52:01.863: Failed to connect to session manager: Failed to connect to the session manager: SESSION_MANAGER environment variable not defined

** (xfsettingsd:729): WARNING **: 12:52:08.229: Your compositor does not seem to support the wlr-output-management protocol: display settings won't work

** (xfce4-panel:740): WARNING **: 12:52:16.411: It appears your Wayland compositor does not support the Layer Shell protocol

(xfce4-panel:740): xfce4-panel-WARNING **: 12:52:16.422: Wayland detected without layer-shell support (either because of your compositor or because Xfce4-panel was built without this support): Xfce4-panel might not look like a panel and many of its features will not be available

(xfce4-panel:740): xfce4-panel-WARNING **: 12:52:16.422: Wayland detected without foreign-toplevel-management support (your compositor does not seem to support it): Some Xfce4-panel features will not work (e.g. intellihide), as well as some plugins (e.g. ShowDesktop, Tasklist, WindowMenu)
** Message: 12:52:16.425: Your compositor does not support the wlr_foreign_toplevel_manager_v1 protocol
** Message: 12:52:16.425: Your compositor does not support the ext_workspace_manager_v1 protocol

** (xfdesktop:902): WARNING **: 12:52:32.253: It appears your Wayland compositor does not support the Layer Shell protocol

(xfdesktop:902): xfdesktop-CRITICAL **: 12:52:32.253: Your compositor must support the zwlr_layer_shell_v1 protocol
Failure: Module initialization failed
Failure: Module initialization failed
? Can't load pulseaudio xrdp-sink
Failure: Module initialization failed
? Can't load pulseaudio xrdp-source

(polkit-mate-authentication-agent-1:909): GLib-CRITICAL **: 12:52:32.350: g_variant_new_string: assertion 'string != NULL' failed

(polkit-mate-authentication-agent-1:909): polkit-mate-1-WARNING **: 12:52:32.350: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files

(nm-applet:915): libayatana-appindicator-WARNING **: 12:52:32.379: libayatana-appindicator is deprecated. Please use libayatana-appindicator-glib in newly written code.

(xfce4-power-manager:913): xfce4-power-manager-WARNING **: 12:52:32.380: wlr-output-power-management protocol unsupported: DPMS features won't work

(xfce4-screensaver:944): xfce4-screensaver-WARNING **: 12:52:32.407: Unsupported windowing environment

(nm-applet:915): Gtk-CRITICAL **: 12:52:32.521: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
blueman-applet 12.52.32 WARNING  PluginManager:93 load_plugin: Failed to start plugin GameControllerWakelock: Only X11 platform is supported
blueman-applet 12.52.32 WARNING  PluginManager:153 __load_plugin: Not loading DhcpClient because its conflict has higher priority
blueman-applet 12.52.32 WARNING  PluginManager:153 __load_plugin: Not loading PPPSupport because its conflict has higher priority
blueman-applet 12.52.32 WARNING  DiscvManager:122 update_menuitems: warning: Adapter is None
blueman-applet 12.52.32 ERROR    AgentManager:20 on_register_failed: /org/bluez/obex/agent/blueman org.freedesktop.DBus.Error.NoReply Message recipient disconnected from message bus without replying

(xfce4-panel:740): xfce4-power-manager-plugin-WARNING **: 12:52:41.859: Xfce4-power-manager: The panel plugin is present, so the tray icon gets disabled.

(xfce4-power-manager:913): libnotify-WARNING **: 12:52:57.406: Failed to connect to proxy

(xfce4-power-manager:913): xfce4-power-manager-WARNING **: 12:52:57.441: ext-idle-notify-v1 protocol unsupported: most power manager features won't work

(xfce4-power-manager:913): xfce4-power-manager-WARNING **: 12:52:57.449: Unable to inhibit systemd sleep: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Permission denied

(xfce4-panel:740): xfce4-notification-plugin-WARNING **: 12:53:07.019: Could not connect to notification daemon; log will be unavailable: Error calling StartServiceByName for org.xfce.Notifyd: Timeout was reached

(xfce4-panel:740): xfce4-notification-plugin-WARNING **: 12:53:33.255: Could not connect to notification daemon; log will be unavailable: Error calling StartServiceByName for org.xfce.Notifyd: Timeout was reached

** (xfce4-notifyd:975): WARNING **: 12:53:46.923: It appears your Wayland compositor does not support the Layer Shell protocol

(xfce4-panel:740): xfce4-notification-plugin-WARNING **: 12:53:59.255: Could not connect to notification daemon; log will be unavailable: Error calling StartServiceByName for org.xfce.Notifyd: Timeout was reached

(xfce4-panel:740): xfce4-notification-plugin-WARNING **: 12:54:25.255: Could not connect to notification daemon; log will be unavailable: Error calling StartServiceByName for org.xfce.Notifyd: Timeout was reached

(xfce4-panel:740): xfce4-notification-plugin-WARNING **: 12:54:42.034: Could not connect to notification daemon; log will be unavailable: Error calling StartServiceByName for org.xfce.Notifyd: Failed to activate service 'org.xfce.Notifyd': timed out (service_start_timeout=120000ms)

(xfce4-panel:740): xfce4-notification-plugin-WARNING **: 12:55:08.255: Could not connect to notification daemon; log will be unavailable: Error calling StartServiceByName for org.xfce.Notifyd: Timeout was reached

(xfce4-panel:740): xfce4-notification-plugin-WARNING **: 12:55:34.255: Could not connect to notification daemon; log will be unavailable: Error calling StartServiceByName for org.xfce.Notifyd: Timeout was reached

(xfce4-panel:740): xfce4-notification-plugin-WARNING **: 12:56:00.255: Could not connect to notification daemon; log will be unavailable: Error calling StartServiceByName for org.xfce.Notifyd: Timeout was reached

(xfce4-panel:740): xfce4-notification-plugin-WARNING **: 12:56:26.255: Could not connect to notification daemon; log will be unavailable: Error calling StartServiceByName for org.xfce.Notifyd: Timeout was reached

** (xiccd:927): WARNING **: 12:56:41.810: Exiting
Xsession: X session started for cct at Sun Aug  9 12:59:46 CEST 2026
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting DISPLAY=:10.0
dbus-update-activation-environment: setting XAUTHORITY=/home/cct/.Xauthority
localuser:cct being added to access control list
dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/xfce4:/usr/local/share/:/usr/share/
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting POWERSHELL_TELEMETRY_OPTOUT=1
dbus-update-activation-environment: setting USER=cct
dbus-update-activation-environment: setting DOTNET_CLI_TELEMETRY_OPTOUT=1
dbus-update-activation-environment: setting XDG_SESSION_TYPE=x11
dbus-update-activation-environment: setting HOME=/home/cct
dbus-update-activation-environment: setting XRDP_PULSE_SINK_SOCKET=xrdp_chansrv_audio_out_socket_10
dbus-update-activation-environment: setting XRDP_PULSE_SOURCE_SOCKET=xrdp_chansrv_audio_in_socket_10
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting NMAP_PRIVILEGED=
dbus-update-activation-environment: setting COMMAND_NOT_FOUND_INSTALL_PROMPT=1
dbus-update-activation-environment: setting PULSE_SCRIPT=/etc/xrdp/pulse/default.pa
dbus-update-activation-environment: setting QT_QPA_PLATFORMTHEME=qt5ct
dbus-update-activation-environment: setting LOGNAME=cct
dbus-update-activation-environment: setting QT_AUTO_SCREEN_SCALE_FACTOR=0
dbus-update-activation-environment: setting XDG_SESSION_CLASS=user
dbus-update-activation-environment: setting PATH=/home/cct/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
dbus-update-activation-environment: setting XRDP_SOCKET_PATH=/run/xrdp/sockdir/1000
dbus-update-activation-environment: setting XDG_RUNTIME_DIR=/run/user/1000
dbus-update-activation-environment: setting DISPLAY=:10.0
dbus-update-activation-environment: setting POWERSHELL_UPDATECHECK=Off
dbus-update-activation-environment: setting XAUTHORITY=/home/cct/.Xauthority
dbus-update-activation-environment: setting UID=1000
dbus-update-activation-environment: setting SHELL=/bin/bash
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting XRDP_SESSION=444
dbus-update-activation-environment: setting GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
dbus-update-activation-environment: setting PWD=/home/cct
dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/xfce4:/usr/local/share/:/usr/share/
/usr/bin/x-session-manager: X server already running on display :10.0
** Message: 12:59:47.302: Your compositor does not support the wlr_foreign_toplevel_manager_v1 protocol
** Message: 12:59:47.302: Your compositor does not support the ext_workspace_manager_v1 protocol
xfce4-session-Message: 12:59:47.305: SSH authentication agent is already running
gpg-agent: a gpg-agent is already running - not starting a new one

(xfwm4:583): xfwm4-WARNING **: 12:59:47.673: Unsupported GL renderer (llvmpipe (LLVM 21.1.8, 128 bits)).

(xfwm4:583): xfwm4-WARNING **: 12:59:47.681: Failed to connect to session manager: Failed to connect to the session manager: SESSION_MANAGER environment variable not defined

** (xfsettingsd:620): WARNING **: 12:59:55.478: Your compositor does not seem to support the wlr-output-management protocol: display settings won't work

** (xfce4-panel:631): WARNING **: 13:00:03.477: It appears your Wayland compositor does not support the Layer Shell protocol

(xfce4-panel:631): xfce4-panel-WARNING **: 13:00:03.487: Wayland detected without layer-shell support (either because of your compositor or because Xfce4-panel was built without this support): Xfce4-panel might not look like a panel and many of its features will not be available

(xfce4-panel:631): xfce4-panel-WARNING **: 13:00:03.487: Wayland detected without foreign-toplevel-management support (your compositor does not seem to support it): Some Xfce4-panel features will not work (e.g. intellihide), as well as some plugins (e.g. ShowDesktop, Tasklist, WindowMenu)
** Message: 13:00:03.489: Your compositor does not support the wlr_foreign_toplevel_manager_v1 protocol
** Message: 13:00:03.489: Your compositor does not support the ext_workspace_manager_v1 protocol

** (xfdesktop:857): WARNING **: 13:00:19.500: It appears your Wayland compositor does not support the Layer Shell protocol

(xfdesktop:857): xfdesktop-CRITICAL **: 13:00:19.500: Your compositor must support the zwlr_layer_shell_v1 protocol
Failure: Module initialization failed
Failure: Module initialization failed
? Can't load pulseaudio xrdp-sink
Failure: Module initialization failed
? Can't load pulseaudio xrdp-source

(polkit-mate-authentication-agent-1:864): GLib-CRITICAL **: 13:00:19.612: g_variant_new_string: assertion 'string != NULL' failed

(polkit-mate-authentication-agent-1:864): polkit-mate-1-WARNING **: 13:00:19.613: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files

(xfce4-power-manager:868): xfce4-power-manager-WARNING **: 13:00:19.614: wlr-output-power-management protocol unsupported: DPMS features won't work

(xfce4-screensaver:896): xfce4-screensaver-WARNING **: 13:00:19.627: Unsupported windowing environment

(nm-applet:870): libayatana-appindicator-WARNING **: 13:00:19.655: libayatana-appindicator is deprecated. Please use libayatana-appindicator-glib in newly written code.

(nm-applet:870): Gtk-CRITICAL **: 13:00:19.800: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
blueman-applet 13.00.19 WARNING  PluginManager:93 load_plugin: Failed to start plugin GameControllerWakelock: Only X11 platform is supported
blueman-applet 13.00.19 WARNING  PluginManager:153 __load_plugin: Not loading DhcpClient because its conflict has higher priority
blueman-applet 13.00.19 WARNING  PluginManager:153 __load_plugin: Not loading PPPSupport because its conflict has higher priority
blueman-applet 13.00.19 WARNING  DiscvManager:122 update_menuitems: warning: Adapter is None
blueman-applet 13.00.20 ERROR    AgentManager:20 on_register_failed: /org/bluez/obex/agent/blueman  The name :1.40 was not provided by any .service files

(xfce4-power-manager:868): libnotify-WARNING **: 13:00:44.631: Failed to connect to proxy

(xfce4-power-manager:868): xfce4-power-manager-WARNING **: 13:00:44.703: ext-idle-notify-v1 protocol unsupported: most power manager features won't work

(xfce4-power-manager:868): xfce4-power-manager-WARNING **: 13:00:44.714: Unable to inhibit systemd sleep: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Permission denied

(xfce4-panel:631): xfce4-notification-plugin-WARNING **: 13:00:53.984: Could not connect to notification daemon; log will be unavailable: Error calling StartServiceByName for org.xfce.Notifyd: Timeout was reached

(xfce4-panel:631): xfce4-notification-plugin-WARNING **: 13:01:19.760: Could not connect to notification daemon; log will be unavailable: Error calling StartServiceByName for org.xfce.Notifyd: Timeout was reached

** (xfce4-notifyd:921): WARNING **: 13:01:33.957: It appears your Wayland compositor does not support the Layer Shell protocol

(xfce4-panel:631): xfce4-notification-plugin-WARNING **: 13:01:45.758: Could not connect to notification daemon; log will be unavailable: Error calling StartServiceByName for org.xfce.Notifyd: Timeout was reached

(xfce4-panel:631): xfce4-notification-plugin-WARNING **: 13:02:11.759: Could not connect to notification daemon; log will be unavailable: Error calling StartServiceByName for org.xfce.Notifyd: Timeout was reached

(xfce4-panel:631): xfce4-notification-plugin-WARNING **: 13:02:29.004: Could not connect to notification daemon; log will be unavailable: Error calling StartServiceByName for org.xfce.Notifyd: Failed to activate service 'org.xfce.Notifyd': timed out (service_start_timeout=120000ms)

(xfce4-panel:631): xfce4-notification-plugin-WARNING **: 13:02:54.761: Could not connect to notification daemon; log will be unavailable: Error calling StartServiceByName for org.xfce.Notifyd: Timeout was reached
Xsession: X session started for cct at Sun Aug  9 13:03:45 CEST 2026
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting DISPLAY=:10.0
dbus-update-activation-environment: setting XAUTHORITY=/home/cct/.Xauthority
localuser:cct being added to access control list
dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/xfce4:/usr/local/share/:/usr/share/
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting POWERSHELL_TELEMETRY_OPTOUT=1
dbus-update-activation-environment: setting USER=cct
dbus-update-activation-environment: setting DOTNET_CLI_TELEMETRY_OPTOUT=1
dbus-update-activation-environment: setting XDG_SESSION_TYPE=x11
dbus-update-activation-environment: setting HOME=/home/cct
dbus-update-activation-environment: setting XRDP_PULSE_SINK_SOCKET=xrdp_chansrv_audio_out_socket_10
dbus-update-activation-environment: setting XRDP_PULSE_SOURCE_SOCKET=xrdp_chansrv_audio_in_socket_10
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting NMAP_PRIVILEGED=
dbus-update-activation-environment: setting COMMAND_NOT_FOUND_INSTALL_PROMPT=1
dbus-update-activation-environment: setting PULSE_SCRIPT=/etc/xrdp/pulse/default.pa
dbus-update-activation-environment: setting QT_QPA_PLATFORMTHEME=qt5ct
dbus-update-activation-environment: setting LOGNAME=cct
dbus-update-activation-environment: setting QT_AUTO_SCREEN_SCALE_FACTOR=0
dbus-update-activation-environment: setting XDG_SESSION_CLASS=user
dbus-update-activation-environment: setting PATH=/home/cct/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
dbus-update-activation-environment: setting XRDP_SOCKET_PATH=/run/xrdp/sockdir/1000
dbus-update-activation-environment: setting XDG_RUNTIME_DIR=/run/user/1000
dbus-update-activation-environment: setting DISPLAY=:10.0
dbus-update-activation-environment: setting POWERSHELL_UPDATECHECK=Off
dbus-update-activation-environment: setting XAUTHORITY=/home/cct/.Xauthority
dbus-update-activation-environment: setting UID=1000
dbus-update-activation-environment: setting SHELL=/bin/bash
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting XRDP_SESSION=445
dbus-update-activation-environment: setting GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
dbus-update-activation-environment: setting PWD=/home/cct
dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/xfce4:/usr/local/share/:/usr/share/
/usr/bin/x-session-manager: X server already running on display :10.0
** Message: 13:03:46.380: Your compositor does not support the wlr_foreign_toplevel_manager_v1 protocol
** Message: 13:03:46.380: Your compositor does not support the ext_workspace_manager_v1 protocol
xfce4-session-Message: 13:03:46.383: SSH authentication agent is already running
gpg-agent: a gpg-agent is already running - not starting a new one

(xfwm4:577): xfwm4-WARNING **: 13:03:46.701: Unsupported GL renderer (llvmpipe (LLVM 21.1.8, 128 bits)).

(xfwm4:577): xfwm4-WARNING **: 13:03:46.708: Failed to connect to session manager: Failed to connect to the session manager: SESSION_MANAGER environment variable not defined

** (xfsettingsd:617): WARNING **: 13:03:54.523: Your compositor does not seem to support the wlr-output-management protocol: display settings won't work

** (xfce4-panel:628): WARNING **: 13:04:02.532: It appears your Wayland compositor does not support the Layer Shell protocol

(xfce4-panel:628): xfce4-panel-WARNING **: 13:04:02.542: Wayland detected without layer-shell support (either because of your compositor or because Xfce4-panel was built without this support): Xfce4-panel might not look like a panel and many of its features will not be available

(xfce4-panel:628): xfce4-panel-WARNING **: 13:04:02.542: Wayland detected without foreign-toplevel-management support (your compositor does not seem to support it): Some Xfce4-panel features will not work (e.g. intellihide), as well as some plugins (e.g. ShowDesktop, Tasklist, WindowMenu)
** Message: 13:04:02.544: Your compositor does not support the wlr_foreign_toplevel_manager_v1 protocol
** Message: 13:04:02.544: Your compositor does not support the ext_workspace_manager_v1 protocol

** (xfdesktop:800): WARNING **: 13:04:18.603: It appears your Wayland compositor does not support the Layer Shell protocol

(xfdesktop:800): xfdesktop-CRITICAL **: 13:04:18.603: Your compositor must support the zwlr_layer_shell_v1 protocol
Failure: Module initialization failed
Failure: Module initialization failed
? Can't load pulseaudio xrdp-sink
Failure: Module initialization failed
? Can't load pulseaudio xrdp-source

(polkit-mate-authentication-agent-1:807): GLib-CRITICAL **: 13:04:18.715: g_variant_new_string: assertion 'string != NULL' failed

(polkit-mate-authentication-agent-1:807): polkit-mate-1-WARNING **: 13:04:18.719: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files

(xfce4-power-manager:811): xfce4-power-manager-WARNING **: 13:04:18.722: wlr-output-power-management protocol unsupported: DPMS features won't work

(xfce4-screensaver:839): xfce4-screensaver-WARNING **: 13:04:18.732: Unsupported windowing environment

(nm-applet:813): libayatana-appindicator-WARNING **: 13:04:18.737: libayatana-appindicator is deprecated. Please use libayatana-appindicator-glib in newly written code.

(nm-applet:813): Gtk-CRITICAL **: 13:04:18.869: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
blueman-applet 13.04.18 WARNING  PluginManager:93 load_plugin: Failed to start plugin GameControllerWakelock: Only X11 platform is supported
blueman-applet 13.04.18 WARNING  PluginManager:153 __load_plugin: Not loading DhcpClient because its conflict has higher priority
blueman-applet 13.04.18 WARNING  PluginManager:153 __load_plugin: Not loading PPPSupport because its conflict has higher priority
blueman-applet 13.04.19 WARNING  DiscvManager:122 update_menuitems: warning: Adapter is None
blueman-applet 13.04.19 ERROR    AgentManager:20 on_register_failed: /org/bluez/obex/agent/blueman  The name :1.40 was not provided by any .service files

┌──(cct㉿CCTWS3)-[~]
└─$ journalctl --user -b --no-pager | tail -100
Aug 09 13:03:46 CCTWS3 gpg-agent[569]: using fd 4 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Aug 09 13:03:46 CCTWS3 gpg-agent[569]: using fd 5 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Aug 09 13:03:46 CCTWS3 gpg-agent[569]: using fd 6 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Aug 09 13:03:46 CCTWS3 gpg-agent[569]: listening on: std=6 extra=5 browser=3 ssh=4
Aug 09 13:03:46 CCTWS3 systemd[252]: Started gpg-agent.service - GnuPG cryptographic agent and passphrase cache.
Aug 09 13:03:46 CCTWS3 gpg-agent[574]: gpg-agent (GnuPG) 2.4.9 starting in supervised mode.
Aug 09 13:03:46 CCTWS3 gpg-agent[574]: using fd 3 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Aug 09 13:03:46 CCTWS3 gpg-agent[574]: using fd 4 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Aug 09 13:03:46 CCTWS3 gpg-agent[574]: using fd 5 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Aug 09 13:03:46 CCTWS3 gpg-agent[574]: using fd 6 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Aug 09 13:03:46 CCTWS3 gpg-agent[574]: listening on: std=6 extra=5 browser=3 ssh=4
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]: rdpClientConProcessMsgClientInfo:
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]:   got client info bytes 7216
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]:   jpeg support 0
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]:   offscreen support 1
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]:   offscreen size 10485760
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]:   offscreen entries 100
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]: rdpClientConProcessMsgClientInfo: got RFX capture
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]:   cap_width 1920 cap_height 1088
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]:     msFrameInterval 32
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]: rdpClientConAllocateSharedMemory: shmemfd 20 shmemptr 0xf9f6755ba000 bytes 8355840
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]:   client can not do multimon
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]: rdpRRSetRdpOutputs: numCrtcs 1 numOutputs 1 monitorCount 0
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]: rdpRRSetRdpOutputs: update output 0 left 0 top 0 width 1920 height 1080
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]: rdpRRConnectOutput:
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]:   client can not do offscreen to offscreen blits
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]:   client can do new(color) cursor
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]: rdpLoadLayout: keylayout 0x0000041d variant  display 10
Aug 09 13:03:47 CCTWS3 xrdp-chansrv[465]: [INFO ] Socket 14: connection accepted from AF_UNIX
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl:
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl: autoRepeat on
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl:
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl: autoRepeat on
Aug 09 13:03:47 CCTWS3 xrdp-sesman[455]: rdpCaptureGfxPro: resize the crc list was 0 now 510
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ] sound_process_output_format:
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       wFormatNo       0
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       wFormatTag      WAVE_FORMAT_PCM
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       nChannels       2
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       nSamplesPerSec  44100
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       nAvgBytesPerSec 176400
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       nBlockAlign     4
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       wBitsPerSample  16
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       cbSize          0
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ] sound_process_output_format:
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       wFormatNo       1
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       wFormatTag      WAVE_FORMAT_PCM
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       nChannels       2
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       nSamplesPerSec  22050
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       nAvgBytesPerSec 88200
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       nBlockAlign     4
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       wBitsPerSample  16
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ]       cbSize          0
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ] sound_process_training: round trip time 0
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ] Detected remote smartcard 'SCARD'
Aug 09 13:03:48 CCTWS3 xrdp-chansrv[465]: [INFO ] Detected remote drive 'C:'
Aug 09 13:03:48 CCTWS3 xrdp-sesman[455]: rdpInDeferredRepeatCallback:
Aug 09 13:03:48 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl:
Aug 09 13:03:48 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl: autoRepeat off
Aug 09 13:03:48 CCTWS3 xrdp-sesman[455]: rdpInDeferredRepeatCallback:
Aug 09 13:03:48 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl:
Aug 09 13:03:48 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl: autoRepeat off
Aug 09 13:03:52 CCTWS3 xrdp-sesman[455]: KbdSync: toggling num lock
Aug 09 13:03:52 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl:
Aug 09 13:03:52 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl: autoRepeat off
Aug 09 13:03:52 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl:
Aug 09 13:03:52 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl: autoRepeat off
Aug 09 13:03:54 CCTWS3 dbus-daemon[289]: [session uid=1000 pid=289 pidfd=5] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.24' (uid=1000 pid=617 comm="xfsettingsd" label="kernel")
Aug 09 13:03:54 CCTWS3 systemd[252]: Starting dconf.service - User preferences database...
Aug 09 13:03:54 CCTWS3 dbus-daemon[289]: [session uid=1000 pid=289 pidfd=5] Successfully activated service 'ca.desrt.dconf'
Aug 09 13:03:54 CCTWS3 systemd[252]: Started dconf.service - User preferences database.
Aug 09 13:04:02 CCTWS3 dbus-daemon[289]: [session uid=1000 pid=289 pidfd=5] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.26' (uid=1000 pid=628 comm="xfce4-panel" label="kernel")
Aug 09 13:04:02 CCTWS3 systemd[252]: Starting gvfs-metadata.service - Virtual filesystem metadata service...
Aug 09 13:04:02 CCTWS3 dbus-daemon[289]: [session uid=1000 pid=289 pidfd=5] Successfully activated service 'org.gtk.vfs.Metadata'
Aug 09 13:04:02 CCTWS3 systemd[252]: Started gvfs-metadata.service - Virtual filesystem metadata service.
Aug 09 13:04:02 CCTWS3 dbus-daemon[289]: [session uid=1000 pid=289 pidfd=5] Activating via systemd: service name='org.freedesktop.Notifications' unit='xfce4-notifyd.service' requested by ':1.26' (uid=1000 pid=628 comm="xfce4-panel" label="kernel")
Aug 09 13:04:02 CCTWS3 systemd[252]: Starting xfce4-notifyd.service - XFCE notifications service...
Aug 09 13:04:02 CCTWS3 xfce4-notifyd[698]: It appears your Wayland compositor does not support the Layer Shell protocol
Aug 09 13:04:18 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl:
Aug 09 13:04:18 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl: autoRepeat off
Aug 09 13:04:18 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl:
Aug 09 13:04:18 CCTWS3 xrdp-sesman[455]: rdpkeybChangeKeyboardControl: autoRepeat off
Aug 09 13:04:18 CCTWS3 xrdp-sesman[455]: rdpRRGetInfo:
Aug 09 13:04:18 CCTWS3 xrdp-sesman[455]: rdpRRCrtcGetGamma: 0xb4d712935de0 0xb4d712b01160 0xb4d712b01560 0xb4d712b01360
Aug 09 13:04:18 CCTWS3 xrdp-sesman[455]: rdpRRCrtcSetGamma:
Aug 09 13:04:18 CCTWS3 xrdp-sesman[455]: rdpRRCrtcGetGamma: 0xb4d712935de0 0xb4d712b01160 0xb4d712b01560 0xb4d712b01360
Aug 09 13:04:18 CCTWS3 dbus-daemon[289]: [session uid=1000 pid=289 pidfd=5] Activating via systemd: service name='org.bluez.obex' unit='obex.service' requested by ':1.39' (uid=1000 pid=815 comm="/usr/bin/python3 /usr/bin/blueman-applet" label="kernel")
Aug 09 13:04:18 CCTWS3 systemd[252]: Starting obex.service - Bluetooth OBEX service...
Aug 09 13:04:19 CCTWS3 obexd[939]: OBEX daemon 5.85
Aug 09 13:04:19 CCTWS3 dbus-daemon[289]: [session uid=1000 pid=289 pidfd=5] Successfully activated service 'org.bluez.obex'
Aug 09 13:04:19 CCTWS3 systemd[252]: Started obex.service - Bluetooth OBEX service.
Aug 09 13:04:19 CCTWS3 dbus-daemon[289]: [session uid=1000 pid=289 pidfd=5] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.41' (uid=1000 pid=939 comm="/usr/libexec/bluetooth/obexd" label="kernel")
Aug 09 13:04:19 CCTWS3 dbus-daemon[289]: [session uid=1000 pid=289 pidfd=5] Activation via systemd failed for unit 'evolution-source-registry.service': Unit evolution-source-registry.service not found.
Aug 09 13:04:19 CCTWS3 obexd[939]: Unable to acquire registry: Error calling StartServiceByName for org.gnome.evolution.dataserver.Sources5: Unit evolution-source-registry.service not found.
Aug 09 13:04:19 CCTWS3 dbus-daemon[289]: [session uid=1000 pid=289 pidfd=5] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.41' (uid=1000 pid=939 comm="/usr/libexec/bluetooth/obexd" label="kernel")
Aug 09 13:04:19 CCTWS3 dbus-daemon[289]: [session uid=1000 pid=289 pidfd=5] Activation via systemd failed for unit 'evolution-source-registry.service': Unit evolution-source-registry.service not found.
Aug 09 13:04:19 CCTWS3 obexd[939]: Unable to acquire registry: Error calling StartServiceByName for org.gnome.evolution.dataserver.Sources5: Unit evolution-source-registry.service not found.
Aug 09 13:04:19 CCTWS3 obexd[939]: obex_server_init failed
Aug 09 13:04:19 CCTWS3 systemd[252]: obex.service: Main process exited, code=exited, status=1/FAILURE
Aug 09 13:04:19 CCTWS3 systemd[252]: obex.service: Failed with result 'exit-code'.
Aug 09 13:04:26 CCTWS3 at-spi2-registryd[563]: Disabling unresponsive app with pid 628
log.txt (49,815 bytes)   

Activities

Issue History

Date Modified Username Field Change
2026-08-09 11:57 cromter New Issue
2026-08-09 11:57 cromter File Added: log.txt