LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Convert *.cur to x11 cursor file format? (https://www.linuxquestions.org/questions/linux-general-1/convert-%2A-cur-to-x11-cursor-file-format-866816/)

Xeratul 03-06-2011 03:05 PM

Convert *.cur to x11 cursor file format?
 
Hello,

Visibly my WM is not capable to read else than the format X11 cursors, so no way to CUR or ANI

anyone would know how to make the convert?



Thank you in advance!
Cheers

corp769 03-06-2011 03:10 PM

You should be able to convert the file to a .png format using imagemagick, then use xcursorgen to convert to X11.
Code:

convert icon:file.cur file.png
Cheers,

Josh

Xeratul 03-06-2011 03:32 PM

Quote:

Originally Posted by corp769 (Post 4280788)
You should be able to convert the file to a .png format using imagemagick, then use xcursorgen to convert to X11.
Code:

convert icon:file.cur file.png
Cheers,

Josh

thank you!!

I actually was looking for the x11 theme:
- windows 95 ms
- windows xp ms

but surprinsingly it seems that no one made one like that ... so it seems that convert is the only way :( ...

corp769 03-06-2011 03:41 PM

Does it work though for you?

Xeratul 03-06-2011 03:46 PM

Quote:

Originally Posted by corp769 (Post 4280822)
Does it work though for you?

I will try as soon as possible...good night
btw, would you know why firefox is not taking my x11 themes? (url)


All times are GMT -5. The time now is 02:53 AM.