Where is .gtkrc on Ubuntu?

3

I want to manually edit my color scheme, but I can't seem to find it anywhere.

Matthew

Posted 2009-09-11T01:20:11.563

Reputation: 11 686

Answers

3

~/.themes/[your theme]/gtk-2.0/gtkrc

Matthew

Posted 2009-09-11T01:20:11.563

Reputation: 11 686

it could also be in /usr/share/themes/..... – hasen – 2009-09-11T02:44:11.803

2

There are two types of gtkrc files:

(1) "System-wide" theme files which reside in the location mentioned by hasen /usr/share/themes/<your theme>/gtk-2.0/gtkrc

(2) Your own customizations, which are stored in ~/.gtkrc-2.0 (Note that the 2.0 is important)

Usually there is no need to edit the system-wide files, and user customizations should be in the home directory

Cocoro Cara

Posted 2009-09-11T01:20:11.563

Reputation: 105

2

If you regularly update locatedb , you can use

locate .gtkrc

to locate files in Ubuntu

ukanth

Posted 2009-09-11T01:20:11.563

Reputation: 9 930

I just tried it, got 6 different results and none of them is my current theme – hasen – 2009-09-11T02:42:23.197