我通过命令将鼠标指针颜色更改为 DMZ-Black 光标主题
sudo update-alternatives --config x-cursor-theme
一开始,我似乎得到了预期的结果。然而,我很快注意到,当我将指针移到 Firefox 上时,它又变回了 DMZ-White。进一步的测试在 Google Chrome 和所有 Libre-office 应用程序中产生了相同的结果。我还注意到,当我指向 Ubuntu 软件中心列出的应用程序时,它从黑色指针变成了白色手。
我正在使用带有 Unity DE 的 Ubuntu 14.04.5
答案1
在寻找答案的过程中,我偶然发现了论坛中的这篇文章建议使用以下命令检查 dconf 中设置的主题:
gsettings get org.gnome.desktop.interface cursor-theme
我发现,尽管我在 中设置了 DMZ-Black update-alternatives
,但 gsettings 仍然报告 DMZ-White。因此我发出了命令:
gsettings set org.gnome.desktop.interface cursor-theme 'DMZ-Black'
立即生效。无需像我申请时那样注销并重新登录update-alternatives
。