summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNiall Power <Niall.Power@Sun.COM>2003-04-10 08:55:57 +0000
committerNiall Power <niall@src.gnome.org>2003-04-10 08:55:57 +0000
commit11e99a6a8ffd8796f722c8d15ff75c5fe5c53570 (patch)
treee75300f909bd99386835b8e701e4e14910f41c81 /config
parent86f6928c0865d078db765a393e118bd7af41e697 (diff)
downloadgdm-11e99a6a8ffd8796f722c8d15ff75c5fe5c53570.tar.gz
Add support for launching gdmlogin/gdmgreeter with a configurable list of
2003-04-10 Niall Power <Niall.Power@Sun.COM> * config/gdm.conf.in, daemon/gdm.c, daemon/gdm.h daemon/slave.c, docs/C/gdm.xml: Add support for launching gdmlogin/gdmgreeter with a configurable list of gtk modules. Needed for accessibility. Adds two new options to gdm.conf: "AddGtkModules" (boolean) and "GtkModulesList" (string).
Diffstat (limited to 'config')
-rw-r--r--config/gdm.conf.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/gdm.conf.in b/config/gdm.conf.in
index 8eb899aa..05ff8f49 100644
--- a/config/gdm.conf.in
+++ b/config/gdm.conf.in
@@ -52,6 +52,12 @@ Greeter=@EXPANDED_BINDIR@/gdmlogin
# Greeter for xdmcp logins, usually you want a less graphically intensive
# greeter here so it's better to leave this with gdmlogin
RemoteGreeter=@EXPANDED_BINDIR@/gdmlogin
+# Launch the greeter with an additional list of colon seperated gtk
+# modules. This is useful for enabling additional feature support
+# e.g. gnome accessibility framework. Only "trusted" modules should
+# be allowed to minimise security holes
+AddGtkModules=false
+GtkModulesList=gail:atk-bridge
# User and group that gdm should run as. Probably should be gdm and gdm and
# you should create these user and group. Anyone found running this as
# someone too privilaged will get a kick in the ass. This should have