Bug 612835
Summary: | fc13 kde - oxygen cursor reverts to regular cursor when mouse over firefox | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | collura |
Component: | firefox | Assignee: | Gecko Maintainer <gecko-bugs-nobody> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 14 | CC: | collura, gecko-bugs-nobody, joerg-rh-bugs, Panos.Kavalagios |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-03-17 04:12:02 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
collura
2010-07-09 08:03:33 UTC
incidentally, 'firefox -safe-mode' has same issue so probably not an addon related to some gtk2 change? https://bugzilla.mozilla.org/show_bug.cgi?id=310924 "While the gtk2 widget code makes use of some themeable cursors (those available in stock gtk2 with gdk_cursor_new), it only uses its builtin images for some other cursors" Seems to be more of a gtk problem, as I also get incorrectly themed cursors in gimp and (gtk-)emacs. Not for all types of cursors, however. This forum post (in German) describes the same issue, and as a workaround proposes to replace the standard "dmz-aa" with the wanted custom theme: http://www.fedoraforum.de/viewtopic.php?t=20240 in fc14-beta-kde the oxygen-cursor still reverts to standard-cursor as described above changing version to fc14 Indeed, I've installed oxygen-cursor-theme and switched to black oxygen theme. On firefox and thunderbird the theme reverts back to the default. Workaround: # vi /etc/gtk-2.0/gtkrc and either put in comment gtk-cursor-theme-name variable or set it to your desired theme: gtk-cursor-theme-name = "Oxygen_Black" It's set to "dmz-aa". You might want to do the same on /etc/gtk-3.0/gtkrc. Other distributions do not hardcode those stuff to gtkrc and are free of this bug on KDE environments. For KDM the change must be done in the following file: $ cat /usr/share/icons/default/index.theme [Icon Theme] Inherits=Oxygen_Black hmm i missed a duplicate of this bug. will close this one as a duplicate of bug#591746 . on the bright side bug#591746 has a fix pending in updates-testing of f14-kde-x86_64 of: xsettings-kde-0.12-3.fc14 kcm-gtk-0.5.3-7.fc14 which seem to fix the issue for me, ya. however if during their testing you find an issue then should report problems to: https://admin.fedoraproject.org/updates/xsettings-kde-0.12-3.fc14,kcm-gtk-0.5.3-7.fc14?_csrf_token=c8dec2dd8e124c801db091ac63968cfb83193741 if after tesing closes you think things dont work even though bug#591746 claims fix then this bug could be reopened but more likely should comment to bug#591746 . ok for me now so closing this bug for now and enjoying the shiny new cursor in ff. *** This bug has been marked as a duplicate of bug 591746 *** |