LaneLester wrote:Thanks for the tips, guys.
I did notice my setting for cursor size took effect only in the active window, but I felt there should be some way to change the size everywhere.
I installed the Chameleon theme, but for the life of me, I can't find where I can access the cursors it provides.
I've been using Linux for years, but Zorin is making feel like a newbie. I've been mostly using KDE for my DE.
Lane
Here's what I did to make my cursor large enough for me to see:
1. Install dconf-tools from the software repository.
2. Open a terminal and type ~/.Xresources and hit enter. Be sure to make the "X" a capital and don't forget the tilde before / and . after the /
3. In the file that now opens up type-
Xcursor.size 32
Could also use 16, 32, 48, or 64
Now save and close this file.
4. Now got to Dconf-Editor (under system tools) and navigate to Org > Desktop > Interface > Cursor Size
Change cursor size to match size selected above. 32 is about right for me. The size entered here in Dconf is just for information and
will not change the cursor size. That will need to be done using the Xcursor size file in the above instructions.
5. Now just reboot your system and enjoy a more visible cursor!
By the way Lane this method will maintain the cursor size in all windows and apps until you make another change! This method of cursor sizing has for me worked on several flavors of distros based on the Ubuntu platform.