Archive for January 10th, 2005
Subversion (SVN) and Redhat Enterprise Linux
The Whitebox/RHEL RPMs that are linked to from the Subversion download page were built against a non-standard set of dependencies and are basically impossible to install without breaking your entire RPM tree (or using –nodeps which would most likely end up with the same result).
These RPMs work much better:
http://people.redhat.com/jorton/Taroon-svn/
Changing a Gtk# widget’s background color
This is one of those things that isn’t really documented very well anywhere so I figured I’d post it up here so people searching google find it.
Some widgets, like a label or frame, are “window-less”. I don’t have any idea what this means other than you cannot change their background color independently of their parent. [...]