Forum Pplware

Versão Completa: [Ajuda] mudar tema cursor do rato ubuntu 10.04LTS
Está de momento a ver uma versão reduzida do nosso conteúdo. Ver versão completa com o formato adequado.
Ola boa noite, andei a tentar mudar os temas do cursor do rato no ubuntu e fiz download de uns todos bonitos, o problema é que o cursor não troca, isto é troca quando estou a sublinhar texto e clicar em links, mas não muda o ponteiro "normal"
Alguem me pode ajudar ?? Abraço
depois de umas horas de pesquisa (como sou teimoso e não gosto de deixar nada por fazer assim que comecei ), eis que descobri que é um bug do compiz no unbunto 10.04, mas eis aqui a solução:

" 1. Go to /usr/share/icons and locate the exact folder name for the mouse cursor theme you want to use – remember it! For the Elementary theme, the folder name would be "DMZ-Black"

2. Now you need to edit the /usr/share/icons/default/index.theme file. Press ALT + F2 and enter:

gksu gedit /usr/share/icons/default/index.theme
Comment line with "Inherits=DMZ-White" and under this line add an identical line with the exact name of the mouse cursor theme you got in step 1. The final index.theme should look like this:

[Icon Theme]
#Inherits=DMZ-White
Inherits=DMZ-Black



UPDATE: Second way

Press ALT+F2 and run gconf-editor and go to desktop > gnome > peripherals > mouse and edit cursor_theme. Here you can enter theme name you got in step 1.

3. Restart Compiz by pressing Alt + F2 and entering:

compiz --replace
or simply Log out and Log in."

Fonte: Aqui
URL's de Referência