Dr. K. nick
2018-05-21 08:07:19 UTC
Dear x2go team,
according to x2goserver/bin/x2goruncommand xfce4 is being launched by
executing xfce4-session
239Â Â elif [ "$cmd" == "XFCE4" ] || [ "$cmd" == "XFCE" ]; then
240 Â Â Â Â cmd="/usr/bin/xfce4-session"
According to https://docs.xfce.org/xfce/getting-started startxfce4
should be used to start xfce, at least from command line.
/Command line//
//Use //|startxfce4|//to start an Xfce session or choose //Xfce
Session//from the login manager...
/So why does x2go uses xfce4-session instead of startxfce4. Is this
legacy or are there technical reasons for that?
Marcin
//
according to x2goserver/bin/x2goruncommand xfce4 is being launched by
executing xfce4-session
239Â Â elif [ "$cmd" == "XFCE4" ] || [ "$cmd" == "XFCE" ]; then
240 Â Â Â Â cmd="/usr/bin/xfce4-session"
According to https://docs.xfce.org/xfce/getting-started startxfce4
should be used to start xfce, at least from command line.
/Command line//
//Use //|startxfce4|//to start an Xfce session or choose //Xfce
Session//from the login manager...
/So why does x2go uses xfce4-session instead of startxfce4. Is this
legacy or are there technical reasons for that?
Marcin
//