[Gimp-developer] Patch to add to build/windows/jhbuild/patches/

2013-11-17 Thread Jehan Pagès
Hi Drawoc,

We have this bug report about the fact that fontconfig's default cache
directory on Windows may not be very well chosen.
https://bugzilla.gnome.org/show_bug.cgi?id=703331

I've opened a bug report upstream to propose another default, but in
the meantime, whether or not the change is accepted upstream, I guess
we can use this new default in our builds. Using the temp folder may
indeed not be the wisest (same on Linux, we usually never save things
in a temp folder if we expect it to be still available at next
reboot).
So you can just have a look at the upstream bug:
https://bugs.freedesktop.org/show_bug.cgi?id=71691
There is a patch there. I guess we can use it in our builds, no?
Bye!

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


Re: [Gimp-developer] Fwd: GIMP Icons

2013-11-17 Thread Jehan Pagès
Hi,

On Fri, Nov 15, 2013 at 9:41 AM, Michael Henning
dra...@darkrefraction.com wrote:
 This was replied to just me, so I'm forwarding it to the entire list.

Thanks Michael.


 -- Forwarded message --
 From: Andrew Pullins android2...@gmail.com
 Date: Thu, Nov 14, 2013 at 2:15 AM
 Subject: Re: [Gimp-developer] GIMP Icons
 To: Michael Henning dra...@darkrefraction.com



  You have not answered to the question. What version is it *exactly*?
  The last is 2.8.8. Just 2.8 is not enough, there has been 4 minor
  versions in 2.8. Please check the About of the program.


 here are some comments form my DeviantArt

 Linux

 Works fine on Debian Wheezy / Gimp 2.8.x

 Dark theme crashes on Ubuntu 12.04, but Light works fine.

I just tested on my Linux Mint. The dark theme crashes too.
So I tracked the bug. As I thought, the issue is in GTK+. I have fixed
it on my locale development and will upload the patch tomorrow on
Bugzilla (I want first to do a few more tests and see if it affects
GTK+ 3 as well. But for now, I must sleep).

 [...]

  There seems to be a lot of missing icons in your set, and more
  problematic, several errors in the gtkrc.
  So that may explain why it does not work well (or at all) for some
  people (maybe it depends on the version of GTK+ installed). The best
  on your side would be to fix at least the gtkrc.


  well I can see how I messed some icons, there are a lot. as for the
 gtkrc I kinda just took a bunch of different themes mashed them
 together and ctrl found colors till switching them out got the look I
 wanted. I honestly have no idea what I'm doing with these themes. I
 did not know there was anything wrong with the gtkrc and have no idea
 where to start. I really wanted this to be a GMIP only theme, there
 seems to be a lot of GIMIP themes out there that can be used for many
 applications and there for have a lot of extra stuff that GIMP dose
 not need.

I see. Well if you just follow all the warning output in a terminal,
you can at least track all the non-existent images and get rid of the
references in the gtkrc.
That would be already a good start. :-)

  In any case, if really GIMP crashes because of this, that's not
  normal. It should not crash on wrong input. Could you please open a
  bug report: https://bugzilla.gnome.org/enter_bug.cgi?product=GIMP



  Then a developer (maybe me) will look into it when we have some time,
  and we'll try to reproduce the crash.


  I will do so.

Well, now that I have fixed the bug, I may as well take care of the
bug ticket too, I guess.
Thanks for the report anyway.

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


Re: [Gimp-developer] Fwd: GIMP Icons

2013-11-17 Thread Jehan Pagès
Hi again,

On Mon, Nov 18, 2013 at 12:25 AM, Jehan Pagès
jehan.marmott...@gmail.com wrote:
 Hi,

 On Fri, Nov 15, 2013 at 9:41 AM, Michael Henning
 dra...@darkrefraction.com wrote:
 This was replied to just me, so I'm forwarding it to the entire list.

 Thanks Michael.


 -- Forwarded message --
 From: Andrew Pullins android2...@gmail.com
 Date: Thu, Nov 14, 2013 at 2:15 AM
 Subject: Re: [Gimp-developer] GIMP Icons
 To: Michael Henning dra...@darkrefraction.com



  You have not answered to the question. What version is it *exactly*?
  The last is 2.8.8. Just 2.8 is not enough, there has been 4 minor
  versions in 2.8. Please check the About of the program.


 here are some comments form my DeviantArt

 Linux

 Works fine on Debian Wheezy / Gimp 2.8.x

 Dark theme crashes on Ubuntu 12.04, but Light works fine.

 I just tested on my Linux Mint. The dark theme crashes too.
 So I tracked the bug. As I thought, the issue is in GTK+. I have fixed
 it on my locale development and will upload the patch tomorrow on
 Bugzilla (I want first to do a few more tests and see if it affects
 GTK+ 3 as well. But for now, I must sleep).

Well in the end, I did not want to push it to tomorrow. So I just
tested and made the ticket now.
See https://bugzilla.gnome.org/show_bug.cgi?id=712536

With this patch, we will handle better broken themes.

In the meantime, you should fix your theme if you want it to work with
current GTK+.
In particular, just remove all the gap_file, gap_start_file and
gap_end_file in your gtkrc which do not correspond to an existing
image. These were the pieces of the gtkrc which was making GTK+ crash.
Regards,

Jehan


 [...]

  There seems to be a lot of missing icons in your set, and more
  problematic, several errors in the gtkrc.
  So that may explain why it does not work well (or at all) for some
  people (maybe it depends on the version of GTK+ installed). The best
  on your side would be to fix at least the gtkrc.


  well I can see how I messed some icons, there are a lot. as for the
 gtkrc I kinda just took a bunch of different themes mashed them
 together and ctrl found colors till switching them out got the look I
 wanted. I honestly have no idea what I'm doing with these themes. I
 did not know there was anything wrong with the gtkrc and have no idea
 where to start. I really wanted this to be a GMIP only theme, there
 seems to be a lot of GIMIP themes out there that can be used for many
 applications and there for have a lot of extra stuff that GIMP dose
 not need.

 I see. Well if you just follow all the warning output in a terminal,
 you can at least track all the non-existent images and get rid of the
 references in the gtkrc.
 That would be already a good start. :-)

  In any case, if really GIMP crashes because of this, that's not
  normal. It should not crash on wrong input. Could you please open a
  bug report: https://bugzilla.gnome.org/enter_bug.cgi?product=GIMP



  Then a developer (maybe me) will look into it when we have some time,
  and we'll try to reproduce the crash.


  I will do so.

 Well, now that I have fixed the bug, I may as well take care of the
 bug ticket too, I guess.
 Thanks for the report anyway.

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