From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031030 Galeon/1.3.10 Description of problem: When using Grand-Canyon "controls" theme the state of menu checkmarks are backwards. They appear checked when unchecked and checked when unchecked. Version-Release number of selected component (if applicable): gnome-themes-2.4.0-1 How reproducible: Always Steps to Reproduce: 1. Open Theme preference. 2. Choose "Grand Canyon" theme. 3. Open Nautilus, click on the View menu. Actual Results: Observe that the state of the Side Pane/Location Bar/Toolbar/etc are backwards. (Note that this is not a Nautilus-specific bug.) Expected Results: Additional info: To fix, swap the pngs that Grand-Canyon's gtkrc uses for the menu checkmarks. --- gtkrc 2003-11-15 11:17:42.122436208 -0800 +++ gtkrc.patch 2003-11-15 11:16:26.505931664 -0800 @@ -291,7 +291,7 @@ function = CHECK recolorable = TRUE shadow = OUT - overlay_file = "check2.png" + overlay_file = "3d_all_normal.png" overlay_stretch = FALSE } image @@ -299,7 +299,7 @@ function = CHECK recolorable = TRUE shadow = IN - overlay_file = "3d_all_normal.png" + overlay_file = "check2.png" overlay_stretch = FALSE } image
This bug exists in Fedora Core 2 as well (gnome-themes-2.6.0-2).
*** This bug has been marked as a duplicate of 89467 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.