08-08-2014, 06:36 PM
Pages: 1 2
08-10-2014, 03:08 PM
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"
by itself it failed
So googling gave me the fact you needed to add "index.theme"
Tried the command without & with sudo:
Any guidance welcome...
Thanks... Dave
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/
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
08-20-2014, 10:39 PM
Hello l337n1nj4,
thank you for writing the tutorial I found it really useful.
thank you for writing the tutorial I found it really useful.
08-22-2014, 04:00 AM
(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"
by itself it failedCode:gtk-update-icon-cache /usr/share/icons/Win7-icons/
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
08-22-2014, 01:34 PM
The correct format is:
Code:
sudo su
gtk-update-icon-cache /usr/share/icons/Win7-icons/
08-22-2014, 03:06 PM
Hi Valtam,
Thanks,
Unfortunately still getting the same error and warning in the gui... Dave
![[Image: fGtPo1U.png?1]](http://i.imgur.com/fGtPo1U.png?1)
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]](http://i.imgur.com/fGtPo1U.png?1)
08-22-2014, 03:25 PM
Looks like a badly put together icon theme. The icons will work just fine, you just won't have a cache file, no biggie.
10-10-2015, 03:29 PM
Great tutorial, very helpful
Pages: 1 2