Results 1 to 6 of 6

Thread: Larger Mouse Icon

  1. #1
    Join Date
    May 2012
    Beans
    30

    Larger Mouse Icon

    Hello,

    I am using Ubuntu 12.04.. Gnome.. I am wondering how do I make the mouse pointer bigger?? My mother needs it bigger to see better

    Thanks,
    Christopher

  2. #2
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,209
    Distro
    Ubuntu Budgie Development Release

    Re: Larger Mouse Icon

    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  3. #3
    Join Date
    May 2012
    Beans
    30

    Re: Larger Mouse Icon

    Quote Originally Posted by Frogs Hair View Post
    didnt work

    put it on 36.. still the same size even after reboot...

    It was already on TMZ WHITE..

  4. #4
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: Larger Mouse Icon

    First you need to find a cursor theme that contains larger cursors. Look at gnome-look.org, category X11 mouse themes.

    One such cursor theme: Flatbed Cursors which has 5 colors and 4 sizes.

    Download the cursor package (archive), extract the folder of the cursor you want to use from the archive, and then copy or move that folder into /usr/share/icons

    Then follow this post:

    http://ubuntuforums.org/showpost.php...5&postcount=17

    You need to create the 2-line file named cursor.theme if it is missing from inside the cursor's folder, and save it there:

    Code:
    [Icon Theme]
    Inherits=CursorName
    Replace CursorName with the exact name on the cursor's folder. Case Sensitive. For example, FlatbedCursors.Blue.Huge

  5. #5
    Join Date
    Nov 2012
    Beans
    10

    Re: Larger Mouse Icon

    i am trying to do the same thing but when i copy my cursors to the icons folder it give me a error and says permission denied. how do i fix that?

  6. #6
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: Larger Mouse Icon

    Quote Originally Posted by dodgeman4life View Post
    i am trying to do the same thing but when i copy my cursors to the icons folder it give me a error and says permission denied. how do i fix that?
    You need to start with sudo to give yourself temporary root privileges.

    Start terminal and navigate to the location of the extracted theme's folder, then:

    Code:
    sudo cp -r theme-folder-name /usr/share/icons
    'theme-folder-name' is the exact name of the theme folder you are copying.
    Last edited by Dennis N; November 25th, 2012 at 07:45 PM.

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
  •