RSS/Atom feed Twitter
Site is read-only, email is disabled

Question about tools (and other) icons in GIMP.

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.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Question about tools (and other) icons in GIMP. ?????? ???????? 14 Jul 20:00
  Question about tools (and other) icons in GIMP. Sven Neumann 14 Jul 23:17
  Question about tools (and other) icons in GIMP. David Gowers 15 Jul 01:19
?????? ????????
2010-07-14 20:00:23 UTC (almost 15 years ago)

Question about tools (and other) icons in GIMP.

Hello everybody. I want to sorry for my English because it's not my native language and i am not familiar with it.

Also i am not a serious developer so if i talk something wrong or even bother you please tell me about that.

Since i migrate to open-source programs i am using GIMP often and everything is great (and i am very much obliged to you). But one thing that has been distracting my attention at work is a bright and coloured icon theme. Searching the way to change them i founded a source code and icons inside in uncompiled form. It seems to be very good and i am tried to change them and compile package.

So it works but it's not the way to share them with somebody. (and even install them convenient)
I found some information about which compiled files are responsible for icons here:
http://www.gimpusers.com/forums/gimp-developer/12222-Gimp-Toolbar-Icons.html#msg56152 (it seems like your correspondence)

And it's indicate that icons contained in the gimp-stock-pixbufs.h, gimp-core-pixbufs.h and gimp-wilber-pixbufs.h as i remember. But i can't find even one of them in my system. And there i get stuck. I think you understand that i want to find some files which are responsible for icon themes to be able to replace them. Adwise me please if it is not prevented and if it possible at all.

P.S.: if you interested in what i want to do here is the example: http://gimper.net/viewtopic.php?f=1&t=7764 .

Thank you very much and good luck!

Sven Neumann
2010-07-14 23:17:29 UTC (almost 15 years ago)

Question about tools (and other) icons in GIMP.

On Wed, 2010-07-14 at 22:00 +0400, ?????? ???????? wrote:

Hello everybody. I want to sorry for my English because it's not my native language and i am not familiar with it.

Also i am not a serious developer so if i talk something wrong or even bother you please tell me about that.

Since i migrate to open-source programs i am using GIMP often and everything is great (and i am very much obliged to you). But one thing that has been distracting my attention at work is a bright and coloured icon theme. Searching the way to change them i founded a source code and icons inside in uncompiled form. It seems to be very good and i am tried to change them and compile package.

You can change the icons without changing the source code and without recompiling GIMP. Just add a gtkrc file that overrides the icons. The gtkrc format is documented in the GTK+ developer documentation.

Sven

David Gowers
2010-07-15 01:19:48 UTC (almost 15 years ago)

Question about tools (and other) icons in GIMP.

On Thu, Jul 15, 2010 at 3:30 AM, ?????? ???????? wrote:

Hello everybody. I want to sorry for my English because it's not my native language and i am not familiar with it.

Also i am not a serious developer so if i talk something wrong or even bother you please tell me about that.

Since i migrate to open-source programs  i am using GIMP often and everything is great (and i am very much obliged to you). But one thing that has been distracting my attention at work is a bright and coloured icon theme. Searching the way to change them i founded a source code and icons inside in uncompiled form. It seems to be very good and i am tried to change them and compile package.

So it works but it's not the way to share them with somebody. (and even install them convenient)
I found some information about which compiled files are responsible for icons here:
http://www.gimpusers.com/forums/gimp-developer/12222-Gimp-Toolbar-Icons.html#msg56152 (it seems like your correspondence)

And it's indicate that icons contained in the gimp-stock-pixbufs.h, gimp-core-pixbufs.h and gimp-wilber-pixbufs.h as i remember. But i can't find even one of them in my system. And there i get stuck. I think you understand that i want to find some files which are responsible for icon themes to be able to replace them. Adwise me please if it is not prevented and if it possible at all.

P.S.: if you interested in what i want to do here is the example: http://gimper.net/viewtopic.php?f=1&t=7764 .

Thank you very much and good luck!

For an example of what Sven's talking about, see http://jimmac.musichall.cz/log/?p=30

Jimmac has made a Grayscale icon theme for GIMP, though it is probably somewhat out of date now, you can still see how the icon theming works.