Bug 581173
Summary: | Can't change cursor theme | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | MuadNu <web.cosas> | |
Component: | gnome-themes | Assignee: | Matthias Clasen <mclasen> | |
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | 13 | CC: | djzn.br, garrett.mitchener, jfrieben, just4nick, mclasen | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 599011 (view as bug list) | Environment: | ||
Last Closed: | 2011-06-27 15:30:57 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: |
Description
MuadNu
2010-04-10 19:59:56 UTC
Is gnome-settings-daemon running in your session ? Does ps ax | grep gnome-settings-daemon report anything ? It is running: $ ps ax | grep gnome-settings-daemon 2038 ? Ss 0:02 /usr/libexec/gnome-settings-daemon 2776 pts/0 S+ 0:00 grep gnome-settings-daemon It doesn't work on KDE either. If you change the cursor theme in "System settings" nothing happen although Bluecurve theme is selected. I've manually changed gtk-cursor-theme-name = "dmz-aa" to gtk-cursor-theme-name = "Bluecurve" in "/etc/gtk-2.0/gtkrc" and its OK now. I don't really have any good ideas for how to further debug this. Are you using compiz (=fancy 3d desktop effects) or metacity (=vanilla) as your window manager? I'm having trouble with cursor theme too. I like the mouse cursor to be large, and when I use metacity, setting the size seems to work. But under compiz, half the time it's right and half the time it's wrong, depending on what part of the window you're pointing at. Under metacity, changing the mouse theme and size works fine. There's a related bug report here, which suggests it's bad patch applied to compiz: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/459647 Yes, I'm using compiz. My workaround (somehow suggested in the ubuntu bug report) was to simply rename the folders in /usr/share/icons so that the one containing the cursor theme I wanted (dmz white) is now named dmz, which if I'm not mistaken is the one that compiz is picking. I can confirm that this issue is related to compiz. As log as I ran metacity, the Bluecurve icon theme was used without any problem. Issue applies to - compiz-0.8.6-1.fc13.x86_64 Here's the excerpt of the fix, in ubuntu. At the time I was using Lucid Lynx and it really fixed, perhaps Red Hat devs can fix this now. =============================================================================== If you can't wait for this to be fixed upstream, here's a step-by-step guide of how to fix based on d.a.'s description (thanks d.a.!) for those not familiar with modifying and re-building things from source. 1. Make sure you have apt-src installed [sudo apt-get install apt-src]. 2. Checkout the compiz-core source [sudo apt-src install compiz-core], this may take a while. 3. Find the relevant file, and modify it accordingly. [sudo vi compiz-0.8.4/debian/patches/013-add-cursor-theme-support.patch]. 3a. Modify lines 133, 135 and 136 to change "core.xml.in" to "core.xml.in.in" and save. 4. Rebuild the package [sudo apt-src build compiz-core], this may take a while. 5. Install compiz-core over existing version [sudo sudo dpkg --install compiz-core_0.8.4-0ubuntu15_amd64.deb] (note I'm on 64-bit system, so filename may be different for you, but you should only need to replace the core one, not the others). 6. Refresh compiz. I just did Alt+F2 [metacity --replace], then Alt+F2 [compiz --replace]. ..and you're done! Mouse cursor and size should now reflect what you have set in your preferences. Massive thanks to d.a. for figuring all this out! =========================================================================== This message is a reminder that Fedora 13 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 13. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '13'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 13's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 13 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Fedora 13 changed to end-of-life (EOL) status on 2011-06-25. Fedora 13 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed. |