source:
trunk/gnome-theme-xp/files/GDMTheme.sh
@
681
Last change on this file since 681 was 157, checked in by , 16 years ago | |
---|---|
|
|
File size: 291 bytes |
Rev | Line | |
---|---|---|
[157] | 1 | #!/bin/sh |
2 | # Run as root | |
3 | cp /tmp/XP_Ubuntu.tar.gz /usr/share/gdm/themes | |
4 | cd /usr/share/gdm/themes | |
5 | tar -xf XP_Ubuntu.tar.gz | |
6 | rm XP_Ubuntu.tar.gz | |
7 | ||
8 | zenity --info --title "XpGnome" --text "After clicking 'OK', select the 'Local' tab in the next window, then select the 'XP_Ubuntu' theme." | |
9 | gdmsetup |
Note: See TracBrowser
for help on using the repository browser.