New symbolic icon themes
This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.
This is a read-only list on gimpusers.com so this discussion thread is read-only, too.
New symbolic icon themes | Kevin Payne | 26 Jan 13:06 |
New symbolic icon themes | Tobias Jakobs | 26 Jan 13:46 |
New symbolic icon themes | Kevin Payne | 29 Jan 22:28 |
New symbolic icon themes | Jehan Pagès | 30 Jan 13:10 |
New symbolic icon themes
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
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
New symbolic icon themes
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
New symbolic icon themes
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