[gnome-session] gnome-session/README: rename enum to match the code
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-session] gnome-session/README: rename enum to match the code
- Date: Tue, 3 Sep 2013 14:11:42 +0000 (UTC)
commit 3523fb28bda0396fd87c409d4c310d5680f0837f
Author: Alban Crequy <alban crequy collabora co uk>
Date: Mon Aug 19 20:38:53 2013 +0100
gnome-session/README: rename enum to match the code
gnome-session/README | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gnome-session/README b/gnome-session/README
index 8b1f7aa..99ccc43 100644
--- a/gnome-session/README
+++ b/gnome-session/README
@@ -9,14 +9,14 @@ and session files to create a list of GsmApps to be started.
(GsmAppAutostart represents an autostarted app, and GsmAppResumed
represents an app resumed from the previous saved session.)
-Startup is divided into 6 phases (GsmSessionPhase):
+Startup is divided into 6 phases (GsmManagerPhase):
- * GSM_SESSION_PHASE_STARTUP covers gnome-session's internal
+ * GSM_MANAGER_PHASE_STARTUP covers gnome-session's internal
startup, which also includes starting gconfd and dbus-daemon (if
it's not already running). Gnome-session starts up those
explicitly because it needs them for its own purposes.
- * GSM_SESSION_PHASE_INITIALIZATION is the first phase of "normal"
+ * GSM_MANAGER_PHASE_INITIALIZATION is the first phase of "normal"
startup (ie, startup controlled by .desktop files rather than
hardcoding). It covers low-level stuff like
gnome-settings-daemon and at-spi-registryd, that need to be
@@ -27,18 +27,18 @@ Startup is divided into 6 phases (GsmSessionPhase):
in gnome-session's environment. This can be used for things like
$GTK_MODULES, $GNOME_KEYRING_SOCKET, etc
- * GSM_SESSION_PHASE_WINDOW_MANAGER includes window managers and
+ * GSM_MANAGER_PHASE_WINDOW_MANAGER includes window managers and
compositing managers, and anything else that has to be running
before any windows are mapped
- * GSM_SESSION_PHASE_PANEL includes anything that permanently takes
+ * GSM_MANAGER_PHASE_PANEL includes anything that permanently takes
up screen real estate (via EWMH struts). This is the first phase
where things actually appear on the screen.
- * GSM_SESSION_PHASE_DESKTOP includes anything that draws directly
+ * GSM_MANAGER_PHASE_DESKTOP includes anything that draws directly
on the desktop (eg, nautilus).
- * GSM_SESSION_PHASE_APPLICATION is everything else (normal apps,
+ * GSM_MANAGER_PHASE_APPLICATION is everything else (normal apps,
tray icons, etc)
For each startup phase, GsmSession launches the appropriate GsmApps.
@@ -54,7 +54,7 @@ of resumed apps.
Running/Shutdown
----------------
-GSM_SESSION_PHASE_RUNNING is pretty similar to the old gnome-session;
+GSM_MANAGER_PHASE_RUNNING is pretty similar to the old gnome-session;
mostly it just tracks XSMP clients, and watches for
SmRestartImmediately clients exiting (NOTE: THIS DOESN'T HAPPEN YET).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]