On Thu, 10 Aug 2000, Vladimir Klebanov wrote:
> Thomas,
>
> Here are two issues with ROX-Filer:
>
> I cannot get a .tar.gz file to be recognized as something more meaningful
> than just a plain app/x-gunzip. A .tgz works fine. Is it possible that the
> regex evaluation code is broken? I saw that Choices/MIME-info/Standard _has_
> (regex) rules for dealing with that by default.
Well, actually, there isn't any regexp code ;-) I just copied the file
straight from GNOME...
There won't be any regexp stuff until the next version of glib is out
(otherwise, I'll have to do it all twice). Also, I'm quite worried about
the potential speed hit of matching thousands of files against a dozen or
so expressions.
However, there is a possible solution to the .tar.gz problem in the TODO
file - try matching on each dot in turn (.tar.gz, then .gz) which would
work in this case, but not for things like `Makefile'.
> Another minor issue is binding keys to menu items. Binding something a ?
> makes a "shft-?" show beside the item. Shouldn't it rather be "?" or
> "shft-/" ?
I think we need the shft+ bit, otherwise people will get most
confused! And shft-/ isn't to easy to locate on the keyboard if you were
expecting `?' (but easier if you really wanted shft+/, of course!).
Anyway, it's not my problem ;-) It's part of Gtk+; Gimp is the same...
Thomas Leonard
--
ta...@us...
The ROX desktop (free/GPL) : http://rox.sourceforge.net
|