have you seen the omgubuntu desktop compition results?
i am in love with this particular desktop http://www.omgubuntu.co.uk/2011/03/f...buntu-desktop/
i am trying to replicate this desktop on my spare linux mint.
ubuntu-colored wallpaper are awesome. the orta window decoration theme is simply superb.. exactly what i wanted.
but the only problem is that i am not able to install the icon theme from gnome look.
here is the link http://gnome-look.org/content/show.p...content=134567
this has always been a problem for me.. to install themes, icons from kde/gnome-look
i used "sudo chmod +x mono"
then "./mono"
i am getting error as:
i know i am missing something.. but donno what..
i am in love with this particular desktop http://www.omgubuntu.co.uk/2011/03/f...buntu-desktop/
i am trying to replicate this desktop on my spare linux mint.
ubuntu-colored wallpaper are awesome. the orta window decoration theme is simply superb.. exactly what i wanted.
but the only problem is that i am not able to install the icon theme from gnome look.
here is the link http://gnome-look.org/content/show.p...content=134567
this has always been a problem for me.. to install themes, icons from kde/gnome-look
i used "sudo chmod +x mono"
then "./mono"
i am getting error as:
Code:
Traceback (most recent call last): File "./mono", line 84, in <module> mk() File "./mono", line 74, in mk indext = open('%s/.icons/%s/index.theme'%(home,name_of_new_icon_theme),'r' ) IOError: [Errno 2] No such file or directory: '/home/kapil/.icons/monoNew2/index.theme'
Comment