Ubuntu – How to install Windows 7 theme with GNOME Shell

11.04gnomethemeswindows 7

I installed GNOME Shell on Ubuntu 11.04 and logged in with it. But when I try to install the Windows theme, it complains that

Gnome desktop session is required

Anyone knows why this is? Is there another way to make it look like Windows?

Software Center shows gnome-shell installed (which included gnome-session manager). I'm installing windows theme downloaded from here.

Best Answer

Modify the following line(71) at win7-setup.sh:

if [ $DESKTOP_SESSION = "gnome" -o $DESKTOP_SESSION = "classic-gnome" ] ; then

to

if [ $DESKTOP_SESSION = "gnome" -o $DESKTOP_SESSION = "gnome-classic" ] ; then
Related Question