Slashdot Mirror


Gnome 2.10 Sneak Peek

spectre_be writes "Davyd Madeley wrote a Sneak Peek at Gnome 2.10, scheduled for release on the March 9, 2005. Looks like the new release-policy is starting to pay of, as several existing utilities get enhancements and a couple of new ones are added. Also (finally) a mozilla-stylee type-ahead find has been implemented in Gnome's Open/Save dialog. Together with OpenOffice.org 2.0's scheduled release and Novell's Mono coming up to speed, will 2005 prove to be the year of Gnome?" Update: 01/18 01:40 GMT by T : Oops - the "2-point" got chopped off in the headline; still a while until GNOME 10.

1 of 436 comments (clear)

  1. Re:Open dialog still a monstrosity? by Mprx · · Score: 5, Interesting

    I'd agree, and I hate GTK 1.x. The old file selector allowed you to filter file lists, so you could type "*.mp3" then hit tab so only mp3 files would be shown. This is not possible in the new file selector, and the Mozzila style searching is not an acceptable substitute.

    This regression is probably a result of the GNOME developers simplicity-at-all-costs attitude, and they probably want filtering to be done by the application, eg. the mp3 player shows only mp3s, and using the MIME type system instead of extension. This might seem a superior solution, but actually it is not. The old file selector allowed any combination of wildcards in the search, so you could do things like "*report*" or "Track??.mp3". I think it even allowed regular expressions. This is a much more powerful system, and it didn't confuse newbies because they didn't know it existed.