gnome-cleanup revision 2920
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem# Cleans up Sun's Gnome Desktop user files to return the user
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# to the default desktop configuration.
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# By: Brian Cameron <Brian.Cameron@sun.com>
4da61833a1cbbca94094f9653fd970582b97a72etrawick# Check if GNOME is running:
4da61833a1cbbca94094f9653fd970582b97a72etrawickif [ -z "$LOGNAME" ]; then
4789804be088bcd86ae637a29cdb7fda25169521jailletcGNOME_PROCESSES='(gnome-session|gconfd|gconfd-2|metacity|esd)'
4789804be088bcd86ae637a29cdb7fda25169521jailletcRUNNING_PROCESSES=`/usr/bin/pgrep -l -U $LOGNAME "$GNOME_PROCESSES"`
4789804be088bcd86ae637a29cdb7fda25169521jailletcif [ ! -z "$RUNNING_PROCESSES" ]; then
e50c3026198fd496f183cda4c32a202925476778covener echo "The following GNOME processes are still running:"
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin echo "Please log out from GNOME and stop all your GNOME processes"
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic echo "before running this script."
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# Files common to Gnome 2.x and Gnome 1.4
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavicgnome_files="$HOME/.gconf $HOME/.gconfd $HOME/.gnome $HOME/.gnome-desktop $HOME/.gnome2 $HOME/.gnome2_private $HOME/.metacity $HOME/.nautilus $HOME/.esd_auth $HOME/.gtkrc $HOME/.nautilus-metafile.xml"
69301145375a889e7e37caf7cc7321ac0f91801erpluem# Gnome 1.4 specific files
69301145375a889e7e37caf7cc7321ac0f91801erpluemgnome_14_files="$HOME/.gimp-1.2 $HOME/.gnome-help-browser $HOME/.gnome_private $HOME/.thumbnails $HOME/.themes $HOME/Nautilus"
506bfe33206b2fece40ef25f695af39dd4130facjkaluzahas_files=`/bin/ls -1d $gnome_files $gnome_14_files 2> /dev/null`
d58a848a016d401b965111e50ef829e1641f7834minfrin echo "You currently have the following GNOME configuration files:"
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic echo "Do you wish to remove these files (Y/N) \c"
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic echo "Removed..."
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic echo "Not removed..."
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic echo "You do not have any GNOME configuration files."