Results 1 to 3 of 3

Thread: Mouse cursor theme not changing

  1. #1
    Join Date
    Jul 2008
    Location
    North Carolina
    Beans
    478
    Distro
    Ubuntu 10.04 Lucid Lynx

    Mouse cursor theme not changing

    Hi, for some reason when I change my cursor theme to anything except DMZ-White (the default) on Ubuntu, the theme will not change even after a reboot. I only see the new theme when the cursor changes for certain things such as hovering over a link or hovering over a textbox. I also see the new cursor theme when I have the mouse inside a flash app. However, on the normal desktop or normal use I still see the old default cursor theme.

    Any suggestions?
    Good judgment comes from experience, and often experience comes from bad judgment.

  2. #2
    Join Date
    Apr 2010
    Location
    England
    Beans
    3,286

    Re: Mouse cursor theme not changing

    Using Compiz?

    It's a fairly common problem if you are. Creating a new document at ~/.icons/default, calling it "index.theme" opening it with gedit (or equivalent) and putting the following content in it:
    Code:
    [Icon Theme]
    Name = 
    Comment = 
    Example = 
    Inherits = <NAME OF CURSOR THEME YOU WANT>
    fixes it. You can put whatever you want after Name, Comment and Example, but make sure you put the exact name of the cursor theme after Inherits. Log out and back in, and it should display the cursor you want.
    http://xkcd.com/293/
    There are 10 kinds of people in this world: Those who understand ternary, those who don't, and those who confuse it with binary.

  3. #3
    Join Date
    Jul 2008
    Location
    North Carolina
    Beans
    478
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Mouse cursor theme not changing

    Thanks, that seemed to fix it stinks that I have to do that for every theme change. Do you know if a bug is already reported?

    Before your response I found a way to do the same thing except system-wide for all users using this command:

    Code:
    sudo update-alternatives --config x-cursor-theme
    Then choose the number of the theme you want to use.
    Good judgment comes from experience, and often experience comes from bad judgment.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •