Results 1 to 2 of 2

Thread: Can't change cursor theme in non-GTK windows

  1. #1
    Join Date
    Apr 2020
    Beans
    4

    Can't change cursor theme in non-GTK windows

    I'm have issues changing my cursor from DMZ-Black to Oreo_Blue_Cursors. In GTK windows (Google Chrome, Firefox, etc.) the cursor works fine but when I go to non-GTK windows (The desktop, etc.) the cursor defaults to a low res DMZ-Black cursor. Even when using the built-in cursors like Yaru it still happens. I have tried just about everything from overwriting the DMZ-Black folder with my cursor to trying to move the cursor to the /usr/share/icons folder. I have looked through multiple threads about the same issue and none seem to fix the problem. When installing Ubuntu 20.04 I had issues loading the login screen and had to install lightdm, maybe that has something to do with it, but I don't know.
    Last edited by littledj; May 14th, 2020 at 03:31 AM.

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

    Re: Can't change cursor theme in non-GTK windows

    You may need to change the default cursor to your new theme. Follow these steps in Getting Cursor to Work Everywhere:

    First, the cursor theme folder must be located in /usr/share/icons. Copy it there if necessary.
    Then, we install the new cursor into what's called the alternatives system (used in Debian-based distros like Ubuntu):
    Code:
    sudo update-alternatives --install /usr/share/icons/default/index.theme x-cursor-theme /usr/share/icons/put-cursor-theme-name-here*/cursor.theme 20
    Then we make the new cursor the default. Follow the instructions at the bottom of the output from this command to do that:
    Code:
    sudo update-alternatives --config x-cursor-theme
    The new cursor should now appear everywhere. Reboot may be needed.

    *this name appears on the cursor folder. For example, DMZ-White.

Tags for this Thread

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
  •