Linux Lite Forums
Installing and Using Themes and Icons in LL - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Tutorials (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=21)
+--- Thread: Installing and Using Themes and Icons in LL (/showthread.php?tid=646)

Pages: 1 2


Re: Installing and Using Themes and Icons in LL - l337n1nj4 - 08-08-2014

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!


Re: Installing and Using Themes and Icons in LL - Wirezfree - 08-10-2014

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


Re: Installing and Using Themes and Icons in LL - bitsnpcs - 08-20-2014

Hello l337n1nj4,
thank you for writing the tutorial I found it really useful.


Re: Installing and Using Themes and Icons in LL - Wirezfree - 08-22-2014

(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


Re: Installing and Using Themes and Icons in LL - Valtam - 08-22-2014

The correct format is:

Code:
sudo su

gtk-update-icon-cache /usr/share/icons/Win7-icons/



Re: Installing and Using Themes and Icons in LL - Wirezfree - 08-22-2014

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]


Re: Installing and Using Themes and Icons in LL - Valtam - 08-22-2014

Looks like a badly put together icon theme. The icons will work just fine, you just won't have a cache file, no biggie.


Re: Installing and Using Themes and Icons in LL - Kilpatrickap - 10-10-2015

Great tutorial, very helpful