You are not logged in.
Hi everyone!
I have a small issue with my Gnome3 desktop: It uses the default (ugly) X mouse cursors.
Am I missing some package or setting?
Edit: It's even more weird because it may suddenly change to the correct cursors during a session until i logout.
Last edited by init0 (2011-04-12 17:33:46)
Offline
it could be related to gnome-settings-daemon suddenly using a lot of cpu usage.
check that first, and then try killing it. see if you get your pretty cursors back
Last edited by eldragon (2011-04-12 18:20:34)
Offline
gnome-settings-daemon cpu time is less than 1 sec.
Killing it had no effect on the cursors.
Offline
Same here.
Offline
Is there a special package needed to install the default gnome cursors ? You said that sometimes you get the correct cursors, but it never happens here =/
Offline
No, the package is just testing/gnome-themes-standard and the cursors should be installed to /usr/share/icons/Adwaita/cursors/
Like I said before, my Gnome3 _sometimes_ uses the Adwaita cursors until the end of a session - but that's rare and not reproducible
Offline
I'm having this same problem... sort of.
I did a clean install of Arch and installed Gnome 3 according do a guide on the wiki. My problem is Gnome 3 uses the default X cursors all the time with one exception: Whenever I open the file manager Gnome switches to the pretty cursors.
I have no clue why, any insight would be helpful.
live long and prosper...
kc
Offline
Have you tried editing the following file?
/usr/share/themes/Adwaita/index.theme
and adding/changing the cursor line to the following:
CursorTheme=DMZ-White
obviously if you are using other than DMZ-White (Ubuntu defaults) you need to change it accordingly, I had the same problem but forgot to document my change hope is that file...
PS: you will need to log out/in to take effect.
Offline
Same problem here.
Offline
I found a solution.
Create a folder .icons/default in your home and link the Adwaita cursor theme with it.
mkdir -p .icons/default
ln -s /usr/share/icons/Adwaita/ ~/.icons/default/
Offline
That's one of the things that cause me headaches! Looks like GNOME3 has a long way to go... This made me remind KDE 4.0. What a disaster!
Last edited by sironitomas (2011-04-21 22:06:20)
Offline
I have found a lot of customisation options which normally have a corresponding ~/.xxx folder for user specific config (eg /usr/share/themes, /usr/share/icons etc.) are not currently working in Gnome 3 by default. I am sure it is the $XDG_DATA_DIRS (or similar) environment variables not being set to look in /home first (I am sure this will be corrected as Gnome 3 matures and the devs add user config options).
I have found my cursors work correcty (in all but firefox) (using custom Silver-3D cursors). One thing that may help (it has helped solve my "some windows use my cursors and some don't" issue)
in /usr/share/icons create a folder called default. In that folder, create a file called index.theme and populate as follows:
[Icon Theme]
Inherits=xxxxxxx
Where xxxxxx is the name of your theme of choice. The added bonus of doing this is that GDM will use your selected cursor theme as well.
GDM is actually what I have been working on theming today. I have customised the background, cursors, icons, sound theme (I'll admit it, I like a system-ready sound when GDM comes up) and GTK3 themes for it. Now I just have to translate that to my shell.
Cheers.
Offline
@Silversun: I tried your solution with no luck. Thanks anyways.
@Padfoot: This works wonderfully! It makes sense if you think about it.
Thanks all.
live long and prosper...
kc
Offline
An alternative way to fix it locally is to add this to your .Xresources (install xorg-xrdb) or .Xdefaults file:
!cursor theme
Xcursor.theme: Adwaita
Though this won't theme the icon for GDM, you'll have to use Padfoot's approach if you want that.
Offline
I changed the "cursor-theme" settings in dconf-editor to the cursor theme I wanted to use. open dconf-editor and look under "org-desktop-interface"
This allows me to have my cursor in windows like firefox also.
Last edited by wickedlester (2011-04-24 16:16:30)
Offline
Thanks for the solutions!
I applied Padfoots' one and can confirm it.
Offline
I still see this issue with gnome [extra] (all) when doing a fresh install.
On Fedora 15 you will not have this trouble cus they ship Gnome3 with the following:
$cat /usr/share/icons/default/index.theme
[Icon Theme]
Inherits=Adwaita
So is it an Arch or upstream problem and can someone fix it or file a bug?
Offline
Moved to Applications & Desktop Environments
Offline
I did not have a /usr/share/icons/default folder, all I had to do was copy the folder for the theme I wanted to /usr/share/icons/default.
Offline
I tried every solution proposed here, but only dradius one worked for me
Offline
Copying is probably not a good idea, why no symlink?!
ln -s /usr/share/icons/Adwaita /usr/share/icons/default
Offline
I just would like to notify that the only solution that worked for me, among all those proposed, is simlinking "default" to the theme folder I wanted to use!
(copying the files seemed a bit brutal to me too... )
I have ARCH 2.6.39 and Gnome3 all up-to-date...
Last edited by dennymallow (2011-07-08 23:08:47)
A good Arch can hold any weight!
Offline
Padfoot's solution worked for me. Thanks!
http://localhost/signature.txt
Error 403: Forbidden
Offline
FYI I have reported a feature request about this: https://bugs.archlinux.org/task/26362
Please vote
Offline
Even with the index.theme file my cursors are inconsistent at best. Text select, hoverover link, move, icons all work, but the regular pointer stays default ugly black pointer.
Sometimes it decides to start working randomly though. There seems to be no reasoning when the selected theme cursor decides to work.
By changing the Inherits line to my mouse cursor theme though, it'll work correctly (after a shell restart)
Last edited by hooya (2011-10-09 23:24:17)
Offline