source: trunk/gnome-theme-xp/InstallXpGnome.sh @ 546

Last change on this file since 546 was 157, checked in by sebas, 15 years ago

importacion initial - gracias al trabajo de PhrankDaChicken?

  • Property svn:executable set to *
File size: 19.4 KB
Line 
1#!/bin/sh
2#
3# XpGnome Script
4# Written by PhrankDaChicken
5# http://ubunut.online02.com/xpgnome
6#
7# Last Update: 12/25/08
8#
9
10DIR=$(pwd)
11
12if ! $(zenity --question --no-wrap --title "XpGnome" --text "WARNING: This script will change your Gnome desktop to look like Windows XP! \n Continue?") ; then
13        echo "no"
14        exit 0
15fi
16
17(
18echo "# Saving Settings..."
19
20RESTOREDIR=$(date +%b_%d_%Y,%H-%M-%S)
21RESTOREDIR="RestoreSettings_$RESTOREDIR"
22mkdir $RESTOREDIR
23echo "#!/bin/sh" > /tmp/Restore_Settings.sh
24echo "gconftool-2 --set \"/desktop/gnome/interface/icon_theme\" --type string" \"$(gconftool-2 --get "/desktop/gnome/interface/icon_theme")\" >> /tmp/Restore_Settings.sh
25echo "gconftool-2 --set \"/desktop/gnome/peripherals/mouse/cursor_theme\" --type string" \"$(gconftool-2 --get "/desktop/gnome/peripherals/mouse/cursor_theme")\" >> /tmp/Restore_Settings.sh
26echo "gconftool-2 --set \"/desktop/gnome/interface/gtk_theme\" --type string" \"$(gconftool-2 --get "/desktop/gnome/interface/gtk_theme")\" >> /tmp/Restore_Settings.sh
27echo "gconftool-2 --set \"/apps/metacity/general/theme\" --type string" \"$(gconftool-2 --get "/apps/metacity/general/theme")\" >> /tmp/Restore_Settings.sh
28echo "gconftool-2 --set \"/desktop/gnome/interface/toolbar_style\" --type string" \"$(gconftool-2 --get "/desktop/gnome/interface/toolbar_style")\" >> /tmp/Restore_Settings.sh
29echo "gconftool-2 --set \"/apps/nautilus/preferences/side_pane_view\" --type string" \"$(gconftool-2 --get "/apps/nautilus/preferences/side_pane_view")\" >> /tmp/Restore_Settings.sh
30echo "gconftool-2 --set \"/apps/nautilus/sidebar_panels/tree/show_only_directories\" --type bool" $(gconftool-2 --get "/apps/nautilus/sidebar_panels/tree/show_only_directories") >> /tmp/Restore_Settings.sh
31echo "gconftool-2 --set \"/apps/nautilus/desktop/computer_icon_visible\" --type bool" $(gconftool-2 --get "/apps/nautilus/desktop/computer_icon_visible") >> /tmp/Restore_Settings.sh
32echo "gconftool-2 --set \"/apps/nautilus/desktop/computer_icon_name\" --type string " \"$(gconftool-2 --get "/apps/nautilus/desktop/computer_icon_name")\" >> /tmp/Restore_Settings.sh 
33echo "gconftool-2 --set \"/apps/nautilus/desktop/home_icon_visible\" --type bool" $(gconftool-2 --get "/apps/nautilus/desktop/home_icon_visible") >> /tmp/Restore_Settings.sh
34echo "gconftool-2 --set \"/apps/nautilus/desktop/home_icon_name\" --type string" \"$(gconftool-2 --get "/apps/nautilus/desktop/home_icon_name")\" >> /tmp/Restore_Settings.sh
35echo "gconftool-2 --set \"/apps/nautilus/desktop/network_icon_visible\" --type bool" $(gconftool-2 --get "/apps/nautilus/desktop/network_icon_visible") >> /tmp/Restore_Settings.sh 
36echo "gconftool-2 --set \"/apps/nautilus/desktop/network_icon_name\" --type string" \"$(gconftool-2 --get "/apps/nautilus/desktop/network_icon_name")\" >> /tmp/Restore_Settings.sh
37echo "gconftool-2 --set \"/apps/nautilus/desktop/trash_icon_visible\" --type bool" $(gconftool-2 --get "/apps/nautilus/desktop/trash_icon_visible") >> /tmp/Restore_Settings.sh
38echo "gconftool-2 --set \"/apps/nautilus/desktop/trash_icon_name\" --type string" \"$(gconftool-2 --get "/apps/nautilus/desktop/trash_icon_name")\" >> /tmp/Restore_Settings.sh
39echo "gconftool-2 --set \"/apps/nautilus/desktop/volumes_visible\" --type bool" $(gconftool-2 --get "/apps/nautilus/desktop/volumes_visible") >> /tmp/Restore_Settings.sh
40echo "gconftool-2 --set \"/apps/gnome-session/options/show_splash_screen\" --type bool" $(gconftool-2 --get "/apps/gnome-session/options/show_splash_screen") >> /tmp/Restore_Settings.sh
41echo "gconftool-2 --set \"/apps/gnome-session/options/splash_image\" --type string" \"$(gconftool-2 --get "/apps/gnome-session/options/splash_image")\" >> /tmp/Restore_Settings.sh
42echo "gconftool-2 --set \"/desktop/gnome/background/picture_filename\" --type string" \"$(gconftool-2 --get "/desktop/gnome/background/picture_filename")\" >> /tmp/Restore_Settings.sh
43echo "gconftool-2 --set \"/desktop/gnome/background/picture_options\" --type string" \"$(gconftool-2 --get "/desktop/gnome/background/picture_options")\" >> /tmp/Restore_Settings.sh
44echo "gconftool-2 --set \"/apps/metacity/general/num_workspaces\" --type int" $(gconftool-2 --get "/apps/metacity/general/num_workspaces") >> /tmp/Restore_Settings.sh
45echo "rm -r $HOME/.icons/GnomeXP" >> /tmp/Restore_Settings.sh
46echo "rm -r $HOME/.icons/xp" >> /tmp/Restore_Settings.sh
47echo "rm -r $HOME/.themes/XPLuna" >> /tmp/Restore_Settings.sh
48echo "gconftool-2 --load Panel_Settings.xml" >> /tmp/Restore_Settings.sh
49echo "killall gnome-panel" >> /tmp/Restore_Settings.sh
50echo "gksudo -m \"Enter your password to remove and change the XP GDM/Login theme\" \"rm -r /usr/share/gdm/themes/XP_Ubuntu\"" >> /tmp/Restore_Settings.sh
51echo "gksudo gdmsetup" >> /tmp/Restore_Settings.sh
52echo "zenity --info --no-wrap --title \"XpGnome\" --text \"Settings restored!" >> /tmp/Restore_Settings.sh
53chmod a+x /tmp/Restore_Settings.sh
54mv /tmp/Restore_Settings.sh $DIR/$RESTOREDIR/Restore_Settings.sh
55gconftool-2 --dump /apps/panel > $DIR/$RESTOREDIR/Panel_Settings.xml
56#cp /etc/gdm/gdm.conf-custom $DIR/$RESTOREDIR/
57
58echo "# Theming Desktop...."
59mkdir $HOME/.themes
60mkdir $HOME/.icons
61
62# Icons
63cp files/GnomeXP.tar.gz $HOME/.icons
64cd $HOME/.icons
65tar -xf GnomeXP.tar.gz
66rm GnomeXP.tar.gz
67gconftool-2 --set "/desktop/gnome/interface/icon_theme" --type string "GnomeXP"
68cd $DIR
69
70# Cursor
71cp files/xp_cursor.tar.gz $HOME/.icons
72cd $HOME/.icons
73tar -xf xp_cursor.tar.gz
74rm xp_cursor.tar.gz
75gconftool-2 --set "/desktop/gnome/peripherals/mouse/cursor_theme" --type string "xp"
76cd $DIR
77
78# GTK Theme - XPLuna
79cp files/XPLuna.tar.gz $HOME/.themes
80cd $HOME/.themes
81tar -xf XPLuna.tar.gz
82rm XPLuna.tar.gz
83gconftool-2 --set "/desktop/gnome/interface/gtk_theme" --type string "XPLuna"
84cd $DIR
85
86# Meacity Theme
87gconftool-2 --set "/apps/metacity/general/theme" --type string "XPLuna"
88
89# Toolbars - Icons Only
90gconftool-2 --set "/desktop/gnome/interface/toolbar_style" --type string "icons"
91# Nautilus Sidebar
92gconftool-2 --set "/apps/nautilus/preferences/side_pane_view" --type string "NautilusTreeSidebar"
93gconftool-2 --set "/apps/nautilus/sidebar_panels/tree/show_only_directories" --type bool TRUE
94
95# Desktop Icons
96gconftool-2 --set "/apps/nautilus/desktop/computer_icon_visible" --type bool TRUE
97gconftool-2 --set "/apps/nautilus/desktop/computer_icon_name" --type string "My Computer"
98gconftool-2 --set "/apps/nautilus/desktop/home_icon_visible" --type bool TRUE
99gconftool-2 --set "/apps/nautilus/desktop/home_icon_name" --type string "My Documents"
100gconftool-2 --set "/apps/nautilus/desktop/network_icon_visible" --type bool TRUE
101gconftool-2 --set "/apps/nautilus/desktop/network_icon_name" --type string "My Network Places"
102gconftool-2 --set "/apps/nautilus/desktop/trash_icon_visible" --type bool TRUE
103gconftool-2 --set "/apps/nautilus/desktop/trash_icon_name" --type string "Recycle Bin"
104gconftool-2 --set "/apps/nautilus/desktop/volumes_visible" --type bool FALSE
105
106# Splash Screen
107gconftool-2 --set "/apps/gnome-session/options/show_splash_screen" --type bool TRUE
108gconftool-2 --set "/apps/gnome-session/options/splash_image" --type string "$HOME/.themes/XPLuna/windowslogin.png"
109
110# Background
111gconftool-2 --set "/desktop/gnome/background/picture_filename" --type string "$HOME/.themes/XPLuna/Bliss_XP.jpg"
112gconftool-2 --set "/desktop/gnome/background/picture_options" --type string "stretched"
113
114# Set One Workplace
115gconftool-2 --set "/apps/metacity/general/num_workspaces" --type int 1
116
117echo "# Creating Panels...."
118## Panel Stuff
119# Create New Panel
120gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/animation_speed" --type string "medium"
121gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/auto_hide" --type bool FALSE
122gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/auto_hide_size" --type int 6
123gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/enable_animations" --type bool TRUE
124gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/enable_arrows" --type bool TRUE
125gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/enable_buttons" --type bool FALSE
126gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/expand" --type bool TRUE
127gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/hide_delay" --type int 500
128gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/monitor" --type int 0
129gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/name" --type string "bottom_panel_0"
130gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/orientation" --type string "bottom"
131gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/screen" --type int 0
132gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/size" --type int 32
133gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/unhide_delay" --type int 500 
134gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/x" --type int 0
135gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/x_centered" --type bool FALSE
136gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/x_right" --type int
137gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/y" --type int 0
138gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/y_bottom" --type  int
139gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/y_centered" --type bool FALSE
140
141gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/background/color" --type string "#ffffff"
142gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/background/fit" --type bool FALSE
143gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/background/image" --type string ""
144gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/background/opacity" --type int 6000
145gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/background/rotate" --type bool FALSE
146gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/background/stretch" --type bool FALSE
147gconftool-2 --set "/apps/panel/toplevels/bottom_panel_0/background/type" --type string "gtk"
148
149# Start Menu
150gconftool-2 --set "/apps/panel/objects/object_0/action_type" --type string "lock"
151gconftool-2 --set "/apps/panel/objects/object_0/attached_toplevel_id" --type string ""
152gconftool-2 --set "/apps/panel/objects/object_0/bonobo_iid" --type string ""
153gconftool-2 --set "/apps/panel/objects/object_0/custom_icon" --type string "/home/"$USER"/.themes/XPLuna/start.png"
154gconftool-2 --set "/apps/panel/objects/object_0/launcher_location" --type string ""
155gconftool-2 --set "/apps/panel/objects/object_0/locked" --type bool TRUE
156gconftool-2 --set "/apps/panel/objects/object_0/menu_path" --type string "applications:/"
157gconftool-2 --set "/apps/panel/objects/object_0/object_type" --type string "menu-object"
158gconftool-2 --set "/apps/panel/objects/object_0/panel_right_stick" --type bool FALSE
159gconftool-2 --set "/apps/panel/objects/object_0/position" --type int 0
160gconftool-2 --set "/apps/panel/objects/object_0/tooltip" --type string "Main Menu"
161gconftool-2 --set "/apps/panel/objects/object_0/toplevel_id" --type string "bottom_panel_0"
162gconftool-2 --set "/apps/panel/objects/object_0/use_custom_icon" --type bool TRUE
163gconftool-2 --set "/apps/panel/objects/object_0/use_menu_path" --type bool FALSE
164
165# Show Desktop
166gconftool-2 --set "/apps/panel/applets/applet_0/action_type" --type string "lock"
167gconftool-2 --set "/apps/panel/applets/applet_0/attached_toplevel_id" --type string ""
168gconftool-2 --set "/apps/panel/applets/applet_0/bonobo_iid" --type string "OAFIID:GNOME_ShowDesktopApplet"
169gconftool-2 --set "/apps/panel/applets/applet_0/custom_icon" --type string ""
170gconftool-2 --set "/apps/panel/applets/applet_0/launcher_location" --type string ""
171gconftool-2 --set "/apps/panel/applets/applet_0/locked" --type bool TRUE
172gconftool-2 --set "/apps/panel/applets/applet_0/menu_path" --type string "applications:/"
173gconftool-2 --set "/apps/panel/applets/applet_0/object_type" --type string "bonobo-applet"
174gconftool-2 --set "/apps/panel/applets/applet_0/panel_right_stick" --type bool FALSE
175gconftool-2 --set "/apps/panel/applets/applet_0/position" --type int 1
176gconftool-2 --set "/apps/panel/applets/applet_0/tooltip" --type string ""
177gconftool-2 --set "/apps/panel/applets/applet_0/toplevel_id" --type string "bottom_panel_0"
178gconftool-2 --set "/apps/panel/applets/applet_0/use_custom_icon" --type bool FALSE
179gconftool-2 --set "/apps/panel/applets/applet_0/use_menu_path" --type bool FALSE
180
181# Window Switcher
182gconftool-2 --set "/apps/panel/applets/applet_1/action_type" --type string "lock"
183gconftool-2 --set "/apps/panel/applets/applet_1/attached_toplevel_id" --type string ""
184gconftool-2 --set "/apps/panel/applets/applet_1/bonobo_iid" --type string "OAFIID:GNOME_WindowListApplet"
185gconftool-2 --set "/apps/panel/applets/applet_1/custom_icon" --type string ""
186gconftool-2 --set "/apps/panel/applets/applet_1/launcher_location" --type string ""
187gconftool-2 --set "/apps/panel/applets/applet_1/locked" --type bool TRUE
188gconftool-2 --set "/apps/panel/applets/applet_1/menu_path" --type string "applications:/"
189gconftool-2 --set "/apps/panel/applets/applet_1/object_type" --type string "bonobo-applet"
190gconftool-2 --set "/apps/panel/applets/applet_1/panel_right_stick" --type bool FALSE
191gconftool-2 --set "/apps/panel/applets/applet_1/position" --type int 2
192gconftool-2 --set "/apps/panel/applets/applet_1/tooltip" --type string ""
193gconftool-2 --set "/apps/panel/applets/applet_1/toplevel_id" --type string "bottom_panel_0"
194gconftool-2 --set "/apps/panel/applets/applet_1/use_custom_icon" --type bool FALSE
195gconftool-2 --set "/apps/panel/applets/applet_1/use_menu_path" --type bool FALSE
196
197gconftool-2 --set "/apps/panel/applets/applet_1/prefs/display_all_workspaces" --type bool FALSE
198gconftool-2 --set "/apps/panel/applets/applet_1/prefs/group_windows" --type string "never"
199gconftool-2 --set "/apps/panel/applets/applet_1/prefs/maximum_size" --type int 4096
200gconftool-2 --set "/apps/panel/applets/applet_1/prefs/minimum_size" --type int 50
201gconftool-2 --set "/apps/panel/applets/applet_1/prefs/move_unminimized_windows" --type bool TRUE
202
203# Notification Area
204gconftool-2 --set "/apps/panel/applets/applet_2/action_type" --type string "lock"
205gconftool-2 --set "/apps/panel/applets/applet_2/attached_toplevel_id" --type string ""
206gconftool-2 --set "/apps/panel/applets/applet_2/bonobo_iid" --type string "OAFIID:GNOME_NotificationAreaApplet"
207gconftool-2 --set "/apps/panel/applets/applet_2/custom_icon" --type string ""
208gconftool-2 --set "/apps/panel/applets/applet_2/launcher_location" --type string ""
209gconftool-2 --set "/apps/panel/applets/applet_2/locked" --type bool TRUE
210gconftool-2 --set "/apps/panel/applets/applet_2/menu_path" --type string "applications:/"
211gconftool-2 --set "/apps/panel/applets/applet_2/object_type" --type string "bonobo-applet"
212gconftool-2 --set "/apps/panel/applets/applet_2/panel_right_stick" --type bool TRUE
213gconftool-2 --set "/apps/panel/applets/applet_2/position" --type int 3
214gconftool-2 --set "/apps/panel/applets/applet_2/tooltip" --type string ""
215gconftool-2 --set "/apps/panel/applets/applet_2/toplevel_id" --type string "bottom_panel_0"
216gconftool-2 --set "/apps/panel/applets/applet_2/use_custom_icon" --type bool FALSE
217gconftool-2 --set "/apps/panel/applets/applet_2/use_menu_path" --type bool FALSE
218
219# Volume Control
220gconftool-2 --set "/apps/panel/applets/applet_3/action_type" --type string "lock"
221gconftool-2 --set "/apps/panel/applets/applet_3/attached_toplevel_id" --type string ""
222gconftool-2 --set "/apps/panel/applets/applet_3/bonobo_iid" --type string "OAFIID:GNOME_MixerApplet"
223gconftool-2 --set "/apps/panel/applets/applet_3/custom_icon" --type string ""
224gconftool-2 --set "/apps/panel/applets/applet_3/launcher_location" --type string ""
225gconftool-2 --set "/apps/panel/applets/applet_3/locked" --type bool TRUE
226gconftool-2 --set "/apps/panel/applets/applet_3/menu_path" --type string "applications:/"
227gconftool-2 --set "/apps/panel/applets/applet_3/object_type" --type string "bonobo-applet"
228gconftool-2 --set "/apps/panel/applets/applet_3/panel_right_stick" --type bool TRUE
229gconftool-2 --set "/apps/panel/applets/applet_3/position" --type int 2
230gconftool-2 --set "/apps/panel/applets/applet_3/tooltip" --type string ""
231gconftool-2 --set "/apps/panel/applets/applet_3/toplevel_id" --type string "bottom_panel_0"
232gconftool-2 --set "/apps/panel/applets/applet_3/use_custom_icon" --type bool FALSE
233gconftool-2 --set "/apps/panel/applets/applet_3/use_menu_path" --type bool FALSE
234
235# Clock
236gconftool-2 --set "/apps/panel/applets/applet_4/action_type" --type string "lock"
237gconftool-2 --set "/apps/panel/applets/applet_4/attached_toplevel_id" --type string ""
238gconftool-2 --set "/apps/panel/applets/applet_4/bonobo_iid" --type string "OAFIID:GNOME_ClockApplet"
239gconftool-2 --set "/apps/panel/applets/applet_4/custom_icon" --type string ""
240gconftool-2 --set "/apps/panel/applets/applet_4/launcher_location" --type string ""
241gconftool-2 --set "/apps/panel/applets/applet_4/locked" --type bool TRUE
242gconftool-2 --set "/apps/panel/applets/applet_4/menu_path" --type string "applications:/"
243gconftool-2 --set "/apps/panel/applets/applet_4/object_type" --type string "bonobo-applet"
244gconftool-2 --set "/apps/panel/applets/applet_4/panel_right_stick" --type bool TRUE
245gconftool-2 --set "/apps/panel/applets/applet_4/position" --type int 0
246gconftool-2 --set "/apps/panel/applets/applet_4/tooltip" --type string ""
247gconftool-2 --set "/apps/panel/applets/applet_4/toplevel_id" --type string "bottom_panel_0"
248gconftool-2 --set "/apps/panel/applets/applet_4/use_custom_icon" --type bool FALSE
249gconftool-2 --set "/apps/panel/applets/applet_4/use_menu_path" --type bool FALSE
250
251gconftool-2 --set "/apps/panel/applets/applet_4/prefs/config_tool" --type string ""
252gconftool-2 --set "/apps/panel/applets/applet_4/prefs/custom_format" --type string ""
253gconftool-2 --set "/apps/panel/applets/applet_4/prefs/expand_appointments" --type bool TRUE
254gconftool-2 --set "/apps/panel/applets/applet_4/prefs/expand_birthdays" --type bool TRUE
255gconftool-2 --set "/apps/panel/applets/applet_4/prefs/expand_tasks" --type bool FALSE
256gconftool-2 --set "/apps/panel/applets/applet_4/prefs/expand_weather" --type bool FALSE
257gconftool-2 --set "/apps/panel/applets/applet_4/prefs/format" --type string "12-hour"
258gconftool-2 --set "/apps/panel/applets/applet_4/prefs/gmt_time" --type bool FALSE
259gconftool-2 --set "/apps/panel/applets/applet_4/prefs/hour_format" --type string "12"
260gconftool-2 --set "/apps/panel/applets/applet_4/prefs/internet_time" --type bool FALSE
261gconftool-2 --set "/apps/panel/applets/applet_4/prefs/show_date" --type bool FALSE
262gconftool-2 --set "/apps/panel/applets/applet_4/prefs/show_seconds" --type bool FALSE
263gconftool-2 --set "/apps/panel/applets/applet_4/prefs/show_timezones" --type bool FALSE
264gconftool-2 --set "/apps/panel/applets/applet_4/prefs/show_tooltip" --type bool TRUE
265gconftool-2 --set "/apps/panel/applets/applet_4/prefs/show_week_numbers" --type bool TRUE
266gconftool-2 --set "/apps/panel/applets/applet_4/prefs/unix_time" --type bool FALSE
267gconftool-2 --set "/apps/panel/applets/applet_4/prefs/timezones/tz_id_list" --type list --list-type string "[]"
268
269# Add Panels Items
270gconftool-2 --set "/apps/panel/general/applet_id_list" --type list --list-type string "[applet_0,applet_1,applet_2,applet_3,applet_4]"
271gconftool-2 --set "/apps/panel/general/object_id_list" --type list --list-type string "[object_0]"
272gconftool-2 --set "/apps/panel/general/toplevel_id_list" --type list --list-type string "[bottom_panel_0]"
273 
274echo "# Setting up GDM theme..."
275# GDM Theme
276cp files/XP_Ubuntu.tar.gz /tmp
277gksudo -m "Enter your (sudo/root) password to change the Login screen to a XP Style - Or click cancel if you do not wish to change it" files/GDMTheme.sh
278rm /tmp/XP_Ubuntu.tar.gz
279
280killall gnome-panel
281echo "# Done! Your desktop is now fully XP themed. \nRun the Restore_Settings_$FILEDATE.sh script to revert to the previous settings."
282) | zenity --progress --width 500 --height 300 --title "XpGnome" --text "Setting stuff up..." --pulsate
Note: See TracBrowser for help on using the repository browser.