mirror of
https://github.com/brl/mutter.git
synced 2025-08-10 10:24:47 +00:00
core: make session registration an explicit step
gnome-shell shouldn't announce to the session manager it's "ready" until it's fully initialized. It currently tells the session manager it's ready as soon as it hits the main loop. This causes nautilus in classic mode to start before we have workspaces initialized. https://bugzilla.gnome.org/show_bug.cgi?id=694876
This commit is contained in:
@@ -26,9 +26,10 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
GOptionContext *meta_get_option_context (void);
|
||||
void meta_init (void);
|
||||
int meta_run (void);
|
||||
GOptionContext *meta_get_option_context (void);
|
||||
void meta_init (void);
|
||||
int meta_run (void);
|
||||
void meta_register_with_session (void);
|
||||
gboolean meta_get_replace_current_wm (void); /* Actually defined in util.c */
|
||||
|
||||
void meta_set_wm_name (const char *wm_name);
|
||||
|
Reference in New Issue
Block a user