server - xrdp on Ubuntu with separate de for each user - Ask Ubuntu
a colleague of mine installed ubuntu mate on our gpu-server , xrdp remote control. can connect pc windows 7 using windows remote desktop software. now, user works fine, when logs in remotely. few glitches such as: firefox wont start (segmentation fault) or similar. user (i root , have privileges), cannot move windows, start on top left , cannot move them around. applications wont start , cannot use keyboard shortcuts ctrl+alt+t open terminal. have mate default desktop , example cinnamon user, when login. tried write "cinnamon" , "cinnamon2d" .xsession , .xclients files , wont work after reboot. tried use standard de in /etc/xrdp/startwm.sh file , doesnt work either. find following errors in .xsession-errors:
... ... ... x error of failed request: badvalue (integer parameter out of range operation) major opcode of failed request: 109 (x_changehosts) value in failed request: 0x5 serial number of failed request: 6 current serial number in output stream: 8 /etc/xrdp/startwm.sh: 3: [: x: unexpected operator /usr/bin/cinnamon2d: line 2: 1465 segmentation fault (core dumped)
my /etc/xrdp/startwm.sh file looks this:
#!/bin/sh if [ -r /etc/default/locale ]; . /etc/default/locale export lang language fi cinnamon2d #mate-session #. /etc/x11/xsession
i tried few things , @ point ask expertise , me out.
thanks in advance!
Comments
Post a Comment