LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi
User Name
Password
Bodhi This forum is for the discussion of Bodhi Linux.

Notices


Reply
  Search this Thread
Old 06-27-2020, 07:55 PM   #16
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184

Quote:
Originally Posted by questionsBot View Post
I do not seem to have any of those directories?

There was ~/.config/gtk-3.0 and ~/.config/gtk-2.0 but they didn't have any ini files in them.

I couldn't see a "Xcursor?
~/.gtkrc-2.0 is not a directory, but a hidden file (often listed after hidden and regular directories in pcmanfm) in your home directory. neither the .Xdefaults (seems like it might be deprecated) nor Xcursor settings had any effect on my system.

i was able to change the shape and color of my mouse pointer (via a theme) with lxappearance. doing so changed both ~/.gtkrc-2.0 as well as the .ini file in the 3.0 directory. my assumption would be that ondoho is correct that if you want a larger cursor, you need to find a theme that provides them.

in addition to the ones listed by teckk, these are also available:
https://packages.ubuntu.com/search?k...ic&section=all
 
Old 06-28-2020, 03:59 AM   #17
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by questionsBot View Post
yeah.. I'm asking how you do that.
either
create your own cursor theme
or
install another cursor theme

and make it the current one with one of the methods already described.
 
Old 06-28-2020, 05:27 AM   #18
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,151
Blog Entries: 6

Rep: Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835
Quote:
I do not seem to have any of those directories?
Some use ~/.Xresources instead of ~/.Xdefaults
Xdefaults is older. Looks like most Display managers use ~/.Xresources

~/.Xdefaults
Code:
Xft.dpi: 100
Xcursor.theme: default
Xcursor.size: 40
XTerm*background: black
XTerm*foreground: white
XTerm*faceName: Monospace
XTerm*faceSize:  14
xpdf*geometry: 1000x1000
xcalc.ti.button3.label: SQRT
xcalc.ti.button16.label: PI
...
~/.gtkrc-2.0 is the configuration file for gtk2. You can specify theme, font, cursers in it
Code:
gtk-icon-theme-name="Tangerine"
gtk-theme-name="gtk2theme"
gtk-font-name = "Sans 14"
gtk-cursor-theme-size=40
...
~/.config/gtk-3.0/settings.ini
Code:
[Settings]
gtk-icon-theme-name = Tangerine
gtk-theme-name = gtk3theme
gtk-font-name = Sans 14
gtk-application-prefer-dark-theme = true
gtk-cursor-theme-size = 40
...
 
Old 06-28-2020, 11:37 AM   #19
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,399

Rep: Reputation: 561Reputation: 561Reputation: 561Reputation: 561Reputation: 561Reputation: 561
FYI, on bodhi, I did have ~/.config/gtk-3.0/settings.ini but it only had one setting in it, and probably something I set in a gtk-app somewhere? If you dont have it, you can probably create it.

Code:
[Settings]
gtk-application-prefer-dark-theme=0

Last edited by enigma9o7; 06-28-2020 at 11:38 AM.
 
Old 06-28-2020, 10:18 PM   #20
questionsBot
Member
 
Registered: Jun 2020
Posts: 104

Rep: Reputation: Disabled
still not able to change mouse theme...

I have lexperince installed like people said.. I loaded it and downloaded a few icon packs to test, unarchived them into users/shared/icons and can see them in the options... hit apply.. nothing happens.

The only thing I can seem to see that effects it is the mouse options in bodhi settings itself, with the scale slider... but I can not see how to change the icons there to larger bitmaps.
 
Old 06-28-2020, 10:48 PM   #21
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
for the record, my changed cursor is not a whole lot bigger than the bodhi default. i still think you would have to find a theme that is specifically larger for that to change.

that being said, i didn't document how i changed mine very well. i notice when i open lxappearance and click on the button to install a new theme, in the bottom right-hand corner it says it is looking for a tar.bz or tar.gz file (the whole theme still compressed). the one place i still have an uncompressed icon theme is in ~/.icons. i think lxappearance decompresses the theme and puts the sets in /usr/share/icons.

i would add that i have two theme sets in ~/.icons and for whatever reason lxappearance ignores/won't install them both.

edit: (i really didn't document well) i think you might even need to reboot or at least log out and back in for the new cursor theme to take effect in all programs.

Last edited by cordx; 06-28-2020 at 10:50 PM. Reason: missed a spot
 
Old 06-28-2020, 11:44 PM   #22
zaivala
Member
 
Registered: Mar 2008
Location: Blaine TN USA
Distribution: Linux Mint 20.1 Bodhi 6, OpenMandriva Lx 4.2, others
Posts: 264

Original Poster
Blog Entries: 52

Rep: Reputation: 51
You would think there would be some way to install a universal cursor setup, like Chameleon Cursor. But that's OK, sorry to have caused so much pain by bringing this up.
 
Old 06-28-2020, 11:48 PM   #23
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
chameleon is actually the one i downloaded that lxappearance refuses to install. crystal cursor installed just fine, is slightly larger than the bodhi default and has a couple of colors to choose from. i didn't try any others.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] mouse pointer size - growing through shaking and/or moving fast pisti Linux - Desktop 9 02-16-2019 10:23 AM
how to increase size of mouse pointer SAA Linux - Desktop 1 08-31-2007 01:38 PM
mouse pointer snap to window resize in metacity: increase size of region? jhwilliams Linux - Software 0 06-22-2007 03:01 PM
Fedora Core 2 + KDE, can´t set mouse pointer size in .Xdefaults rlinuz Fedora 0 06-20-2004 12:23 PM
increase point size size when printing PDF files newlin Red Hat 0 09-27-2003 07:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi

All times are GMT -5. The time now is 11:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration