LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-25-2006, 11:17 PM   #1
DARKGuy
LQ Newbie
 
Registered: Jan 2005
Distribution: Ubuntu 6.06 Dapper Drake
Posts: 28

Rep: Reputation: 15
Question Changing the X cursor theme in Debian


Greetings!

Well, I'm tired of asking on -some- channels in Freenode so I guess I could go here and ask (and at least get an answer... even if it's an 'I don't know', which is better I guess rather than not answering... anyways) how to change the X cursor theme in Debian Etch? I've tried using gcursor but doesn't changes the theme, even though when I run it again, the selected theme is highlighted, which should mean it worked... but it didn't. Also tried some tutorials online for installing the cursor themes (using something named update-alternatives) and didn't worked either so...

Can anybody lend me a hand?

Thanks in advance
 
Old 02-26-2006, 02:01 AM   #2
acanton
Member
 
Registered: Jul 2004
Posts: 115

Rep: Reputation: 15
Try as root:

update-alternatives --config x-cursor-theme

and see if that has what you want.

Al
 
Old 02-26-2006, 08:19 AM   #3
DARKGuy
LQ Newbie
 
Registered: Jan 2005
Distribution: Ubuntu 6.06 Dapper Drake
Posts: 28

Original Poster
Rep: Reputation: 15
I tried that, but it didn't worked either
 
Old 02-26-2006, 08:30 AM   #4
lpd
Member
 
Registered: Nov 2004
Distribution: Debian Unstable
Posts: 77

Rep: Reputation: 15
I installed the Artwiz cursor theme (artwiz-cursor)... but IIRC it wasn't a pretty installation. I think it overwrote the default X cursors so I probably need to reinstall those if I want to switch back. I think the X cursors are stored as a special font somewhere. Not sure if that helps you.
 
Old 02-26-2006, 12:12 PM   #5
dracae
Member
 
Registered: Feb 2006
Location: Oklahoma
Distribution: Debian Sid and Etch
Posts: 423

Rep: Reputation: 30
I had this problem on an etch box, the only way I could get it to change was to change the name of the directory /usr/X11R6/lib/X11/icons/whiteglass
 
Old 02-26-2006, 04:19 PM   #6
acanton
Member
 
Registered: Jul 2004
Posts: 115

Rep: Reputation: 15
Quote:
Originally Posted by DARKGuy
I tried that, but it didn't worked either
I assume you restared your wm afterward? (alt-ctl-backspace on kde).

Al
 
Old 02-26-2006, 10:20 PM   #7
DARKGuy
LQ Newbie
 
Registered: Jan 2005
Distribution: Ubuntu 6.06 Dapper Drake
Posts: 28

Original Poster
Rep: Reputation: 15
I'll try that Dracae

Acanton, yep I did, and it had no effect.
 
Old 02-27-2006, 01:23 AM   #8
nenotnom
LQ Newbie
 
Registered: Sep 2005
Location: Sweden
Distribution: Debian Etch
Posts: 6

Rep: Reputation: 0
What WM/DE are you using?
 
Old 02-27-2006, 02:30 AM   #9
DARKGuy
LQ Newbie
 
Registered: Jan 2005
Distribution: Ubuntu 6.06 Dapper Drake
Posts: 28

Original Poster
Rep: Reputation: 15
XFCE 4.2.3.2 (XFCE 4.2)

That's according to the about box.

By the way, even tried editing the xorg.conf, didn't worked... also tried using Kcontrol, didn't worked either, both as root and not root...
 
Old 02-27-2006, 04:48 AM   #10
nenotnom
LQ Newbie
 
Registered: Sep 2005
Location: Sweden
Distribution: Debian Etch
Posts: 6

Rep: Reputation: 0
XFCE seems to have a lot in common with Gnome, so maybe try putting the cursors in ~/.icons and see if they show up somewhere in the control panel?
 
Old 02-27-2006, 09:11 AM   #11
DARKGuy
LQ Newbie
 
Registered: Jan 2005
Distribution: Ubuntu 6.06 Dapper Drake
Posts: 28

Original Poster
Rep: Reputation: 15
Nope, and the mouse control panel of XFCE can't change mouse themes... though, IIRC (I'm under Windows atm) I think the theme appears in the Icon Set in the User Interface settings... but doesn't changes anything, either.

Edit: What I mean is, it seems that everything can detect the new cursor themes (even update-alternatives) but nothing can apply them :/, not even the crystal cursor themes in the apt repository, which I consider weird... shouldn't it work?

Last edited by DARKGuy; 02-27-2006 at 11:57 AM.
 
Old 02-27-2006, 01:58 PM   #12
dracae
Member
 
Registered: Feb 2006
Location: Oklahoma
Distribution: Debian Sid and Etch
Posts: 423

Rep: Reputation: 30
What is the output of:
ls -l /etc/alternatives/x-cursor-theme
and
cat /etc/alternatives/x-cursor-theme
and
ls -l /usr/X11R6/lib/X11/icons/default/index.theme
and
cat /usr/X11R6/lib/X11/icons/default/index.theme
 
Old 02-27-2006, 04:41 PM   #13
DARKGuy
LQ Newbie
 
Registered: Jan 2005
Distribution: Ubuntu 6.06 Dapper Drake
Posts: 28

Original Poster
Rep: Reputation: 15
$ ls -l /etc/alternatives/x-cursor-theme
lrwxrwxrwx 1 root root 43 2006-02-27 04:50 /etc/alternatives/x-cursor-theme -> /usr/share/crystalcursors/crystalblue.theme

$ cat /etc/alternatives/x-cursor-theme
[Icon Theme]
Inherits = crystalblue

$ ls -l /usr/X11R6/lib/X11/icons/default/index.theme
ls: /usr/X11R6/lib/X11/icons/default/index.theme: directory or file does not exist

$ cat /usr/X11R6/lib/X11/icons/default/index.theme
cat: /usr/X11R6/lib/X11/icons/default/index.theme: directory or file does not exist

(My Debian's in Spanish, so I translated the "directory or file does not exist" message from Spanish)
 
Old 02-27-2006, 04:43 PM   #14
dracae
Member
 
Registered: Feb 2006
Location: Oklahoma
Distribution: Debian Sid and Etch
Posts: 423

Rep: Reputation: 30
/usr/X11R6/lib/X11/icos/default/index.theme should be a symbolic link to /etc/alternatives/x-cursor-theme
 
Old 02-27-2006, 05:03 PM   #15
DARKGuy
LQ Newbie
 
Registered: Jan 2005
Distribution: Ubuntu 6.06 Dapper Drake
Posts: 28

Original Poster
Rep: Reputation: 15
How do I do a symbolic link? I've heard about them but don't know how to set/edit/use them :/

Edit: Oh wait, IT WORKED!!!! YAY!!!! all I had to do was "ln -s index.theme /etc/alternatives/x-cursor-theme" and then after an X restart... WHOOT, it works!!! thanks a lot!!

Last edited by DARKGuy; 02-27-2006 at 05:39 PM.
 
  


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
Make a cursor theme J_K9 Linux - General 0 02-13-2006 04:41 AM
kde / gtk cursor-theme / theme issue - gentoo imperfect Linux - Newbie 1 01-08-2006 05:09 PM
original cursor and blueprint theme jaakkop Linux - Software 1 04-01-2005 10:00 PM
changing mouse cursor r4f Linux - Newbie 7 02-22-2005 02:09 PM
Changing your mouse cursor in fluxbox? jagsfan Linux - Newbie 0 11-02-2003 04:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 10:10 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