From 77c1fc76e86949d646fd6d6b9839b0320cc5f838 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 8 Feb 2015 19:43:01 +0000 Subject: Restore GDM restart to reload i18n settings. This was disabled in 8fbe674e but it seems it's (currently) needed under GDM to make it load the correct locale settings for the user. --- config/live.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/live.cfg') diff --git a/config/live.cfg b/config/live.cfg index 3031e40..ab75407 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -111,8 +111,9 @@ my $_l = { (map { [ 'files/draksnapshot.sysconfig', $_ . '/.draksnapshot', { mode => 0644, no_install => 1 } ] } @user_config_dirs), [ 'files/compute-ooo-dicts.pl', '/usr/sbin/compute-ooo-dicts.pl', { mode => 0755 } ], [ 'files/compute-i18n-list.pl', '/usr/sbin/compute-i18n-list.pl', { mode => 0755 } ], -# if_($live->{settings}{desktop} eq 'GNOME', -# [ 'files/99dm-reload.xsetup', '/etc/X11/xsetup.d/', { mode => 0755 } ]), + if_($live->{settings}{desktop} eq 'GNOME', + [ 'files/99dm-reload.xsetup', '/etc/X11/xsetup.d/', { mode => 0755 } ] + ), if_($live->{settings}{product} =~ /guadec/i, [ 'files/GUADEC-booklet.desktop', '/usr/share/nautilus/default-desktop/booklet.desktop' ], ), -- cgit v1.2.1