-
I tried all the fixes here an all I got was this error msg:
Traceback (most recent call last):
File "/usr/bin/gursormaker", line 26, in ?
from GursorMaker import *
File "/usr/lib/python2.4/site-packages/GursorMaker/GursorMaker.py", line 8, in ?
from properties import *
File "/usr/lib/python2.4/site-packages/GursorMaker/properties.py", line 1, in ?
import...
2009-12-01 03:07:47 UTC by borisbaran
-
Woops, here's the link to the plugin I used:
http://www.gimpstuff.org/content/show.php/X11+Mouse+Cursor+%28XMC%29+plug-in?content=94503
It allows you to import and export as the xcursor format.
2009-07-25 04:10:54 UTC by itsjareds
-
I was looking to do the same thing so that I could convert my xcursors to Windows's .cur format. I ended up finding a plugin for GIMP that could read xcursor files, so the conversion was simple if you open the xcursor then save it as a png.
2009-07-25 04:09:58 UTC by itsjareds
-
Feature request:
To convert an xcursor file back into the png's and other files that the xcursor file was
made from. This program loads in the xcursor files--what would be needed to output
the png's and other files that were used to create the xcursor file?
The reason for this request is when you no longer have the source .pngs of a xcursor theme, and want to modify it further.
2009-07-24 18:55:19 UTC by smitchell5
-
The terminal command I used for the previous post to install the Numeric module was:
sudo apt-get install python-numeric
Ubuntu 9.04.
2009-07-10 23:34:41 UTC by itsjareds
-
I got the same problem as the original poster, tried both of the fixes brought up in this thread but I got stuck at:
ImportError: No module named Numeric
For this, I had to manually install the Numeric python module, and then I was able to get past this error. However, GursorMaker said it couldn't load any images when I started it. I did reach a GTK window, at least.
Error: can't load...
2009-07-10 23:33:38 UTC by itsjareds