Environment variables used by input methods should be preserved.
Bug #1373521 reported by
V字龍(Vdragon)
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
sudo (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Input method under GNU/Linux relies on several environment variables to work properly, setting the following sudoers config by default will enable input method in applications run as other users:
````
Defaults env_keep += "GTK_IM_MODULE"
Defaults env_keep += "QT_IM_MODULE"
Defaults env_keep += "QT4_IM_MODULE"
Defaults env_keep += "CLUTTER_IM_MODULE"
Defaults env_keep += "XMODIFIERS"
````
Thanks in advance!
description: | updated |
Changed in sudo (Ubuntu): | |
assignee: | nobody → Allenplay (jailin1124) |
assignee: | Allenplay (jailin1124) → nobody |
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.