TurboVNC / turbovnc

Main TurboVNC repository
https://TurboVNC.org
GNU General Public License v2.0
761 stars 138 forks source link

Add support for new xfce session creating from TurboVNC session manager. #314

Closed wanlinwang closed 2 years ago

wanlinwang commented 2 years ago

Please add support for new xfce session creating from TurboVNC session manager.

dcommander commented 2 years ago

The appropriate way to launch Xfce as the default window manager in the TurboVNC Server is to set $wm = xfce; in either /etc/turbovncserver.conf or ~/.vnc/turbovncserver.conf. If the window manager is unspecified, then the TurboVNC Server will attempt to launch GNOME. This PR would give Xfce precedence over GNOME if the window manager is unspecified, and that would go against the intended behavior of the TurboVNC Server. You must specify the window manager in order to use Xfce. Refer to https://turbovnc.org/Documentation/Compatibility30.

wanlinwang commented 2 years ago

The appropriate way to launch Xfce as the default window manager in the TurboVNC Server is to set $wm = xfce; in either /etc/turbovncserver.conf or ~/.vnc/turbovncserver.conf. If the window manager is unspecified, then the TurboVNC Server will attempt to launch GNOME. This PR would give Xfce precedence over GNOME if the window manager is unspecified, and that would go against the intended behavior of the TurboVNC Server. You must specify the window manager in order to use Xfce. Refer to https://turbovnc.org/Documentation/Compatibility30.

OK, thank you.