Compizを有効にした状態でのCursor themeの変更
Debian Squeeze 64-bitでCompizを有効にしたところ、cursor themeがデフォルトのものから変更できなくなった。これはCompizのbugらしい。
# cd /usr/share/icons
# ls
で変更したいcursor名を確認。
crystalgreenleft
だ とすると、
# gedit /usr/share/icons/default/index.theme
[Icon Theme]
Inherits=DMZ-White
を下記に変更(
赤字
が変更部分)
[Icon Theme]
#
Inherits=DMZ-White
Inherits=crystalgreenleft
変更を保存して一旦 logout。次にloginすればcursorは
crystalgreenleft
に なっている。
References
1)
Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)