From 477e956a04dfb244814f274e98a8d6f4beb84f3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Jan 2013 20:18:50 -0600 Subject: Add per-user display settings This partially resolves Bug 1264 Fix displayconfig crashes and warnings Slightly clean up iccconfig and hwmanager --- starttde | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'starttde') diff --git a/starttde b/starttde index 080dac2ce..bf127f239 100644 --- a/starttde +++ b/starttde @@ -598,6 +598,10 @@ if test "$kpersonalizerrc_general_firstlogin" = "true"; then fi fi +# Apply any user-specific display configuration settings +$TDEDIR/bin/tdeinit_displayconfig +EXIT_CODE="$?" + # Remove moodin cache if we have a new wallpaper installed, jriddell. Distro-specific. if [ -d "$tdehome/share/apps/ksplash/cache/Moodin/kubuntu" ]; then if [ /usr/share/wallpapers/kubuntu-wallpaper.png -nt "$tdehome/share/apps/ksplash/cache/Moodin/kubuntu/" ]; then -- cgit v1.2.1