Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 14739  / 1 Year ago, wed, february 8, 2023, 9:18:45

If I open gnome-tweak-tool, go to the Theme section and choose the DMZ-Black cursor theme, my default cursor stays exactly the same. However, the other cursor images (like when I move a window or hover over a link) are the correct ones from the DMZ-Black theme. The same happens if I choose the Adwaita theme, for example.



Does anyone know why this is? How can I completely change my cursor theme so that the default cursor is also changed?


More From » settings

 Answers
2

Multi-user 14.04



If you have only one user on your system, it will be ok to change default curser theme, whether by copying DMZ-Black contents onto DMZ-White, or changing default index.theme content, or even using command sudo update-alternatives --config x-cursor-theme.



But on a multi-user system, you need to personalize for yourself alone without affecting other users. Well, it's not so hard. You just need to make a "default" curser theme under your home.



Let's change the cursor theme in steps:



Via Terminal




  1. gsettings set org.gnome.desktop.interface cursor-theme "DMZ-Black" – simply replace "DMZ-Black" with your desired theme

  2. mkdir ~/.icons/default

  3. gedit ~/.icons/default/index.theme

  4. copy the following lines in the text file and save it:



    [Icon Theme]
    Inherits=DMZ-Black


    – again replace "DMZ-Black" with your desired theme.




Via GUI




  1. Install Dconf Editor or Unity Tweal Tool to be able to change the cursor theme;

  2. On Dconf Editor, search for "cursor-theme", double click it and change the value to "DMZ-Black" or your desired theme.



    Change mouse cursor theme via Dconf Editor



    Alternatively on Unity Tweak Tool under Apearance, go to Cursors and select "DMZ-Black" or your desired theme.



    Change mouse cursor theme via Unity Tweak Tool


  3. Open Files (Nautilus) and go to ~/.icons (make one if there isn't any);


  4. Make a new folder, name it default and open it;

  5. Make an empty document and name it index.theme;

  6. Open the file, paste the following lines and save it:



    [Icon Theme]
    Inherits=DMZ-Black


    You can replace "DMZ-Black" with your desired theme.



    Default cursor theme




This works also on Synaptic Package Manager and Nautilus with root privileges.



Source: Raschix's comment on a post from webupd8.org 4 years ago!


[#42796] Thursday, February 9, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sertold

Total Points: 445
Total Questions: 123
Total Answers: 113

Location: Burundi
Member since Wed, Sep 28, 2022
2 Years ago
sertold questions
Wed, Dec 21, 22, 16:02, 1 Year ago
Fri, Dec 31, 21, 01:50, 2 Years ago
Thu, Jun 16, 22, 23:30, 2 Years ago
Mon, Mar 7, 22, 16:21, 2 Years ago
Tue, Mar 29, 22, 02:11, 2 Years ago
;