Package: gdm Version: 2.16.4-1
I was presented with this diff while upgrading from gdm 2.14.5-1, but since I didn't make any of the changes, I shouldn't have been. --- /etc/gdm/gdm.conf 2006-06-21 16:43:42.000000000 -0400 +++ /etc/gdm/gdm.conf.dpkg-new 2006-12-16 06:24:36.000000000 -0500 @@ -7,10 +7,15 @@ # options are supported by gdmsetup, so to modify some values it may be # necessary to modify this file directly by hand. # +# Older versions of GDM used the "gdm.conf" file for configuration. If your +# system has an old gdm.conf file on the system, it will be used instead of +# this file - so changes made to this file will not take effect. Consider +# migrating your configuration to this file and removing the gdm.conf file. +# # To hand-edit this file, simply add or modify the key=value combination in # the appropriate section in the template below. Refer to the comments in the -# gdm.conf file for information about each option. Also refer to the reference -# documentation. +# /usr/share/gdm/defaults.conf file for information about each option. Also +# refer to the reference documentation. # # If you hand edit a GDM configuration file, you should run the following # command to get the GDM daemon to notice the change. Any running GDM GUI @@ -18,8 +23,7 @@ # # gdmflexiserver --command="UPDATE_CONFIG <configuration key>" # -# For example, the "Enable" key in the "[debug]" section would be specified by -# "debug/Enable". +# e.g, the "Enable" key in the "[debug]" section would be "debug/Enable". # # You can also run gdm-restart or gdm-safe-restart to cause GDM to restart and # re-read the new configuration settings. You can also restart GDM by sending @@ -36,8 +40,6 @@ # Have fun! [daemon] -GtkModulesList=gail:atk-bridge:/usr/lib/gtk-2.0/modules/libkeymouselistener:/usr/lib/gtk-2.0/modules/libdwellmouselistener -AddGtkModules=true [security] @@ -46,11 +48,6 @@ [gui] [greeter] -Browser=true -DefaultWelcome=false -Welcome=Welcome to %n -SoundOnLogin=false -Include=pryzbyj [chooser] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

