GNOME Bugzilla – Bug 639284
port to gtk3
Last modified: 2011-03-04 02:26:02 UTC
Will post some patches for a gtk3 port.
Created attachment 178370 [details] [review] Drop GtkObject usage
Created attachment 178371 [details] [review] Port to GTK3
Created attachment 178372 [details] [review] Sync notification area stuff with shell And port to gtk3.
Created attachment 178373 [details] [review] Remove user switch applet The GNOME 3 shell has one and this one will move to the fallback panel.
Created attachment 178374 [details] [review] Use a GNOME 3 style for greeter panel In the new design the panel only affects settings for the current session, in this case the greeter session, and not the resulting login session.
Created attachment 178375 [details] [review] Disable resize grip on panel
Created attachment 178376 [details] [review] Remove notification area
Created attachment 178377 [details] [review] Add status menus
Created attachment 178378 [details] [review] Don't use a null icon
Created attachment 178379 [details] [review] The --gconf-prefix has been removed from g-s-d
Also pushed here: http://git.gnome.org/browse/gdm/log/?h=gnome3
Review of attachment 178374 [details] [review]: ::: gui/simple-greeter/gdm-greeter-panel.c @@ +906,3 @@ widget_class->show = gdm_greeter_panel_real_show; widget_class->hide = gdm_greeter_panel_real_hide; + widget_class->style_set = gdm_greeter_panel_real_style_set; I think part of your problem with colors is that the style-set signal has been replaced by style-updated
this is all done now i think.