WhitewaterFoundry / pengwin-setup

Continuous integration of setup package.
MIT License
29 stars 18 forks source link

Is it possible to set the IME via im-config instead of environment variables? #385

Open linghengqian opened 1 year ago

linghengqian commented 1 year ago
crramirez commented 1 year ago

Hello @linghengqian,

This installer was written before systemd was implemented in WSL, in fact, before WSL2. We need to check if this approach still works or if the im-config is the way. And we need to take the tests.

I'll put this in the roadmap to take care of.

Thanks for reporting.

Regards, Carlos

linghengqian commented 3 months ago
crramirez commented 2 months ago

What I've found is that im-config makes the configuration assuming that the X server or Wayland server are running locally and put the environment variables in xorg startup files.

linghengqian commented 2 months ago

What I've found is that im-config makes the configuration assuming that the X server or Wayland server are running locally and put the environment variables in xorg startup files.