You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Installing and Using Themes and Icons in LL

Author (Read 27765 times)

0 Members and 1 Guest are viewing this topic.

Re: Installing and Using Themes and Icons in LL
« Reply #18 on: October 10, 2015, 11:29:18 AM »
 

Kilpatrickap

  • Linux Forever
  • New to Forums
  • *
  • 12
    Posts
  • Reputation: 2
  • Linux Lite Member
    • View Profile

  • CPU: 2x Intel(R) Celeron(R) CPU P6400 @ 2.00GHz

  • MEMORY: 2Gb

  • VIDEO CARD: Intel Corporation Core Processor Integrated Graphics Controller 256MB
Great tutorial, very helpful
Linux, the expression of freedom
 

Re: Installing and Using Themes and Icons in LL
« Reply #17 on: August 22, 2014, 11:25:25 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8777
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
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
« Reply #16 on: August 22, 2014, 11:06:44 AM »
 

Wirezfree

  • PayPal Supporter
  • Platinum Level Poster
  • *****
  • 1484
    Posts
  • Reputation: 405
  • Linux Lite "Advocate"
    • View Profile

  • CPU: i7-4790S

  • MEMORY: 16Gb

  • VIDEO CARD: Intel HD4600 (Integrated)
Hi Valtam,

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

Code: [Select]
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#

Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks :)

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) ,  BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
 

Re: Installing and Using Themes and Icons in LL
« Reply #15 on: August 22, 2014, 09:34:03 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8777
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
The correct format is:

Code: [Select]
sudo su

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

Re: Installing and Using Themes and Icons in LL
« Reply #14 on: August 22, 2014, 12:00:09 AM »
 

Wirezfree

  • PayPal Supporter
  • Platinum Level Poster
  • *****
  • 1484
    Posts
  • Reputation: 405
  • Linux Lite "Advocate"
    • View Profile

  • CPU: i7-4790S

  • MEMORY: 16Gb

  • VIDEO CARD: Intel HD4600 (Integrated)
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: [Select]
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: [Select]
gtk-update-icon-cache /usr/share/icons/Win7-icons/ index.theme
Tried the command without & with sudo:
Code: [Select]
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
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks :)

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) ,  BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
 

Re: Installing and Using Themes and Icons in LL
« Reply #13 on: August 20, 2014, 06:39:10 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Hello l337n1nj4,
thank you for writing the tutorial I found it really useful.
 

Re: Installing and Using Themes and Icons in LL
« Reply #12 on: August 10, 2014, 11:08:37 AM »
 

Wirezfree

  • PayPal Supporter
  • Platinum Level Poster
  • *****
  • 1484
    Posts
  • Reputation: 405
  • Linux Lite "Advocate"
    • View Profile

  • CPU: i7-4790S

  • MEMORY: 16Gb

  • VIDEO CARD: Intel HD4600 (Integrated)
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: [Select]
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: [Select]
gtk-update-icon-cache /usr/share/icons/Win7-icons/ index.theme
Tried the command without & with sudo:
Code: [Select]
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
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks :)

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) ,  BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
 

Re: Installing and Using Themes and Icons in LL
« Reply #11 on: August 08, 2014, 02:36:40 PM »
 

l337n1nj4

  • Guest
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
« Reply #10 on: August 08, 2014, 03:58:35 AM »
 

Kirkx

  • Occasional Poster
  • **
  • 51
    Posts
  • Reputation: 10
  • Linux Lite Member
    • View Profile

  • CPU: Athlon 64 3500+ 2.2 GHz

  • MEMORY: 4Gb

  • VIDEO CARD: GeForce 8500 GT / Nvidia 340.76
1) I would suggest to start the tutorial with examples how to install icons and themes using standard repositories in Synaptic , then explain how to do it from a ppa, and only then move on to mention .tar.gz files (those can really scare off less geeky users migrating from Windows).

a) examples of icon themes available in Synaptic: human-icon-theme, tangerine-icon-theme, oxygen-icon-theme, and many more.

b) Windows XP theme available from Noobslab ppa:

http://www.noobslab.com/2014/01/windows-xp-theme-is-available-for.html

2) In the first post it was suggested creating ~/.icon and ~/.theme directories. The default system location should also be mentioned:

/usr/share/icons
/usr/share/themes

3) Here are two useful links:

http://web.archive.org/web/20100305220150/http://live.gnome.org/GnomeArt/Tutorials/IconThemes

https://help.ubuntu.com/community/Icons

Creating a custom icon theme is actually quite easy, as long as you don't try to build it from scratch. I didn't like Faenza icons for partitions, folders and text files so I replaced them with icons from Human and Oxygen icon themes:



LL 2.4, Xubuntu 14.04.2, Debian 8, Manjaro
 

Re: Installing and Using Themes and Icons in LL
« Reply #9 on: August 01, 2014, 06:00:02 PM »
 

anon222

  • Muted
  • Gold Level Poster
  • *
  • 688
    Posts
  • Reputation: 192
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Pentium E5700 3GHz

  • MEMORY: 3Gb

  • VIDEO CARD: GeForce GT 430
Quote
Side-note: I'm considering writing up a more thorough, more well-planned and understandable tutorial. Any suggestions would be appreciated!
I have a few ideas for this tutorial.
I think there should be a part on changing window manager theme. Tutorial would be more complete with that.
There is a keyboard shortcut control+h to show and hide hidden files. I think that's easier than view > show hidden files, but that's just me. You should add that as a bonus. :)
I usually use Xarchiver and extract themes directly to the .themes directory, and icons to the .icons directory, but your way does the job too.
My advice for you is: If you want to to write a tutorial for an average windows user, and that is the group of people LL is targeting, add more pictures and less text. :D
 

Re: Installing and Using Themes and Icons in LL
« Reply #8 on: August 01, 2014, 01:58:06 PM »
 

l337n1nj4

  • Guest
Quote
Hi ninja,
Have you tried using solid color for your panel background?
Another option is to make a small image in GIMP and use that as a background.


Simple solution, thank you!  ;D

Side-note: I'm considering writing up a more thorough, more well-planned and understandable tutorial. Any suggestions would be appreciated!
 

Re: Installing and Using Themes and Icons in LL
« Reply #7 on: July 30, 2014, 05:33:54 PM »
 

anon222

  • Muted
  • Gold Level Poster
  • *
  • 688
    Posts
  • Reputation: 192
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Pentium E5700 3GHz

  • MEMORY: 3Gb

  • VIDEO CARD: GeForce GT 430
Hello!

Thanks for the tutorial. How does one get the icons in the notification area to correspond to the color of the taskbar?

73 DE N4RPS
Rob

Hey N4RPS, thanks for liking my first tutorial! I've noticed that if you change your theme to one that is a different color than the original, the icons in the notification tray can look out of place. For example, this is what happens when I change Appearance from MediterraneanWhite to MediterraneanDark:



Usually, what I would do is simply log-out and log back in for the theme to take effect, but some themes won't cooperate. I don't know exactly how to fix this problem, sadly. However, when I change my theme to MediterraneanDark, I noticed that if I change to MediterraneanDarkest instead, I get the same color scheme but the notification tray icons blend nicely without a restart (as shown below).



For some people who have a theme series installed, this would be a quick and easy fix, but I do understand that there are certain themes that do not come in a series, or the user prefers the original to the others in a series. I'll look further into this problem when I have some spare time. Hope I can solve this for you!
Hi ninja,
Have you tried using solid color for your panel background?
Another option is to make a small image in GIMP and use that as a background.
 

Re: Installing and Using Themes and Icons in LL
« Reply #6 on: July 30, 2014, 04:32:52 PM »
 

l337n1nj4

  • Guest
Thanks, Valtam!
 

Re: Installing and Using Themes and Icons in LL
« Reply #5 on: July 30, 2014, 08:42:24 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8777
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Awesome contribution l337n1nj4 :)
 

Re: Installing and Using Themes and Icons in LL
« Reply #4 on: July 30, 2014, 03:50:17 AM »
 

l337n1nj4

  • Guest
Hello!

Thanks for the tutorial. How does one get the icons in the notification area to correspond to the color of the taskbar?

73 DE N4RPS
Rob

Hey N4RPS, thanks for liking my first tutorial! I've noticed that if you change your theme to one that is a different color than the original, the icons in the notification tray can look out of place. For example, this is what happens when I change Appearance from MediterraneanWhite to MediterraneanDark:



Usually, what I would do is simply log-out and log back in for the theme to take effect, but some themes won't cooperate. I don't know exactly how to fix this problem, sadly. However, when I change my theme to MediterraneanDark, I noticed that if I change to MediterraneanDarkest instead, I get the same color scheme but the notification tray icons blend nicely without a restart (as shown below).



For some people who have a theme series installed, this would be a quick and easy fix, but I do understand that there are certain themes that do not come in a series, or the user prefers the original to the others in a series. I'll look further into this problem when I have some spare time. Hope I can solve this for you!
« Last Edit: July 30, 2014, 03:51:53 AM by l337n1nj4 »
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section