Linux Lite Forums

Full Version: Installing and Using Themes and Icons in LL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2

l337n1nj4

Hey Kirkx, thanks for your input! I'll most likely be doing a mass edit of the tutorial, so I'll definitely use your suggestions!
Hi Looking for some help.
I installed some themes referenced by Kirkx from noobslab.
The installs did not produce any errors.
I could select the themes O.K, but on the icon tab there is a ! next to the Win7 icon item
It gives a message(warning):
"This icon theme as no cache file, you can create this by running"
Code:
gtk-update-icon-cache /usr/share/icons/Win7-icons/
by itself it failed
So googling gave me the fact you needed to add "index.theme"
Code:
gtk-update-icon-cache /usr/share/icons/Win7-icons/ index.theme

Tried the command without & with sudo:
Code:
dave@hp-laptop:~$ gtk-update-icon-cache /usr/share/icons/Win7-icons/ index.theme
gtk-update-icon-cache: Failed to open file /usr/share/icons/Win7-icons/.icon-theme.cache : File exists
dave@hp-laptop:~$

Any guidance welcome...
Thanks... Dave
Hello l337n1nj4,
thank you for writing the tutorial I found it really useful.
(08-10-2014, 03:08 PM)Wirezfree link Wrote: [ -> ]Hi Looking for some help.
I installed some themes referenced by Kirkx from noobslab.
The installs did not produce any errors.
I could select the themes O.K, but on the icon tab there is a ! next to the Win7 icon item
It gives a message(warning):
"This icon theme as no cache file, you can create this by running"
Code:
gtk-update-icon-cache /usr/share/icons/Win7-icons/
by itself it failed
So googling gave me the fact you needed to add "index.theme"
Code:
gtk-update-icon-cache /usr/share/icons/Win7-icons/ index.theme

Tried the command without & with sudo:
Code:
dave@hp-laptop:~$ gtk-update-icon-cache /usr/share/icons/Win7-icons/ index.theme
gtk-update-icon-cache: Failed to open file /usr/share/icons/Win7-icons/.icon-theme.cache : File exists
dave@hp-laptop:~$

Any guidance welcome...
Thanks... Dave

Any ideas or suggestions how to fix this..??

Thanks... Dave
The correct format is:

Code:
sudo su

gtk-update-icon-cache /usr/share/icons/Win7-icons/
Hi Valtam,

Thanks,
Unfortunately still getting the same error and warning in the gui... Dave

Code:
dave@hp-laptop:~$ sudo su
[sudo] password for dave:
root@hp-laptop:/home/dave# gtk-update-icon-cache /usr/share/icons/Win7-icons/
gtk-update-icon-cache: Failed to open file /usr/share/icons/Win7-icons/.icon-theme.cache : File exists
root@hp-laptop:/home/dave#

[Image: fGtPo1U.png?1]
Looks like a badly put together icon theme. The icons will work just fine, you just won't have a cache file, no biggie.
Great tutorial, very helpful
Pages: 1 2