Hello together,

On Thu, Oct 27, 2022 at 12:36:14PM +0200, Dashamir Hoxha wrote:
> But only for the users that make the first login after this configuration
> is done. For the users that already made the first login, it seems like the
> old settings have been cached somehow and this does not fix it.
on existing setups you can use following Xsession script, if
x2goserver-xsession is installed:

cat <<'EOF'>/etc/x2go/Xsession.d/57xfce4-session_bug_1008602_workaround
BASESTARTUP=$(basename "$STARTUP" | cut -d\  -f1)
if [ "$BASESTARTUP" = x-session-manager ]; then
    BASESTARTUP=$(basename $(readlink /etc/alternatives/x-session-manager))
fi
case "$BASESTARTUP" in
  xfce4-session|startxfce4)
        /usr/bin/xfconf-query -c xfwm4 -p /general/use_compositing -s false
    ;;
esac
EOF

But, like Mike wrote it's just a workaround, the prefferable solution is
to patch xfwm4 to use librda, because so users can use compositing if
it's possible.

Best Regards,
Juri Grabowski

Reply via email to