aboutsummaryrefslogtreecommitdiffstats
path: root/roles/linux_desktop/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/linux_desktop/templates')
-rw-r--r--roles/linux_desktop/templates/etc/dconf/db/local.d/00-gnome.j218
-rw-r--r--roles/linux_desktop/templates/etc/gdm/custom.conf.j216
2 files changed, 34 insertions, 0 deletions
diff --git a/roles/linux_desktop/templates/etc/dconf/db/local.d/00-gnome.j2 b/roles/linux_desktop/templates/etc/dconf/db/local.d/00-gnome.j2
new file mode 100644
index 0000000..42e4570
--- /dev/null
+++ b/roles/linux_desktop/templates/etc/dconf/db/local.d/00-gnome.j2
@@ -0,0 +1,18 @@
+[org/gnome/desktop/thumbnail-cache]
+maximum-size={{ linux_desktop_thumbnail_cache_size }}
+
+[org/gnome/nautilus/preferences]
+recursive-search='always'
+show-directory-item-counts='always'
+show-image-thumbnails='always'
+
+[org/gnome/nautilus/list-view]
+use-tree-view=true
+
+{% if linux_desktop_enable_window_buttons %}
+[org/gnome/desktop/wm/preferences]
+button-layout=':minimize,maximize,close'
+{% endif %}
+
+[org/gnome/shell]
+enabled-extensions=['appindicatorsupport@rgcjonas.gmail.com', 'dash-to-dock@gnome-shell-extensions.gcampax.github.com']
diff --git a/roles/linux_desktop/templates/etc/gdm/custom.conf.j2 b/roles/linux_desktop/templates/etc/gdm/custom.conf.j2
new file mode 100644
index 0000000..a1099d2
--- /dev/null
+++ b/roles/linux_desktop/templates/etc/gdm/custom.conf.j2
@@ -0,0 +1,16 @@
+# GDM configuration storage
+
+[daemon]
+InitialSetupEnable=false
+# Uncomment the line below to force the login screen to use Xorg
+WaylandEnable={{ linux_desktop_enable_wayland | bool | to_json }}
+
+[security]
+
+[xdmcp]
+
+[chooser]
+
+[debug]
+# Uncomment the line below to turn on debugging
+#Enable=true