Yuichiro_S の Twitterでは文字数が足りないもの

Twitterに書くには向いてないことを書きます。文字数制限だとか、検索に引っかからないだとか、流れてしまって読んでもらえないだとか。

X‍.‍org上のChromeのマウスカーソルを指定する (追記あり)

追記

当該Issueに追加でコメントがありました. Issue 356228 - chromium - Chrome Aura will use Xorg cursor theme instead of DE cursor theme - An open-source project to help move the web forward. - Google Project Hosting https://code.google.com/p/chromium/issues/detail?id=356228

This really isn't a Chrome bug. You should be filing a bug report for your DE for not correctly setting the XCURSOR_THEME environment variable (and optionally XCURSOR_SIZE if you need a custom size) That's the standard way for every X application to know which cursor to use.

Chromeが悪いのかと思いきや,DEのせいだった,ということです.濡れ衣でした.すみません.

環境変数XCURSOR_THEMEと,必要ならXCURSOR_SIZEを適当な場所で設定しましょう.

--以下当初の記事--

X.org 上の Chrome で(Chromium もですが),マウスカーソルが DE で指定したものと違うものになります. この問題はバージョン35以上で発生します.

Issue 356228 - chromium - Chrome Aura will use Xorg cursor theme instead of DE cursor theme - An open-source project to help move the web forward. - Google Project Hosting https://code.google.com/p/chromium/issues/detail?id=356228

原因は,GTK+ でなく Aura を使うようになったことです.

Google To Replace GTK+ With Its Own Aura In Chrome - Slashdot http://beta.slashdot.org/story/19929

とりあえず X.org のカーソルを直接指定することで回避します.

Cursor Themes - ArchWiki https://wiki.archlinux.org/index.php/Cursor_Themes

を参照して作業しました.

場所はディストロによると思いますが,マウスカーソルのテーマが入っているディレクトリを探します.

Gentoo Linux では /usr/share/cursors/xorg-x11/ 以下でした.

使いたいカーソルの, index.theme が入っているディレクトリのシンボリックリンクを ~/.icons/default という名前で作ります.

Xを再起動すれば完了です.