Archive for September, 2006

Realplayer and Scim

This is how to make realplayer stop crashing when scim is running
- edit /usr/bin/realplay
- add this line after bash declaration

GTK_IM_MODULE=xim ; export GTK_IM_MODULE

from ubuntu doc

Comments (2)