Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2003 15:48:51 -0700
From:      George Hartzell <hartzell@kestrel.alerce.com>
To:        freebsd-gnome@freebsd.org
Subject:   Re: who's setting a wild-card'ed background color resource.
Message-ID:  <16277.47059.927449.720954@rosebud.alerce.com>
In-Reply-To: <16277.26860.235109.20911@rosebud.alerce.com>
References:  <16277.26860.235109.20911@rosebud.alerce.com>

next in thread | previous in thread | raw e-mail | index | archive | help
George Hartzell writes:
 > 
 > I just got done updating ports on my 4.8 (4.8-RELEASE-p7) laptop,
 > using the current ports tree (as of a couple of days ago).
 > 
 > [...]
 > 
 > The problem is: my custom background colors have disappeared.
 > 
 > [...]
 > 
 > I think what's killing me is this resource:
 > 
 >   *background:    #dcdad5
 > 
 > [...]
 > 
 > I can't figure out where it's getting set.  Is is part of one of the
 > myriad themes that the various gnome things use?
 > 
 > Pointers/suggestions would be appreciated.

I managed to solve the puzzle of "who is setting this", by following
the trail of breadcrumbs that I discovered by doing this:

    find /usr/X11R6 -type f -print | xargs grep -i beNiceToColormap

(beNiceToColorMap was a resource in the same suspicious block as the
background setting).

It seems that it's some portion of the
gnome-control-center/theme-manager/gnome-settings-daemon that's
"helping" me out with this.

There are a bunch of relevant files in
/usr/X11R6/share/gnome/control-center-2.0/xrdb, which are being used
as templates.

So, now the question is, how to control this behaviour.  I've
currently just commented out the entries that I don't like.  It sounds
like KDE has a check-box somewhere that controls whether it applies
colors etc... to non-kde apps.  Is there something like that in gnome
that I've missed?

g.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16277.47059.927449.720954>