如何获取 KDE 光标

hsi*_*nxh 4 kde kubuntu

我刚刚安装了 kubuntu-desktop,一切似乎都运行良好,我很享受 KDE。但是光标不是默认的 KDE 光标,它是相同的旧 GNOME 光标。我该如何解决这个问题。

And*_*ert 6

从终端:

sudo update-alternatives --config x-cursor-theme
Run Code Online (Sandbox Code Playgroud)

这应该为您提供可用光标主题的列表,以及哪个处于“自动”模式。要更改默认(自动)光标,请输入其对应的编号并按 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: 
Run Code Online (Sandbox Code Playgroud)

要将标准 KDE 光标设为默认值,我将输入0

您可能需要重新启动 X 才能使其生效(注销并返回。)