LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-29-2011, 01:53 AM   #1
9sp7ky3
Member
 
Registered: Mar 2011
Posts: 105

Rep: Reputation: 0
trying to get a .cur file as my cursor


okay so i have this master sword .cur file in my downloads. i have ubuntu 10.10 and would like the master sword as my cursor it would fit amazingly with the entire zelda theme ive been putting together...walkthrough maybe?
 
Old 03-29-2011, 07:33 AM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
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
 
Old 03-29-2011, 11:01 AM   #3
9sp7ky3
Member
 
Registered: Mar 2011
Posts: 105

Original Poster
Rep: Reputation: 0
ive seen alot of people say imagemagick is the way to go....but whenever i try to download it theres like 400 different versions and im not sure which one would work for me any ideas? in case i didnt mention before im running ubuntu 10.10 maverick merekat...or however you spell it

revision: installed imagemagick...now my file is called Master-Sword with that code would i want to go into the terminal and type covert icon: Master-Sword.cur Master-Sword.png? cuz that didnt seem to work and as far as xcursorgen goes i can seem to find a straight up download for it....same problem with imagemagick....theres 500 versions and im not sure which one i would want

Last edited by 9sp7ky3; 03-29-2011 at 12:22 PM. Reason: revision
 
Old 03-29-2011, 04:00 PM   #4
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
You need to install them using your package manager, using apt-get.
Code:
apt-get install xcursorgen
Cheers,

Josh
 
Old 03-29-2011, 07:28 PM   #5
9sp7ky3
Member
 
Registered: Mar 2011
Posts: 105

Original Poster
Rep: Reputation: 0
i tried that it said permission denied...i figured to stick sudo in front of it so it got my permission and that seemed to work until it said xcursorgen is missing or has been obsoleted....it suggested an app called x11 app any thought on this?
 
Old 03-30-2011, 05:28 AM   #6
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Yes, you need to run apt-get as root, like you said with using sudo. Can you post the full output you are getting?
 
Old 03-30-2011, 01:06 PM   #7
9sp7ky3
Member
 
Registered: Mar 2011
Posts: 105

Original Poster
Rep: Reputation: 0
spiky@spiky-Aspire-7741:~$ sudo apt-get install xcursorgen
[sudo] password for spiky:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package xcursorgen is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
x11-apps

E: Package 'xcursorgen' has no installation candidate
spiky@spiky-Aspire-7741:~$



thats what i see when i type "sudo apt-get install xcursorgen"

i just want this cursor..."http://www.rw-designer.com/cursor-detail/1140" to work on ubuntu 10.10 maybe if someone could know how to do it from square one and just walk me through it step by step....thatd be grand
 
Old 03-30-2011, 01:07 PM   #8
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Ahh ok. Yeah you need to install x11-apps then so you can convert. Nothing is as easy in linux as you might think it is.
 
Old 03-30-2011, 09:17 PM   #9
9sp7ky3
Member
 
Registered: Mar 2011
Posts: 105

Original Poster
Rep: Reputation: 0
sudo apt-get install x11-apps?

---------- Post added 03-30-11 at 10:18 PM ----------

spiky@spiky-Aspire-7741:~$ sudo apt-get install x11-apps
[sudo] password for spiky:
Reading package lists... Done
Building dependency tree
Reading state information... Done
x11-apps is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
spiky@spiky-Aspire-7741:~$


apparently i have it
 
Old 03-31-2011, 06:56 AM   #10
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
So then you have it installed? Try using xcursorgen then
 
Old 04-03-2011, 01:02 AM   #11
9sp7ky3
Member
 
Registered: Mar 2011
Posts: 105

Original Poster
Rep: Reputation: 0
is it an app i need to download?
 
Old 04-03-2011, 12:04 PM   #12
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Seeing what output you got, it seems that it is already installed. Have you tried running it?
 
Old 04-04-2011, 10:28 PM   #13
9sp7ky3
Member
 
Registered: Mar 2011
Posts: 105

Original Poster
Rep: Reputation: 0
how do i go about running it? i cant find it in my applications preferences or administration
 
Old 04-05-2011, 06:36 AM   #14
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
It is made to be run from the command line...
 
Old 04-05-2011, 09:19 PM   #15
9sp7ky3
Member
 
Registered: Mar 2011
Posts: 105

Original Poster
Rep: Reputation: 0
okay.....sorry..how do i pull that off? what do i type and stuff?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
python cur.execute() strangeness Sambojambo Programming 3 12-30-2011 08:31 PM
Convert *.cur to x11 cursor file format? Xeratul Linux - General 4 03-06-2011 03:46 PM
Courier: Maildir invalid (no 'cur' directory) binjured Linux - General 1 06-11-2006 11:49 PM
Could not open default cursor font 'cursor' at startx with slackware 10.2 bgryderclock Slackware 3 01-02-2006 10:36 PM
boot from highpoint 1520 on CUR-DLS Clansman Linux - Hardware 1 04-30-2004 05:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration