

Please try to use gimp-xmc-plugin or xcur2png.
Another solution is to apply the patch I posted on http://www.gnome-look.org/content/show.php/CursorXP%2BFX+to+X11+Mouse+Theme+Converter?content=72405 by the title of "patch to change nominal size" before converting it by sd2xc-2.3.pl. - May 11 2009

GTK2 Themes by JohnnyJu 79 comments
Tips for users: If you use Murrine which is newer than revision 64, widgets are ugly and you may get a warning like this.
"error: unexpected identifier `style', expected character `}'"
In such case, open terminal and try this.
sed -r -i~ 's@style(\s+=\s+MURRINE)@profile\1@g' .themes/TheGreyhoundTheme_v0.7/gtk-2.0/gtkrc
- Jan 04 2009

Full Icon Themes by tksmashiw 5 comments

GTK2 Themes by JohnnyJu 79 comments
I changed gtkrc to my taste.
# show menuitem icons/favicons of firefox
gtk-menu-images = 1
# standard distance between menuitems
style "MenuItem"
{xthickness = 2}
I hope you find it informative. - Oct 24 2008

Cursors by Moony 36 comments
--- sd2xc-2.3.pl.orig
+++ sd2xc-2.3.pl
@@ -805,7 +805,7 @@
$outfile=$tmppath.$section.'-'.$i.'.png';
#
if (-e "$outfile"){
- print FH "1 ".
+ print FH "32 ".
$hotspotx." ".
$hotspoty." ".
$outfile." ".
@@ -823,7 +823,7 @@
my ($outfile);
$outfile=$tmppath.$section.'-'.$i.'.png';
- print FH "1 ".
+ print FH "32 ".
$hotspotx." ".
$hotspoty." ".
$outfile." ".
///////////////////////
This patch simply changes the nominal size of cursor from 1 to 32. - Sep 19 2008

GTK2 Themes by Chrispy 85 comments
config.guess & config.sub is missing in version 3.0.1. - Aug 05 2008

Cursors by gruppler 18 comments
You must set the size of left_ptr to one of {12, 16, 24, 32, 36, 40, 48, 64} if you want show cursor theme in gnome-appearance-properties.
See http://bugzilla.gnome.org/show_bug.cgi?id=402656 and search http://svn.gnome.org/viewvc/gnome-control-center/trunk/capplets/common/gnome-theme-info.c?view=markup with keyword "filter_sizes[]".
For everyone, I made a little program with which you can change every property of cursor and modify images.
http://cli-apps.org/content/show.php/xcur2png?content=86010 - Jul 29 2008