연결 안될 때와 같이 회색 배경만 보이는 현상이 발생.
찾아보니Ubuntu Unity에서 xRDP를 지원하지 않아 생기는 현상이며
다른 desktop manager인 XFCE를 설치해야 한다고 함.
How to use xRDP for remote access to Ubuntu 14.04
: http://www.tweaking4all.com/software/linux-software/use-xrdp-remote-access-ubuntu-14-04/
상세한 내용은 위 링크를 참고하면 되며 절차는 대략
xRDP 설치, XFCE4 설치, xRDP 설정, xRDP 재시작
sudo apt-get update
sudo apt-get install xrdp
sudo apt-get install xrdp
sudo apt-get install xfce4
echo xfce4-session >~/.xsession
nano /etc/xrdp/startwm.sh
--------------
startwm.sh 수정
--------------
#!/bin/sh
if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG LANGUAGE
fi
startxfce4
if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG LANGUAGE
fi
startxfce4
--------------
xterm에서 tab(자동완성) 이 동작 안 할 때
XFCE4가 구린지 terminal emulator가 이상하다. 리눅스를 잘 몰라서...
그래서 어쩔 수 없이 xterm을 사용하려 했는데
xterm에서 tab 키가 먹지 않아 해결책을 찾았음. (edwinorc님 감솨~)
~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml 에서
아래 line을 수정 하고 reboot 하면 xRDP 접속 후 xterm에서 tab키 동작함.
<property name="<Super>Tab" type="string" value="switch_window_key"/>=수정=> < property name="<Super>Tab" type="empty"/>
xterm -bg black -fg white
[tab 키 안먹을 때 수정 방법]
Re: Installed xfce, now no Tab-complete in Terminal apps?
I accidentally discovered a fix for this while trying to solve a different problem.
edit
~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
find the line
< property name="<Super>Tab" type="string" value="switch_window_key"/>
and change it to
< property name="<Super>Tab" type="empty"/>
reboot or whatever and then tab will work properly!
I have no idea why but when using vnc this file seems to override tab's normal behaviour and makes it into a switch window key.
댓글 없음:
댓글 쓰기