Debian 12でカーソルテーマを変更する

Debian 12でカーソルテーマを変更する

私は以下を使用しています:

$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

私のGDMバージョンは次のとおりです。

$ gdm3 --version
GDM 43.0

Waylandを無効にしてxorgを使用します。

Debian ユーザーの詳細:

$ cat /etc/passwd | rg gdm
Debian-gdm:x:112:121:Gnome Display Manager:/var/lib/gdm3:/bin/false

アイコンはにあります/usr/share/icons/Bibata-Modern-Ice

次のような建築ウィキペディア、次のコマンドを実行しました。

xhost +SI:localuser:Debian-gdm
/usr/bin/sudo -u Debian-gdm dbus-launch gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Ice'

トピックは変わりません。

そして再び、私もそれを試しました/etc/gdm3/greeter.dconf-defaults

[org/gnome/desktop/interface]
cursor-theme='Bibata-Modern-Ice'
cursor-size=32
text-scaling-factor=1.25
gtk-theme='Solarized-DarkArc-Cyan'
icon-theme='Solarized-Dark-Cyan-Numix'

そして彼は逃げたsudo dconf update

カーソルのテーマはまだ変更されていません(カーソルのサイズは変更されましたが)。

どうですか?

ベストアンサー1

デスクトップはすべてを難しくします。低レベルのDebianの代替案は、そのようなものの選択を宣言します。あなたのデスクトップがそれに従うことを願っています。代替は/etc/alternativesのシンボリックリンクを介して保存/検査されます。内容を確認することをお勧めしますが、更新の選択肢で代替案を修正する必要があります。

update-alternatives --config x-cursor-theme

おすすめ記事