저는 Suru++를 Debian Stretch의 LightDM GTK+ 인사말에 대한 커서 테마로 정의하려고 합니다. 이는 x-cursor-theme의 대안 목록에 Suru++를 추가하고 이를 대안으로 선택하여 수행된다고 합니다.
user@debian:~$ sudo update-alternatives --install /usr/share/icons/default/index.theme x-cursor-theme /usr/share/icons/Suru++/cursor.theme 0
user@debian:~$ sudo update-alternatives --config x-cursor-theme
There are 4 choices for the alternative x-cursor-theme (providing /usr/share/icons/default/index.theme).
Selection Path Priority Status
------------------------------------------------------------
0 /etc/X11/cursors/breeze_cursors.theme 102 auto mode
1 /etc/X11/cursors/Breeze_Snow.theme 41 manual mode
2 /etc/X11/cursors/breeze_cursors.theme 102 manual mode
3 /usr/share/icons/Adwaita/cursor.theme 90 manual mode
* 4 /usr/share/icons/Suru++/cursor.theme 0 manual mode
Press <enter> to keep the current choice[*], or type selection number:
Suru++를 제외한 목록에서 대안을 선택하면 LightDM GTK+ 인사말에서 사용되는 커서는 선택한 대안의 커서입니다. 그런데 내가 선택했을 때술루++목록의 대안으로 LightDM GTK+ 인사말은 다음 커서를 사용합니다.아드비타주제. 내가 아는 한 Suru는 Adwaita로부터 아무것도 상속받지 않았기 때문에 이러한 행동은 나에게 이상합니다. 사실 내용은 /usr/share/icons/Suru++/cursor.theme
매우 간단합니다.
[Icon Theme]
Name = Suru
Comment = A Suru-like cursor designed by Sam Hewitt
Inherits = Suru
이 특정 커서 테마를 사용하기 위해 LightDM GTK+ 인사말을 얻으려면 어떻게 해야 합니까?
답변1
문제는 옵션 값이 테마가 Inherits
포함된 디렉터리 이름과 일치하지 않는다는 것입니다.cursor.theme
Inherits
로 설정술루++바꾸다술루문제를 해결했습니다.