Quote:
Originally Posted by Mackx
3) iRex has patches the gtk version that is available on the DR so that it needs less screen-updates (which are slow on the DR). It seems that highlighting files is one of the features that is disabled. Apart from writting a complete new file-chooser I can not do anything on this issue.
|
The patches to GTK do change the behavior of drawing on some points but it is more likely that the highlighting is not visible due to the colors chosen in the system's GTK resource file (gtkrc). (
see GTK docs)
Applications can override the defaults by supplying a separate .rc file, typically in /usr/share/<package>/<package>.rc. Changing base[SELECTED] might do the job though GTK's resource system is somewhat incomprehensible so it can take some trail-and-error.