1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

[Ubuntu] エディタ上などでカーソルが消える事への対処メモ

Posted at

はじめに

Ubuntu上でVSCode等のエディタを使っていたら、いつの間にかカーソルが見えなくなっていました。
これだと不便なので適当に調べて行った対策をメモしておきます。

環境

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.3 LTS
Release:        22.04
Codename:       jammy

手順

1 ルートユーザになる。

> sudo -i

2 /etc/gdm3/custom.confの編集

> nano /etc/gdm3/custom.conf

3 # WaylandEnable=false,のコメントを外して保存
4 gdm3の再起動

> systemctl restart gdm3

しばらく再起動を繰り返したので上手くいったか不安だったが問題ないよう。

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?