Skip navigation.

GNOME 2.10 Beta screenshots

Gnome 2.x
Gnome 2.x

OSDir.com has created a slide show with 47 screenshots of the recent GNOME beta release. You can view the slide show here. Their previous slideshow with 101 screenshots of GNOME 2.9.4 is available here.

Then apparently I misunderstood...

Well then, apparently I misunderstood what you previously wrote. Could you clarify?

Worse yet, is the reconnect status dialog, with the keyboard focus defaulted to the cancel button. It pops up and steals focus, usually while I'm typing something, so by the time I know its there, I've already cancelled it. To make matters worse, if it fails, it just keeps popping up, and stealing focus.

Are you talking about GAIM like the parent poster? Is this reconnect status dialog also a dialog from GAIM? And by "while I'm typing something", in which application are you typing? (Sorry to ask all these questions, but I don't use GAIM or any IM program and am thus not very familiar with them) I had assumed that you were using different applications before, but if everything involves the same process, then this is a bug in that program. In that case, you should file a bug against that application and point them to a recent d-d-l email about what apps are supposed to do in regards to focus stealing prevention. For this case, since the dialog is obviously an unexpected popup, they should be calling gtk_window_set_focus_on_map(window, FALSE) before showing the window.