GDMConfigureTool

Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2009-07-16 08:24:04
Size: 354
Editor: 203-219-185-1
Comment:
Revision 10 as of 2009-07-23 23:19:26
Size: 2843
Editor: 203-219-185-1
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:

Since the transition from GDM 2.20 to 2.26 there is no longer a graphical facility to configure preferences for GDM.

Ubuntu bug:
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/395299

GNOME bug:
http://bugzilla.gnome.org/show_bug.cgi?id=587750

GNOME task to add background setting to appearance applet:
http://bugzilla.gnome.org/show_bug.cgi?id=536531
Line 8: Line 20:

Without a tool an average user will not be able to change the login settings from the default.
Line 9: Line 24:

 * Mike wants to have his user automatically log in
 * Jim wants to change the background of the login screen
Line 10: Line 29:

The changes will involve

 * Producing patches to implement the user interface
Line 11: Line 35:

Option A
 * Produce a stand-alone gdmsetup tool with the following options:
  * Default user
  * Login delay
  * Background

{{attachment:gdmsetup-2.28-mockup-unauthorised.png}}
{{attachment:gdmsetup-2.28-mockup-authorised.png}}

Option B
 * Modify the "Users and Groups" tool to be able to set the default user and login delay
 * Modify the "Appearance" tool to be able to set the login background (http://bugzilla.gnome.org/show_bug.cgi?id=536531)

Option C
 * Implement configuration on loging screen as described in the LoginExperience specification (https://wiki.ubuntu.com/DesktopTeam/Specs/Karmic/LoginExperience)
Line 12: Line 53:

 * Option A chosen for first release to provide functionality in time for Karmic
 * Implemented in C (match existing GDM code)
 * GTK+ GUI
 * Use PolicyKit for authorisation using the existing org.gnome.DisplayManager.Settings interface
Line 14: Line 61:

----
Comments
 - BaptisteMilleMathias: GDMConfigureTool should also permit to change the GTK+ theme used. Perhaps a specific tab will be required for theming parameters.

 - MatTomaszewski: great work! I've started working on a spec for the login experience: https://wiki.ubuntu.com/DesktopTeam/Specs/Karmic/LoginExperience

  - After discussing with pitti and seb128 we decided to propose including the config tool in the gdm itself. There's also a discussion whether the background should be configurable, currently the design team recommendation is to not have it configurable, to avoid potential conflicts between preferences of different users. So the login space is to remain a "public space", as opposed to "personal space" of the user's session.
  - (To RobertAncell: BTW, there's a crazy time zone difference between us, so please feel free to drop me an email if there's anything you'd like to discuss! Thx!)

Summary

Since the transition from GDM 2.20 to 2.26 there is no longer a graphical facility to configure preferences for GDM.

Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/395299

GNOME bug: http://bugzilla.gnome.org/show_bug.cgi?id=587750

GNOME task to add background setting to appearance applet: http://bugzilla.gnome.org/show_bug.cgi?id=536531

Rationale

Without a tool an average user will not be able to change the login settings from the default.

Use cases

  • Mike wants to have his user automatically log in
  • Jim wants to change the background of the login screen

Scope

The changes will involve

  • Producing patches to implement the user interface

Design

Option A

  • Produce a stand-alone gdmsetup tool with the following options:
    • Default user
    • Login delay
    • Background

gdmsetup-2.28-mockup-unauthorised.png gdmsetup-2.28-mockup-authorised.png

Option B

Option C

Implementation

  • Option A chosen for first release to provide functionality in time for Karmic
  • Implemented in C (match existing GDM code)
  • GTK+ GUI
  • Use PolicyKit for authorisation using the existing org.gnome.DisplayManager.Settings interface


CategorySpec


Comments

  • - BaptisteMilleMathias: GDMConfigureTool should also permit to change the GTK+ theme used. Perhaps a specific tab will be required for theming parameters.

    - MatTomaszewski: great work! I've started working on a spec for the login experience: https://wiki.ubuntu.com/DesktopTeam/Specs/Karmic/LoginExperience

    • - After discussing with pitti and seb128 we decided to propose including the config tool in the gdm itself. There's also a discussion whether the background should be configurable, currently the design team recommendation is to not have it configurable, to avoid potential conflicts between preferences of different users. So the login space is to remain a "public space", as opposed to "personal space" of the user's session.

      - (To RobertAncell: BTW, there's a crazy time zone difference between us, so please feel free to drop me an email if there's anything you'd like to discuss! Thx!)

Spec/GDMConfigureTool (last edited 2009-07-25 14:05:10 by 195-240-186-6)