LinuxQuestions.org
Review your favorite Linux distribution.
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 07-28-2011, 06:30 PM   #1
cccc
Senior Member
 
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623

Rep: Reputation: 51
Changing default mouse cursor under Fluxbox


hi

I have wheezy with Fluxbox installed.
Howto change default mouse cursor colour from black to white?

Last edited by cccc; 07-29-2011 at 09:25 AM.
 
Old 07-28-2011, 08:18 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Using Gnome, you open the Gnome Control Center, go to Personal-->Appearance, and click "Customize" at the bottom of the dialog. One of the tabs allows you to change your mouse pointer.
 
Old 07-29-2011, 02:16 AM   #3
jim_p
Member
 
Registered: Aug 2009
Distribution: Debian testing
Posts: 564

Rep: Reputation: 131Reputation: 131
Since he is on fluxbox, he obviously lacks gnome control center :P

One way is to add something like this to ~/.Xdefaults
Code:
Xcursor.theme:   Vanilla-DMZ-AA
This will make the change to be DE independant though.

The other way is to install lxappearence > 0.50 (only available in unstable for now) and change it from there.
 
1 members found this post helpful.
Old 07-29-2011, 07:17 PM   #4
cccc
Senior Member
 
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623

Original Poster
Rep: Reputation: 51
Thx a lot, but I solved in another way:
Code:
# apt-get install dmz-cursor-theme
# update-alternatives --config x-cursor-theme
There are 2 choices for the alternative x-cursor-theme (providing /usr/share/icons/default/index.theme).

  Selection    Path                                     Priority   Status
------------------------------------------------------------
* 0            /usr/share/icons/DMZ-White/cursor.theme   90        auto mode
  1            /usr/share/icons/DMZ-Black/cursor.theme   30        manual mode
  2            /usr/share/icons/DMZ-White/cursor.theme   90        manual mode

Press enter to keep the current choice[*], or type selection number: 2
greetings
cccc

Last edited by cccc; 07-29-2011 at 07:20 PM.
 
Old 07-30-2011, 03:39 PM   #5
jim_p
Member
 
Registered: Aug 2009
Distribution: Debian testing
Posts: 564

Rep: Reputation: 131Reputation: 131
Lol, it seems there is an update-alternatives option for everything :P
 
Old 07-30-2011, 09:30 PM   #6
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Quote:
Originally Posted by jim_p View Post
Since he is on fluxbox, he obviously lacks gnome control center :P
Debian comes with Gnome by default. I also user Fluxbox with Debian. You can run it from the command line or put it in the Fluxbox menu or both.

Last edited by frankbell; 07-30-2011 at 09:36 PM.
 
Old 07-31-2011, 09:22 AM   #7
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by frankbell View Post
Debian comes with Gnome by default. I also user Fluxbox with Debian. You can run it from the command line or put it in the Fluxbox menu or both.
While this is true, many of us install with the netinstall disc to have a system more to our liking and with less "stuff" on it. If you just go with the minimum that you can use Gnome is not installed. You can build it from the tty login when you reboot to be anything you want.

FluxBox by itself would be easy and fast to install. Sounds neat to me.

I do have a Gnome/OpenBox install myself.
 
Old 07-31-2011, 08:11 PM   #8
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
OP's signature says

Quote:
Debian Wheezy Gnome

Last edited by frankbell; 07-31-2011 at 08:13 PM.
 
Old 08-01-2011, 02:37 PM   #9
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by frankbell View Post
OP's signature says
One of these days I really need to take the time to learn to read.
 
  


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
Changing cursor size in FluxBox beer.h Linux - Software 2 02-20-2006 04:07 PM
Could not open default cursor font 'cursor' at startx with slackware 10.2 bgryderclock Slackware 3 01-02-2006 10:36 PM
Changing the default (block) cursor major.tom Slackware 3 07-15-2005 07:28 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 09:45 AM.

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