2

Just installed Linux Mint 17 "Rebecca" Mate. I'm trying to install a new theme and am directed to

http://gnome-look.org/index.php?xcontentmode=167

I've downloaded a couple and their instructions request that contents are copied to

/usr/share/themes

However, I don't have writing permissions to copy to this folder. I carried out a workaround to basically force the download into /themes, but encountered a fairly obstructive error upon booting wherein the ICE authority file could not be updated. This has since been resolved.

What's a successful method?

Thanks.

mickmau5
  • 21
  • 1
  • 2

2 Answers2

0

Why not simply extract that to your home folder into ~/.themes directory? See https://www.youtube.com/watch?v=E_TyVwRxgfI or http://forums.linuxmint.com/viewtopic.php?f=90&t=135054 or https://askubuntu.com/questions/121387/how-to-theme-the-cinnamon-desktop which also mention that you can install those .zip files directly via cinnamon control center.

doktor5000
  • 2,689
  • 15
  • 30
-1

From a command prompt:

sudo tar -xzf /path/to/downloaded/file.gz -C /usr/share/themes
Graeme
  • 33,607
  • 8
  • 85
  • 110
eyoung100
  • 5,717
  • 21
  • 50