Re: Fwd: Rox-Filer bug or missing feature
Norm Pierce <[email protected]> Wed, 19 Sep 2012 13:53:45 -0400 (EDT)
| Newsgroups | gmane.comp.desktop.rox.devel |
|---|---|
| Message-ID | <[email protected]> |
> ---------- Forwarded message ----------
> From: Piotr Karbowski
> Date: 2 September 2012 17:52
> Subject: Rox-Filer bug or missing feature
>
> . . .
>
> The arrow selection, when I move around with arrows I don't see where I
> am, the only way to tell is to hit space and then up arrow so I am back
> at the selected item.
>
> Is there a way to make it select current item or somehow show user where
> he is at?
Normally there is a rectangle drawn around your selection with a dotted
black line. Perhaps this line is there for you too, but is invisible
because you have changed the background color to black or have changed the
foreground color to white.
If you think that may be the case, try adding this to your
$HOME/.gtkrc-2.0 file (or whatever your personal gtkrc file is):
style "rox_view_collection"
{
fg[ACTIVE] = "#999999"
fg[INSENSITIVE] = "#999999"
}
widget_class "*ViewCollection*" style "rox_view_collection"
The color in this example is a light grey. Depending upon what your
background color is, you may want to use a color with better contrast.
If instead you want to change the background color, use base[NORMAL]. For
instance, this line would set the background to white:
base[NORMAL] = "#ffffff"
You didn't say whether you are using the default "Icons View" or the
alternative "List View". "List View" draws the rectangle with the NORMAL
foreground color, instead of the ACTIVE or INSENSITIVE foreground colors,
so use this instead for "List View":
style "rox_view_details"
{
fg[NORMAL] = "#999999"
}
widget_class "*ViewDetails*" style "rox_view_details"
Whoops, I just reread your message and see that Thomas Leonard already
suggested using the GTK default theme. If that didn't fix things for you,
this probably won't either. But I'll send it along anyway as an
alternative idea.
Norm Pierce
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html