WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: human-icon-theme  (Read 2694 times)

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
human-icon-theme
« on: January 22, 2010, 09:42:07 PM »
Thanks to Arslan S. for:'

Code: [Select]
Title:          human-icon-theme.tcz
Description:    Icons for Humans.
Version:        0.35
Author:         Jeff Waugh, Daniel Holbach, Martin Pitt
Original-site:  https://launchpad.net/human-icon-theme
Copying-policy: CC-BY-SA 2.5
Size: 2.5M
Extension_by:   Arslan S.
Comments:       This extension is PPI compatible.
Change-log:     ---
Current:    2010/01/21 Original


Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: human-icon-theme
« Reply #1 on: January 24, 2010, 08:11:25 AM »
This icon theme is not compatible with LXDE.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: human-icon-theme
« Reply #2 on: January 24, 2010, 08:20:40 AM »
i will test new icon themes in lxde and see if i can do anything

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: human-icon-theme
« Reply #3 on: January 24, 2010, 10:22:03 AM »
i will test new icon themes in lxde and see if i can do anything

I do not know the original intention of the creators. I don't think you have tod eal with it, I just mentioned that they are not usable with LXDE.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: human-icon-theme
« Reply #4 on: January 24, 2010, 10:33:20 AM »
i have found the problem

these icon themes depend on each other because they inherit from each other

the problem is missing dependencies

also librsvg is a dependency i will send corrected dep lists

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: human-icon-theme
« Reply #5 on: January 24, 2010, 11:41:22 AM »
Sounds good :) The easiest is to use lxappearance. There is a preview, so you can see how it looks like and if there are major problems with the theme.
« Last Edit: January 24, 2010, 11:44:30 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: human-icon-theme
« Reply #6 on: January 24, 2010, 11:59:44 AM »
Sounds good :)

loading librsvg.tcz and gnome-icon-theme.tcz fixes the issue

actually for some icon themes there are more icon themes inherited from but to keep dependency low i have added only gnome-icon-theme to dep files

after corrected deps loaded only problem with lxde is the left top corner desktop item "My Documents"  should that be user's home instead?

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: human-icon-theme
« Reply #7 on: January 24, 2010, 12:16:54 PM »
after rebooting my computer "My Documents" icon reappeared correctly as the selected icon theme's user-home

exit to prompt and startx also does the same trick
« Last Edit: January 24, 2010, 12:20:42 PM by Arslan S. »

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: human-icon-theme
« Reply #8 on: January 24, 2010, 12:20:36 PM »

loading librsvg.tcz and gnome-icon-theme.tcz fixes the issue

actually for some icon themes there are more icon themes inherited from but to keep dependency low i have added only gnome-icon-theme to dep files


Right, it works now. Unfortunately gnome-icon-theme is rather big. I do not know what this icon theme is adding to gnome theme what is missing there. But that's fine, there must be a price for better visual appearance :)


after corrected deps loaded only problem with lxde is the left top corner desktop item "My Documents"  should that be user's home instead?


You are right, it points to home instead of My Document. Will check how it works in other distros and correct either the title or the destination.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: human-icon-theme
« Reply #9 on: January 24, 2010, 12:28:06 PM »
the answer is simple gnome icon theme is their default fallback theme if an icon does not exist in the icon theme then it is searched in gnome icon theme

index.theme of humanity icon theme:
Code: [Select]
[Icon Theme]
Name=Humanity
Comment=Smooth modern theme designed to be intuitive.
Inherits=gnome,hicolor

also i have to mention again librsvg is needed to load svg icons and some icons in icon themes does not have a png counterpart
« Last Edit: January 24, 2010, 12:31:47 PM by Arslan S. »