Configuration / Support "Corporate Identity" for GDM in Lucid?

Asked by Dominik

How do I change GDM configurations like:

  * hide user-list
  * change background
  * change color and design of login mask

without any user interaction?

I need to make the gdm login-screen fit our "coporate design". Is it possible to "preseed" this?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gdm Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Ryan Dwyer (ryandwyer) said :
#1

gksudo -u gdm dbus-launch gnome-appearance-properties

That will switch to the gdm user and launch the Appearance window using gdm's theme settings, which is custom. Click Customize and change what you want.

You can also change the background by replacing the image in /usr/share/images/xsplash/.

Revision history for this message
Dominik (domfi) said :
#2

Please notice "without any user interaction". "Click Customize" is not what I need.

I need something like "apt-get install custom-gdm-configuration". I could build this package on my own, if I know how to make the changes e.g. in a postinst script. AND these changes should not be overridden by a gdm update within the same ubuntu release.

Such a package could be included in our FAI installation.

Revision history for this message
Dominik (domfi) said :
#3

I've already tried something like
"sudo -u gdm dbus-launch gconftool-2 --set /apps/gdm/simple-greeter/disable_user_list --type bool true"

Is this the way to do such customizing? Is it sure that gdm updates don't overwrite these settings?

Revision history for this message
Torsten Spindler (tspindler) said :
#4

There is currently no work around for upgrades overwriting your local changes, from what I know. A fork of gdm might be the only solution here.

Can you help with this problem?

Provide an answer of your own, or ask Dominik for more information if necessary.

To post a message you must log in.