Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
releng:4.14:roadmap:symbolic-icons [2015/03/06 13:16] ochosireleng:4.14:roadmap:symbolic-icons [2015/03/06 13:19] (current) ochosi
Line 1: Line 1:
 ====== Symbolic icons for panel-plugins ====== ====== Symbolic icons for panel-plugins ======
 <note important>This page is still a work-in-progress and currently not much more than a collection of notes!</note> <note important>This page is still a work-in-progress and currently not much more than a collection of notes!</note>
 +=== Findings so far ===
   * [[http://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/commit/?id=314286b6f7da37472dcc69adfe64b66c07d580ec|Example of porting normal icons to symbolic icons]]   * [[http://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/commit/?id=314286b6f7da37472dcc69adfe64b66c07d580ec|Example of porting normal icons to symbolic icons]]
   * Use [[:releng:4.14:roadmap:icon-names|standard icon names]] as much as possible   * Use [[:releng:4.14:roadmap:icon-names|standard icon names]] as much as possible
   * Use the new (Gtk3>=3.14) [[https://developer.gnome.org/gtk3/stable/gtk-encode-symbolic-svg.html|gtk icon encoder]] to convert symbolic icon svgs to pngs in the sizes you need them   * Use the new (Gtk3>=3.14) [[https://developer.gnome.org/gtk3/stable/gtk-encode-symbolic-svg.html|gtk icon encoder]] to convert symbolic icon svgs to pngs in the sizes you need them
 +    * Example of what sizes to encode symbolic icons to (note that 22px is excluded because 16px doesn't scale well to it.)
 +      * ./16x16/status/mail-unread-symbolic.symbolic.png
 +      * ./16x16/status/mail-unread.png
 +      * ./24x24/status/mail-unread-symbolic.symbolic.png
 +      * ./24x24/status/mail-unread.png
 +      * ./32x32/status/mail-unread-symbolic.symbolic.png
 +      * ./32x32/status/mail-unread.png
 +      * ./48x48/status/mail-unread-symbolic.symbolic.png
 +      * ./48x48/status/mail-unread.png
 +      * ./scalable/status/mail-unread-symbolic.svg
 +      * ./64x64/status/mail-unread-symbolic.symbolic.png
 +      * ./96x96/status/mail-unread-symbolic.symbolic.png
 +