Sono su Ubuntu 15.10 e recentemente sono passato a Gnome. È fantastico, ma i cursori del mouse in Chrome sono sempre diversi.
Sto usando google-chrome
dal repository ufficiale:
$ 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
In gnome-tweak-tool ho i cursori impostati su Adwaita. Quando corro sudo update-alternatives --config x-cursor-theme
ho anche Adwaita set:
$ 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:
Funziona bene per tutte le applicazioni tranne Chrome, che mostra i cursori bianchi (penso che sia DMZ-White).
Il mio /usr/share/icons/default/index.theme
contiene questo:
[Icon Theme]
Inherits=Adwaita
La cosa strana è che se uso le impostazioni di gnome-tweak e configuro il tema del cursore x per usare DMZ-White, Chrome inizia ad usare Adwaita!
Idealmente mi piacerebbe usare DMZ-White, ma andrebbe bene purché sia coerente tra Gnome e Chrome.
Ho la sensazione che abbia a che fare con la "Priorità" nel tema del cursore x.
Non mi dispiace aggirare, mi piacerebbe solo che i cursori fossero coerenti! Grazie in anticipo.