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

Patching GIMP help

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.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Patching GIMP help Luis Diego Alpizar Alpizar 10 Aug 01:12
  Patching GIMP help Martin Nordholts 10 Aug 07:45
Luis Diego Alpizar Alpizar
2009-08-10 01:12:55 UTC (over 15 years ago)

Patching GIMP help

See this http://bugzilla.gnome.org/show_bug.cgi?id=591017 How can i apply this patch in linux ubuntu??(i did try using man patch, seem to work, but not sure) i need to recompile GIMP again? (if so how without lossing the patched file? i know basic compiling in linux) I want to test it, to make sure it works. Thanks.

__________________

Martin Nordholts
2009-08-10 07:45:35 UTC (over 15 years ago)

Patching GIMP help

On 08/10/2009 01:12 AM, Luis Diego Alpizar Alpizar wrote:

See this http://bugzilla.gnome.org/show_bug.cgi?id=591017 How can i apply this patch in linux ubuntu??(i did try using man patch, seem to work, but not sure)
i need to recompile GIMP again? (if so how without lossing the patched file? i know basic compiling in linux) I want to test it, to make sure it works. Thanks.

If you are working with source code from a tarball:

patch -p1 < 0001-Bug-591017-Tablet-pan-*.patch

If you are working with source code from git:

git am 0001-Bug-591017-Tablet-pan-*.patch

Yes, you need to recompile and should reinstall GIMP in order to test this.

HTH, Martin