[gnome-initial-setup] Remove the trigger for the first-login mode



commit f2bc7d626e14f0c75b554a1269fca3b61a799073
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Oct 22 13:59:34 2013 -0400

    Remove the trigger for the first-login mode
    
    It wasn't really ever well-integrated to the system. It was sort
    of a kludge hack to spawn it here, and simply skip some pages.
    
    We're not removing the architecture behind the existing-user mode,
    as we might very well re-add a better-integrated mode later which
    skips some of these pages, but just keep it from spawning for now.

 .gitignore                                         |    1 -
 data/Makefile.am                                   |    3 ---
 data/gnome-initial-setup-first-login.desktop.in.in |   15 ---------------
 gnome-initial-setup/README                         |    6 ------
 po/POTFILES.in                                     |    1 -
 po/POTFILES.skip                                   |    1 -
 6 files changed, 0 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c6c7db..2ced9bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,7 +60,6 @@ gnome-initial-setup/pages/account/account-resources.[ch]
 gnome-initial-setup/pages/account/um-realm-generated.[ch]
 gnome-initial-setup/pages/summary/summary-resources.[ch]
 
-gnome-initial-setup-first-login.desktop
 gnome-initial-setup.desktop
 gnome-initial-setup-copy-worker.desktop
 gnome-welcome-tour.desktop
diff --git a/data/Makefile.am b/data/Makefile.am
index f9a9e12..60dea25 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -32,7 +32,6 @@ EXTRA_DIST =                                          \
        gnome-welcome-tour                              \
        setup-shell.desktop                             \
        gnome-welcome-tour.desktop.in.in                \
-       gnome-initial-setup-first-login.desktop.in.in   \
        gnome-initial-setup.desktop.in.in               \
        gnome-initial-setup-copy-worker.desktop.in.in   \
        gnome-initial-setup.session                     \
@@ -44,7 +43,6 @@ CLEANFILES =                                          \
        gnome-initial-setup.desktop                     \
        gnome-initial-setup-copy-worker.desktop.in      \
        gnome-initial-setup-copy-worker.desktop         \
-       gnome-initial-setup-first-login.desktop         \
        gnome-welcome-tour.desktop.in                   \
        gnome-welcome-tour.desktop                      \
        $(NULL)
@@ -53,7 +51,6 @@ autostartdir = $(sysconfdir)/xdg/autostart
 autostart_DATA =                                       \
        gnome-welcome-tour.desktop                      \
        gnome-initial-setup-copy-worker.desktop         \
-       gnome-initial-setup-first-login.desktop         \
        $(NULL)
 
 libexec_SCRIPTS =                                              \
diff --git a/gnome-initial-setup/README b/gnome-initial-setup/README
index d997744..9a4bc6a 100644
--- a/gnome-initial-setup/README
+++ b/gnome-initial-setup/README
@@ -58,12 +58,6 @@ configuration to provide suitable permissions for the gnome-initial-setup
 user. The rules file is removed again together with the
 gnome-initial-setup user account.
 
-gnome-initial-setup also has a session mode which activates gnome-initial-setup when a user first logs in. 
The gnome-initial-setup-first-login.desktop in the
-xdg autostart directory utilises gnome-session to check if the user has a
-gnome-initial-setup-done file in their XDG_CONFIG_DIR if they don't
-gnome-initial-setup will launch with pages that are suitable for a
-non-privileged user and on exiting will write the done file.
-
 TODO
 ----
 
diff --git a/po/POTFILES.in b/po/POTFILES.in
index bcf00c0..86ad724 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,4 @@
 data/gnome-initial-setup.desktop.in.in
-data/gnome-initial-setup-first-login.desktop.in.in
 gnome-initial-setup/gis-assistant.c
 gnome-initial-setup/gnome-initial-setup.c
 gnome-initial-setup/pages/account/gis-account-page.c
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index f975804..59983c1 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,2 +1 @@
 data/gnome-initial-setup.desktop.in
-data/gnome-initial-setup-first-login.desktop.in


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