xinitrc
-
Skype Linux Static with Korean inputComputer/linux 2009. 10. 17. 01:17
OS: RHEL 5.3 There are many configuration methods, different scim versions and libraries. I am not quite sure why this method is necessary on my RHEL 5.3. execute the skype with the following command, After that, scim panel starts to respond when I execute the skype. env XMODIFIERS='@im=SCIM' LC_CTYPE=en_US.UTF-8 ./skype .xinitrc export XMODIFIERS="@im=SCIM" export GTK_IM_MODULE="scim" export QT..
-
xfce4 WMComputer/linux 2007. 8. 23. 23:45
선택할수있는방법은너무많다 내가모를뿐 gnome 에서 xfce4 로넘어왔다 gnome을사용하면서항상느꼈던것은좀버벅댄다는것이었다 한글입력때문에계속사용하다가 uim 을통해입력을해보니잘되었다 그런후에완전히xfce4로넘어왔다 uim으로 한글 입력또한 그렇게 만만하진 않다. 문자입력에서 버그가 있는 것 같다. GUI 설정도구를 통해 온갖삽질을 해봐도 최척화된 입력 방법을 찾지를 못했다. 시간이 해결하려니 하고 구글링 해보니.. 홈 디렉토리에 .xinitrc 화일을 만들어 다음을 추가하라고.. export XMODIFIERS="@im=uim" uim-xim & uim-toolbar-gtk & 그러니 shift-space 키로 한글 영어변환이 가능하고 문자입력(점이나 @ 같은..)에서 오류가 없게 입력이 된다... 것..