On 09/04/2025 16:14, lavanya tech wrote:
> now the log file is updated correctly. But still I have issues with the
> service .
>
> Starting desktop session xfce
>
> ...
> /usr/bin/startxfce4: X server already running on display
192.168.10.12:5
> xrdb: Connection refused
> xrdb: Can't open display '
192.168.10.12:5'
> xfce4-session: Cannot open display: .
It looks like this user is messing up the $DISPLAY variable. This was
common on older setups, but won't work with modern defaults. They're
likely doing something like "DISPLAY=$HOSTNAME$DISPLAY" in their startup
scripts.