From f475d3481d316f76e14fd46c9482a4efc8ff97c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Thu, 26 Mar 2020 08:04:18 +0100 Subject: [PATCH] [gnome] work more on initial-setup --- .../gnome/desktop-overlay/etc/gdm/custom.conf | 19 +++++++++++++++++++ .../gnome/live-overlay/etc/gdm/custom.conf | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 manjaro/gnome/desktop-overlay/etc/gdm/custom.conf create mode 100644 manjaro/gnome/live-overlay/etc/gdm/custom.conf diff --git a/manjaro/gnome/desktop-overlay/etc/gdm/custom.conf b/manjaro/gnome/desktop-overlay/etc/gdm/custom.conf new file mode 100644 index 00000000..77073782 --- /dev/null +++ b/manjaro/gnome/desktop-overlay/etc/gdm/custom.conf @@ -0,0 +1,19 @@ +# GDM configuration storage + +[daemon] +InitialSetupEnable=true +AutomaticLogin=gnome-initial-setup +AutomaticLoginEnable=true +# Uncoment the line below to force the login screen to use Xorg +#WaylandEnable=false + +[security] + +[xdmcp] + +[chooser] + +[debug] +# Uncomment the line below to turn on debugging +#Enable=true + diff --git a/manjaro/gnome/live-overlay/etc/gdm/custom.conf b/manjaro/gnome/live-overlay/etc/gdm/custom.conf new file mode 100644 index 00000000..6055fdd7 --- /dev/null +++ b/manjaro/gnome/live-overlay/etc/gdm/custom.conf @@ -0,0 +1,17 @@ +# GDM configuration storage + +[daemon] +InitialSetupEnable=false +# Uncoment the line below to force the login screen to use Xorg +#WaylandEnable=false + +[security] + +[xdmcp] + +[chooser] + +[debug] +# Uncomment the line below to turn on debugging +#Enable=true +