If you've eg. Xubuntu on your server with Xfce as the default desktop environment, then it's not trivial how you can connect with FreeNX and use this desktop environment. In the nxclient enter the session configuration screen, set the "desktop" to "Unix" and "Custom", enter "Settings" and choose the "Run the following command" for the "Application", and enter this into the textbox:
/usr/bin/xfce4-session. In the "Options" select the "New virtual desktop". Press OK and select in the "Display" section "Full screen". Now you're all set.
Comments
Worked, thanks!
NXserver & Xubuntu
Works indeed.........
but not anymore if you go above kernel 2.6.28.15 ! So in .16 the file you mention is gone:(
I copied the missing files but that only leaves the message away about a wrong path and you end up in a dark Machine screen.
Hmm, will try further.
PB.
Re: NXserver & Xubuntu
/usr/bin/xfce4-sessionfile (which is part of thexfce4-sessionpackage ... which does not conflict with any of thelinux-image-2.6.28-16-*packages).Using startxfce4 command
xfce & nx
so that there are not run scripts from /etc/profile.d. My solution is command line:
/bin/bash -l /usr/bin/startxfce4
(or .... /usr/bin/xfce4-session if you wish).
Regards
pjo
Doesn't work here
It works better for me with /usr/bin/startxfce4 but there I only get the desktop in the middle of the window with a thick black frame surrounding it. So, the desktop is not spread over the whole size of the window.
Do you have a workaround for this?
Cheers, Thomas
Re: Doesn't work here
/usr/bin/xfce4-sessionand/usr/bin/startxfce4, the latter one should work./usr/bin/startxfce4is invoked, which calls .../etc/xdg/xfce4/xinitrc, which starts a bunch of stuff and calls .../usr/bin/xfce4-session