====== Symbolic icons for panel-plugins ====== This page is still a work-in-progress and currently not much more than a collection of notes! === Findings so far === * [[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 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