这是 compiz 中的一个已知错误,请参阅https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/141500。
我在错误页面上找到了一个对我有用的解决方法。
在 gedit 中打开并粘贴以下内容
#!/bin/bash
mkdir -p $HOME/.icons/default
CURSOR_THEME=$(gconftool -g /desktop/gnome/peripherals/mouse/cursor_theme)
echo "[Icon Theme]
Inherits = $CURSOR_THEME" > $HOME/.icons/default/index.theme
echo "Compiz will be restarted to enable this. Please stand by."
compiz --replace &
Run Code Online (Sandbox Code Playgroud)然后每次更改鼠标主题时都运行该文件。