[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFS: faenza-icon-theme



On 2011-01-24, Adnan Hodzic <adnan@foolcontrol.org> wrote:
>> btw is this theme specific to GNOME or can it be used with other desktop
>> environments?
>
> Specific for GNOME.

Last I looked, it was following the FDO icon spec, so theoretically it
would work anywhere that supports that spec.
Practically, last I looked, faenza only implemented the bare minimum
amount of icons needed to support GNOME

(I tested in my Plasma Desktop to see how it looked)

(for those interested in icon naming, the way icons is found is
basically:
1) application asks for icon foo-bar-baz-quux
3) icon loading code tries to locate foo-bar-baz-quux.{svg,png,...}
2) fails to locate that icon
3) tries to locate foo-bar-baz.{svg,png,...}
4) fails to locate that icon
5) tries to locate foo-bar.{svg,png,...}
6) fails to locate that icon
7) tries to locate foo.{svg,png,...}
8) fails to locate that icon
9) returns a default icon (depending on icon theme it
can be the folder symbol, or it can be a questionmark icon or ...)

and of course if the icon loading code locates the icon, it will be
returned to the application)

/Sune


Reply to: