我刚刚安装了 kubuntu-desktop,一切似乎都运行良好,我很喜欢 KDE。但光标不是默认的 KDE 光标,而是相同的旧 GNOME 光标。我该如何解决这个问题。
答案1
从终端:
sudo update-alternatives --config x-cursor-theme
这将为您提供可用光标主题的列表,以及哪个主题处于“自动”模式。要更改默认(自动)光标,请输入其相应的数字并按 Enter。
例如:
~$ sudo update-alternatives --config x-cursor-theme
There are 7 choices for the alternative x-cursor-theme (providing /usr/share/icons/default/index.theme).
Selection Path Priority Status
------------------------------------------------------------
0 /etc/X11/cursors/oxy-white.theme 50 manual mode
1 /etc/X11/cursors/core.theme 30 auto mode
2 /etc/X11/cursors/handhelds.theme 20 manual mode
3 /etc/X11/cursors/oxy-white.theme 50 manual mode
4 /etc/X11/cursors/redglass.theme 20 manual mode
5 /etc/X11/cursors/whiteglass.theme 20 manual mode
6 /usr/share/icons/DMZ-Black/cursor.theme 30 manual mode
7 /usr/share/icons/DMZ-White/cursor.theme 50 manual mode
Press enter to keep the current choice[*], or type selection number:
要将标准 KDE 光标设为默认光标,我需要输入0
您可能需要重新启动 X 才能使其生效(注销并返回。)