RealPlayer and SCIM
RealPlayer might not start if using SCIM as the default input method. When trying to launch from the terminal one gets the error message
Segmentation fault (core dumped)This issue can be resolved by setting the environment variable GTK_IM_MODULE to the value xim (instead of scim).
export GTK_IM_MODULE=ximAfter typing this in a terminal, RealPlayer can be started from this terminal. In order to make this setting the default, one can for example write a small shell script which first sets the above environment variable and then launches the RealPlayer.