Re: [Gimp-developer] New symbolic icon themes

2016-01-30 Thread Jehan Pagès
Hi,

On Tue, Jan 26, 2016 at 2:06 PM, Kevin Payne  wrote:
> I have taken the the symbolic scalable.svg file and manually extracted all 
> the objects into individual files (if anyone knows how to script Inkscape to 
> do this automatically I'd be very interested)

A script is in progress, which will be available in the source tree.

> Then using the icon-list.mk file mentioned here: 
> https://bugzilla.gnome.org/show_bug.cgi?id=750105#c9 and a Script-Fu script, 
> I've attempted to auto-generate all the icons in the required sizes.
>
>
> This reveals that gimp-frame and gimp-texture icons are missing from 
> scalable.svg.

They are not missing. It has been decided that it seems useless to
make them vectorial. If we actually need them, we will add them. :-)

> Also, it seems that the icon for "Restore Tool Preset" which used to be 
> GTK_STOCK_REVERT_TO_SAVED has been changed to "preferences-system" and is now 
> being rendered as a missing icon (demonstrated using commit 2cd687a)

I don't have the GIMP tree in front of me to check. But if you
discover a bug on an icon, please fill a bug report for our icon
designer to review it and fix.

Thanks!

Jehan

> Kevin
>
> ___
> gimp-developer-list mailing list
> List address:gimp-developer-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
> List archives:   https://mail.gnome.org/archives/gimp-developer-list
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] New symbolic icon themes

2016-01-29 Thread Kevin Payne
Thank you for pointing me at the manual page.

After much effort I got to these, which gets me the SVGs that I want

inkscape --export-plain-svg="gimp-tool-pencil.svg" 
--export-id="gimp-tool-pencil" --export-id-only scalable.svg

inkscape gimp-tool-pencil.svg --verb=EditSelectAll --verb=SelectionUnGroup 
--verb=FitCanvasToSelection --verb=ZoomDrawing --verb=FileSave --verb=FileQuit

Kevin


From: Tobias Jakobs 
Sent: 26 January 2016 13:46
To: Kevin Payne
Cc: gimp-developer-list@gnome.org
Subject: Re: [Gimp-developer] New symbolic icon themes

Hi,

you can tell Inkscape the object id to export, have a look into the man page:

https://inkscape.org/de/doc/inkscape-man.html

inkscape --file=scalable.svg --export-png=gimp-tool-pencil.png
--export-id=gimp-tool-pencil

Regards,
Tobias

2016-01-26 14:06 GMT+01:00 Kevin Payne :
> I have taken the the symbolic scalable.svg file and manually extracted all 
> the objects into individual files (if anyone knows how to script Inkscape to 
> do this automatically I'd be very interested)
>
>
> Then using the icon-list.mk file mentioned here: 
> https://bugzilla.gnome.org/show_bug.cgi?id=750105#c9 and a Script-Fu script, 
> I've attempted to auto-generate all the icons in the required sizes.
>
>
> This reveals that gimp-frame and gimp-texture icons are missing from 
> scalable.svg.
>
>
> Also, it seems that the icon for "Restore Tool Preset" which used to be 
> GTK_STOCK_REVERT_TO_SAVED has been changed to "preferences-system" and is now 
> being rendered as a missing icon (demonstrated using commit 2cd687a)
>
>
> Kevin
>
> ___
> gimp-developer-list mailing list
> List address:gimp-developer-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
> List archives:   https://mail.gnome.org/archives/gimp-developer-list
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] New symbolic icon themes

2016-01-26 Thread Tobias Jakobs
Hi,

you can tell Inkscape the object id to export, have a look into the man page:

https://inkscape.org/de/doc/inkscape-man.html

inkscape --file=scalable.svg --export-png=gimp-tool-pencil.png
--export-id=gimp-tool-pencil

Regards,
Tobias

2016-01-26 14:06 GMT+01:00 Kevin Payne :
> I have taken the the symbolic scalable.svg file and manually extracted all 
> the objects into individual files (if anyone knows how to script Inkscape to 
> do this automatically I'd be very interested)
>
>
> Then using the icon-list.mk file mentioned here: 
> https://bugzilla.gnome.org/show_bug.cgi?id=750105#c9 and a Script-Fu script, 
> I've attempted to auto-generate all the icons in the required sizes.
>
>
> This reveals that gimp-frame and gimp-texture icons are missing from 
> scalable.svg.
>
>
> Also, it seems that the icon for "Restore Tool Preset" which used to be 
> GTK_STOCK_REVERT_TO_SAVED has been changed to "preferences-system" and is now 
> being rendered as a missing icon (demonstrated using commit 2cd687a)
>
>
> Kevin
>
> ___
> gimp-developer-list mailing list
> List address:gimp-developer-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
> List archives:   https://mail.gnome.org/archives/gimp-developer-list
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


[Gimp-developer] New symbolic icon themes

2016-01-26 Thread Kevin Payne
I have taken the the symbolic scalable.svg file and manually extracted all the 
objects into individual files (if anyone knows how to script Inkscape to do 
this automatically I'd be very interested)


Then using the icon-list.mk file mentioned here: 
https://bugzilla.gnome.org/show_bug.cgi?id=750105#c9 and a Script-Fu script, 
I've attempted to auto-generate all the icons in the required sizes.


This reveals that gimp-frame and gimp-texture icons are missing from 
scalable.svg.


Also, it seems that the icon for "Restore Tool Preset" which used to be 
GTK_STOCK_REVERT_TO_SAVED has been changed to "preferences-system" and is now 
being rendered as a missing icon (demonstrated using commit 2cd687a)


Kevin

___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list