google / mozc

Mozc - a Japanese Input Method Editor designed for multi-platform
Other
2.44k stars 360 forks source link

Support environmental variables #470

Closed Arfrever closed 3 years ago

Arfrever commented 4 years ago

It would be useful if Mozc supported environmental variables for additional run-time configurability. Suggested environmental variables:

Patch: mozc-environmental_variables.patch.txt

hiroyuki-komatsu commented 3 years ago

Hi, thank you for the suggestions.

We do not have a plan to support run-time configurations of the install paths, because it introduces additional edge cases we need to care about.

Instead, we have supported $XDG_CONFIG_HOME as mentioned in #474