Ubuntu 15.10을 사용 중이며 최근에 Gnome으로 전환했습니다. 훌륭하지만 Chrome의 마우스 커서는 항상 다릅니다.
google-chrome
공식 저장소에서 사용 하고 있습니다.
$ more /etc/apt/sources.list.d/google-chrome.list
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
gnome-tweak-tool에서 커서를 Adwaita로 설정했습니다. 내가 실행할 때 sudo update-alternatives --config x-cursor-theme
Adwaita도 설정했습니다.
$ 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 /usr/share/icons/DMZ-White/cursor.theme 100 auto mode
1 /etc/X11/cursors/core.theme 30 manual mode
2 /etc/X11/cursors/handhelds.theme 20 manual mode
3 /etc/X11/cursors/redglass.theme 20 manual mode
4 /etc/X11/cursors/whiteglass.theme 20 manual mode
* 5 /usr/share/icons/Adwaita/cursor.theme 90 manual mode
6 /usr/share/icons/DMZ-Black/cursor.theme 30 manual mode
7 /usr/share/icons/DMZ-White/cursor.theme 100 manual mode
Press <enter> to keep the current choice[*], or type selection number:
이것은 흰색 커서를 표시하는 Chrome을 제외한 모든 응용 프로그램에서 잘 작동합니다 (DMZ-White라고 생각합니다).
내 /usr/share/icons/default/index.theme
내용은 다음과 같습니다.
[Icon Theme]
Inherits=Adwaita
이상한 점은 gnome-tweak 설정을 사용하고 DMZ-White를 사용하도록 x-cursor 테마를 구성하면 Chrome이 Adwaita를 사용하기 시작한다는 것입니다!
이상적으로 DMZ-White를 사용하고 싶지만 Gnome과 Chrome이 일치하는 한 괜찮습니다.
x-cursor-theme의 "Priority"와 관련이 있다고 생각합니다.
나는 해결 방법을 신경 쓰지 않고 커서를 일관되게 유지하고 싶습니다! 미리 감사드립니다.