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”와 관련이 있다고 생각합니다.
나는 해결 방법을 신경 쓰지 않고 커서를 일관되게 유지하고 싶습니다! 미리 감사드립니다.
답변
텍스트 파일을 편집하십시오 /usr/share/icons/default/index.theme
.
내용 .theme
을 원하는 커서로 바꿉니다 .
이 경우 선택한 커서는입니다 /usr/share/icons/Adwaita/cursor.theme
.
따라서,의 내용을 교체 /usr/share/icons/default/index.theme
의 사람들과를 /usr/share/icons/Adwaita/cursor.theme
.
Chrome을 다시 시작하십시오.
답변
UniversallyUniqueID의 답변에 추가하기 위해 Chrome을 닫을 때 백그라운드에서 스레드가 실행되는 경우가 종종 있습니다. 을 편집 /usr/share/icons/default/index.theme
한 다음 Chrome을 닫았다가 다시 열었고 일부 커서가 변경되었지만 포인터는 동일하게 유지되는 부분이 생겼습니다. 내가 할 때까지 아니었다
ps -eaf | grep chrome
터미널에서 그 부분이 여전히 실행되고 있음을 알았습니다. 했다
pkill chrome
그런 다음 Chrome을 다시 시작했으며 모두 좋았습니다.
답변
크롬을 스냅 패키지로 설치하면 문제가 될 수 있습니다
작성 당시이 버그는 아직 수정되지 않았습니다. 해결 방법은 스냅을 일반 패키지로 바꾸는 것입니다.
- 먼저 설정이 동기화되어 나중에 복원 할 수 있도록 계정에 로그인되어 있는지 확인하십시오.
- 우분투 18.04의 소프트웨어 센터에서
Chromium
(스냅 패키지)를 제거 하고 설치하십시오Chromium web browser
(일반 패키지) - 북마크 등을 복원하려면 브라우저를 시작하고 계정에 로그인하십시오.