[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Ubuntu logout dialog patch in Debian [Discuss]



Am Montag, den 25.06.2007, 07:34 +0100 schrieb Alan Baghumian:
> Hi,
> 
> In my opinion:
> 
> 1) It has a simple interface and a all-in-one structure.

But is this a benefit? There are a lot of buttons right in front of you,
that do not follow the common GNOME look and feel.

> 2) It's bound to gnome power manager so can automatically add/remove
> suspend and hibernate buttons. Currently GNOME's logout dialog can not
> detect suspension/hibernate capability of the system correctly.

The GNOME dialog also queries the power manager:
if (panel_power_manager_can_suspend(logout_dialog->priv->power_manager))
	gtk_dialog_add_button (GTK_DIALOG (logout_dialog),
                               _("S_uspend"),
                               PANEL_LOGOUT_RESPONSE_STR);

Cheers,

Sebastian



Reply to: