https://bugzilla.xfce.org/show_bug.cgi?id=7502
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from [email protected] --- Following up on Alexis' workaround, it is sufficient to undefine SESSION_MANAGER and DBUS_SESSION_BUS_ADDRESS. This does not need to be done in xstartup, but can be done when starting the vnc session: env -u SESSION_MANAGER -u DBUS_SESSION_BUS_ADDRESS vncserver which leaves xsession alone. One could also edit the vncserver script and fandango on %ENV before the system call, which might be easier than editing every user's .xsession. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
