

To make this project easier to find and to receive contributions, I've put it onto github:
https://github.com/ewindisch/sd2xc - Jan 14 2012

Nautilus Scripts by KuduK 23 comments
I'm not opposed to having someone take over the maintenance of the script, to be honest, but I'd like if this could be organized.
My webpage is http://eric.windisch.us/ please email me (eric at my list name .us) - Aug 06 2009

Cursors by smeat 5 comments
Extract the .CurXPTheme file(s) and then run the script. The CursorXP themes *must* have a Scheme.ini file.
The Xcursor-compatable theme will be extracted into a subdirectory called 'theme' which will be created, if it does not exist.
- Feb 18 2003

Cursors by uga 112 comments
A more elegant and recommended solution is to edit the Xresources.
Add to ~/.Xdefaults and/or ~/.Xresources the following,
Xcursor.theme: ThemeName
and then move the cursor-theme them e to the directory,
~/.icons/ThemeName
or
/usr/X11R6/lib/X11/icons
The latter directory may be different according to your operating system.
If you wish to change the cursor before restarting, change the .Xresources/.Xdefaults file and run 'xrdb $file'. Only newly executed programs will see the changes so it is recommended to logout.
- Feb 18 2003
The user 'Deciare' states here
that users should create a ~/.icons/default directory and use that for their cursors.
Those instructions are incorrect and will cause an endless loop with the themes generated by this program (because the themes by default inherit from 'default').
The PROPER way to change the cursor is to edit the Xresources, setting
Xcursor.theme to the name of the theme.
Put in .Xdefaults (or .Xresources),
Xcursor.theme: ThemeName
And move your theme to:
~/.icons/ThemeName
or
/usr/X11R6/lib/X11/icons/
Hope this clears things up. - Feb 18 2003
I am looking at a few things now, in this order:
1. Convert native "Mighty Mouse" cursors (http://www.unsanity.com/haxies/mightymouse/)
2. Write packager for .deb and .rpm.
3. Convert Windows .ani and .cur files.
I'll let someone else write the KDE and Gnome theme selectors, for now. - Feb 18 2003