> i am sorry to bother you with a perhaps stupid problem. I am using the
> newest ubuntu server together with KDE 3.5 ( i can not run kde4 for
> other reasons and it did not work with xrdp anyway(made some strange
> graphic errors)). My problem is the following. After installing xrdp
> (which is a great peace of software by the way) i created some new
> test-users. they all can login remotely and locally.. BUT.....
> when i login locally i see the contents of /home/user/Desktop on my
> Desktop as i am used to.
> If i login remotely via xrdp i see the contents of / on the desktop but
> can't change anything of course, quite weird though.
> Do you have any idea what the problem might be? XRDP is so cool that i
> would like to replace the existing nxserver on our computation cluster
> with xrdp because it does not work at all.

Hi Lukas,

It sounds like its showing you the contents of the PWD which must be set to /.
Edit startwm.sh and before running startkde, set the PWD.
exmaple

#!/bin/sh
. /etc/environment
. ~/.bash_profile
cd ~
startkde

Note, the environment and bash_profile lines are optional.

Jay

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to