From Fedora Project Wiki
(Changed category to FeaturePageIncomplete as the Feature was postponed to Fedora 19)
 
(12 intermediate revisions by 2 users not shown)
Line 11: Line 11:


== Current status ==
== Current status ==
* Targeted release: [[Releases/18 | Fedora 18 ]]  
* Targeted release: [[Releases/19 | Fedora 19 ]]  
* Last updated: 2012-05-04
* Last updated: 2012-09-07
* Percentage of completion: 25%
* Percentage of completion: 50%


A functioning prototype of the initial-setup application and its gdm integration has been written and the complete application is targeted
A functioning prototype of the initial-setup application and its gdm integration has been written and the complete application is targeted
for GNOME 3.6, see http://live.gnome.org/ThreePointFive/Features/InitialSetup
for GNOME 3.6, see http://live.gnome.org/ThreePointFive/Features/InitialSetup. We have a 0.2 release that is currently undergoing package review.
 
Since we have not gotten things testable in time for F18, the new plan is to get the package reviewed and available in F18, and only do the integration in gdm for F19. This also gives us more time to coordinate with the anaconda team to avoid overlap with the installer.


== Detailed Description ==
== Detailed Description ==
The initial-setup application will be started during the first boot of a newly installed Fedora desktop. It walks the user through a
The initial-setup application will be started during the first boot of a newly installed Fedora desktop. It walks the user through a
few essential setup setups:
few essential setup setups:
* Show a EULA screen (only if really necessary - the initial-setup application will support showing licenses/EULAs)
* Show EULA/license screens (not sure if we really need this for Fedora, but the initial-setup application will support showing licenses/EULAs in a generic way)
* Select your language
* Get on the network
* Get on the network
* Create a local user account or connect to an enterprise system
* Create a local user account or connect to an enterprise system
* Set the system time/location
* Set the system time/location
* Optionally, show legacy firstboot screens
* Set up online accounts, such as gmail or exchange
* Set up online accounts, such as gmail or exchange
The first few of these steps supersede equivalent firstboot functionality, and we expect that initial-setup will replace firstboot for the
The first few of these steps supersede equivalent firstboot functionality, and we expect that initial-setup will replace firstboot for the
Line 30: Line 34:
* runs halfway through the graphical boot
* runs halfway through the graphical boot
* uses a different environment and
* uses a different environment and
* ends up on the login screen,
* ends up on the login screen, initial-setup will
initial-setup will
* replace the login screen (only for the first boot),
* replace the login screen (only for the first boot),
* use the same environment as the regular desktop and
* use the same environment as the regular desktop and
Line 48: Line 51:


== Scope ==
== Scope ==
* the prototype work in the wip/initial-setup2 branch of gdm needs to be finished, and possibly moved to its own module
* complete the initial-setup application
* the initial-setup application needs to be packaged
* license/eula support in initial-setup needs to be implemented (DONE)
* the 'tour' part needs to be designed and implemented
* add support for enterprise accounts (DONE)
* gnome-shell needs a 'kiosk' mode that is suitable for use in this scenario
* investigate including legacy firstboot screens ([http://bugzilla.redhat.com/677787 #677787])
* the gdm integration needs to be made flexible enough to accommodate the livecd 'try-or-install' use case
* the initial-setup application needs to be packaged [http://bugzilla.redhat.com/show_bug.cgi?id=830328 review]
* gnome-shell needs a 'kiosk' mode that is suitable for use in this scenario (DONE)
* affected packages
* affected packages
** gdm
** gdm
** gnome-shell
** gnome-shell
** firstboot
** firstboot
* the 'tour' part needs to be designed and implemented
* later on, the gdm integration can to be made flexible enough to accommodate the livecd 'try-or-install' use case


== How To Test ==
== How To Test ==
Line 65: Line 71:
# Touch the file /etc/gdm/run-initial-setup and reboot. initial-setup should run again
# Touch the file /etc/gdm/run-initial-setup and reboot. initial-setup should run again
# Change /etc/gdm/custom.conf to InitialSetupEnable=False and restart gdm. Check that gdm now ignores the /etc/gdm/run-initial-setup file and does not go into the initial-setup screen
# Change /etc/gdm/custom.conf to InitialSetupEnable=False and restart gdm. Check that gdm now ignores the /etc/gdm/run-initial-setup file and does not go into the initial-setup screen


== User Experience ==  
== User Experience ==  
Line 74: Line 79:


== Contingency Plan ==
== Contingency Plan ==
If the 'tour' does not get completed, we can still use initial-setup (we will not offer a tour then, obviously).
If the 'tour' does not get completed, we can still use initial-setup (In this case, we will remove the 'Take a tour' button, obviously).


== Documentation ==
== Documentation ==
Line 81: Line 86:


== Release Notes ==
== Release Notes ==
The GNOME desktop in Fedora 18 now includes an application that helps new users with the initial setup of their system.
The GNOME desktop in Fedora 19 now includes an application that helps new users with the initial setup of their system.


== Comments and Discussion ==
== Comments and Discussion ==
* See [[Talk:Features/InitialExperience]]  
* See [[Talk:Features/InitialExperience]]  


[[Category:FeatureReadyForFesco]]
[[Category:FeaturePageIncomplete]]

Latest revision as of 14:18, 18 September 2012

Initial Experience

Summary

After installing a new Fedora desktop system there are a few essential things to set up before use. We want to provide a simple, easy, and safe way to do these things.

Owner

Current status

  • Targeted release: Fedora 19
  • Last updated: 2012-09-07
  • Percentage of completion: 50%

A functioning prototype of the initial-setup application and its gdm integration has been written and the complete application is targeted for GNOME 3.6, see http://live.gnome.org/ThreePointFive/Features/InitialSetup. We have a 0.2 release that is currently undergoing package review.

Since we have not gotten things testable in time for F18, the new plan is to get the package reviewed and available in F18, and only do the integration in gdm for F19. This also gives us more time to coordinate with the anaconda team to avoid overlap with the installer.

Detailed Description

The initial-setup application will be started during the first boot of a newly installed Fedora desktop. It walks the user through a few essential setup setups:

  • Show EULA/license screens (not sure if we really need this for Fedora, but the initial-setup application will support showing licenses/EULAs in a generic way)
  • Select your language
  • Get on the network
  • Create a local user account or connect to an enterprise system
  • Set the system time/location
  • Optionally, show legacy firstboot screens
  • Set up online accounts, such as gmail or exchange

The first few of these steps supersede equivalent firstboot functionality, and we expect that initial-setup will replace firstboot for the desktop spin. In contrast to firstboot, which

  • runs halfway through the graphical boot
  • uses a different environment and
  • ends up on the login screen, initial-setup will
  • replace the login screen (only for the first boot),
  • use the same environment as the regular desktop and
  • smoothly transition into the user session

We also want to offer a 'tour' of the GNOME 3 desktop at the end of the setup tasks, to help new users find their way in GNOME 3.

The gdm mode of running an application instead of the login screen, with the option to smoothly transition into a user session may also be used to run the 'try-or-install?' application on the live cd, before starting the liveuser session. Doing things this way will allow us to offer a language choice for the liveuser session in the 'try-or-install?' application (which is something we've lost when we switched to autologin for the liveuser).

Benefit to Fedora

We will provide an improved and smoother initial experience for new users of the Fedora desktop, and let them configure relevant parts of GNOME so that they end up on a fully functional desktop after going through the initial setup. In addition, the install experience of the desktop spin may be improved.

Scope

  • complete the initial-setup application
  • license/eula support in initial-setup needs to be implemented (DONE)
  • add support for enterprise accounts (DONE)
  • investigate including legacy firstboot screens (#677787)
  • the initial-setup application needs to be packaged review
  • gnome-shell needs a 'kiosk' mode that is suitable for use in this scenario (DONE)
  • affected packages
    • gdm
    • gnome-shell
    • firstboot
  • the 'tour' part needs to be designed and implemented
  • later on, the gdm integration can to be made flexible enough to accommodate the livecd 'try-or-install' use case

How To Test

  1. Boot a desktop livecd. Verify that you first see the 'try-or-install' application. Choosing 'try' should smoothly transition to the liveuser sssion, similar to the F17 livecd experience. Choosing 'install' should run the installer.
  2. Boot a freshly installed desktop system for the first time. Verify that you don't end on the login screen, but see the initial-setup application.
  3. Verify that all the screens of the initial-setup application function as expected and the settings are persisted into the newly created user account
  4. Reboot the system again. Verify that you don't get the initial-setup application again, but instead go to the login screen (or autologin, depending on the choices made when creating the user account)
  5. Touch the file /etc/gdm/run-initial-setup and reboot. initial-setup should run again
  6. Change /etc/gdm/custom.conf to InitialSetupEnable=False and restart gdm. Check that gdm now ignores the /etc/gdm/run-initial-setup file and does not go into the initial-setup screen

User Experience

See the design at http://live.gnome.org/GnomeOS/Design/Whiteboards/InitialSetup.

Dependencies

firstboot should be disabled for the desktop spin when initial-setup lands.

Contingency Plan

If the 'tour' does not get completed, we can still use initial-setup (In this case, we will remove the 'Take a tour' button, obviously).

Documentation

Release Notes

The GNOME desktop in Fedora 19 now includes an application that helps new users with the initial setup of their system.

Comments and Discussion