#!/bin/sh
# -*- Mode: sh; indent-tabs-mode: nil; tab-width: 2; coding: utf-8 -*-
#
# Arguments are username uid gid home-directory

# Set up default background and themes for new users

sudo -u "$1" gconftool-2 -s -t string /desktop/gnome/interface/icon_theme Dell
sudo -u "$1" gconftool-2 -s -t string /desktop/gnome/background/picture_filename /usr/share/backgrounds/ThruTulips_Hi.jpg
sudo -u "$1" gconftool-2 -s -t string /desktop/gnome/background/picture_options stretched
sudo -u "$1" gconftool-2 -s -t bool /apps/dell-launcher/clarity_theme true

