AlynxZhou/gnome-shell-extension-fixed-ime-list

The first IME is always activated after unlock instead of keeping the last used IME

AlynxZhou opened this issue · 2 comments

Not sure why it happens, enable() should be only called when GNOME Shell starts.

disable() is called when lock and enable() is called when unlock, pretty strange.

disable() is called when lock and enable() is called when unlock, pretty strange.

OK, this is the documented behavior, let me fix my code.