Comment 29 for bug 1720250

Revision history for this message
Tigran Aivazian (aivazian-tigran) wrote :

In my /etc/X11/xinit/xinputrc I have these lines:

# im-config(8) generated on Thu, 09 Aug 2018 08:42:10 +0100
run_im none
# im-config signature: d77e0956ffec112e1184abeaf12847c1 -

And the script /etc/profile.d/input-method-config.sh is causing the following error message in a X11 level dialog box (i.e. the mouse cursor turns into an 'X'):

"Error found when loading /etc/profile:

E: Script for none not found at run_im.
E: Script for none not found at run_im.

As a result, the session will not be configured correctly.
You should fix the problem as soon as feasible."

So, what I did to get rid of the error message was to add a "return" to the top of the above-mentioned /etc/profile.d/input-method-config.sh script. But maybe there is a more proper solution to this problem?