0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【CachyOS/ArchLinux?】VSCode(プロプライエタリ版)で、入力メソッドをmozcに切り替える直後に、直接入力に戻される問題の修正方法

0
Posted at

原因

Electronは標準でWayland対応を有効にした起動フラグを読み込むようになっているが、VSCodeは独自Electronであるので、システムのElectronの設定を読み込まない?(参考:https://wiki.archlinux.jp/index.php/Visual_Studio_Code#Wayland_.E3.81.A7.E3.83.8D.E3.82.A4.E3.83.86.E3.82.A3.E3.83.96.E3.81.AB.E5.AE.9F.E8.A1.8C.E3.81.99.E3.82.8B)

解決方法

~/.config/code-flags.confを編集(無ければ作成)し、以下を追記

--ozone-platform=wayland
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?