[nautilus] application: register with gnome-session
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] application: register with gnome-session
- Date: Thu, 28 Feb 2013 03:24:38 +0000 (UTC)
commit ce00addf4a754fcd2224d0ccd7559e269de73ab8
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Feb 27 22:23:23 2013 -0500
application: register with gnome-session
This is needed for classic mode, since we're a required component of
that session.
https://bugzilla.gnome.org/show_bug.cgi?id=694834
src/nautilus-application.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index 9e2eb2e..bf1ee60 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -1637,5 +1637,6 @@ nautilus_application_new (void)
"application-id", "org.gnome.Nautilus",
"flags", G_APPLICATION_HANDLES_OPEN,
"inactivity-timeout", 12000,
+ "register-session", TRUE,
NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]