diff options
author | Colin Walters <walters@verbum.org> | 2013-03-07 17:57:55 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2013-03-07 18:15:36 -0500 |
commit | acc931c762b5510103a7f49cf3074c1228700cb8 (patch) | |
tree | c317c39d9659cfd7f9174d7177499fcea9578299 /data/gdm-shell-with-fallback.session.in | |
parent | e4653154419423f5c08bd4f16ef9b9c3b2dda54e (diff) | |
download | gdm-acc931c762b5510103a7f49cf3074c1228700cb8.tar.gz |
Add --disable-fallback-greeter configure option
See https://bugzilla.gnome.org/show_bug.cgi?id=672943
This pairs with the above commit; it allows operating system
builders to entirely disable the fallback greeter, and rely
on software GL.
At the moment we keep this a configure option since some consumers of
GDM are using the fallback greeter.
https://bugzilla.gnome.org/show_bug.cgi?id=695414
Diffstat (limited to 'data/gdm-shell-with-fallback.session.in')
-rw-r--r-- | data/gdm-shell-with-fallback.session.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/gdm-shell-with-fallback.session.in b/data/gdm-shell-with-fallback.session.in new file mode 100644 index 00000000..1bea43c7 --- /dev/null +++ b/data/gdm-shell-with-fallback.session.in @@ -0,0 +1,5 @@ +[GNOME Session] +Name=Display Manager +RequiredComponents=gnome-shell;gnome-settings-daemon; +IsRunnableHelper=bash -c 'type -p gnome-shell >& /dev/null && @CHECK_ACCELERATED_DIR@/gnome-session-check-accelerated' +FallbackSession=gdm-fallback |