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

Force gimp reload plugins?

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.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

Force gimp reload plugins? Louise Hoffman 25 Oct 03:53
  Force gimp reload plugins? David Hodson 25 Oct 04:06
   Force gimp reload plugins? Sven Neumann 25 Oct 17:30
    Force gimp reload plugins? Louise Hoffman 25 Oct 23:32
Louise Hoffman
2009-10-25 03:53:52 UTC (about 15 years ago)

Force gimp reload plugins?

Dear developers

Is there a quick way to test (my) plugin when I just have compiled it?

What I do right now is: * compile
* su
* make install
* quit gimp
* start gimp

and it takes forever.

Is there a quicker way? E.g. a way to force gimp to reload the plugins? =)

Hugs, Louise

David Hodson
2009-10-25 04:06:22 UTC (about 15 years ago)

Force gimp reload plugins?

On Sun, 2009-10-25 at 03:53 +0100, Louise Hoffman wrote:

Is there a quick way to test (my) plugin when I just have compiled it?

Once Gimp has been started with the plugin present, you can just replace the executable (make install) and call up the plugin again - Gimp will run the new version. You only need to restart Gimp the first time that you add a new plugin. (As long as the name of the executable and the name of the plugin don't change.)

-- David

Sven Neumann
2009-10-25 17:30:12 UTC (about 15 years ago)

Force gimp reload plugins?

On Sun, 2009-10-25 at 14:06 +1100, David Hodson wrote:

On Sun, 2009-10-25 at 03:53 +0100, Louise Hoffman wrote:

Is there a quick way to test (my) plugin when I just have compiled it?

Once Gimp has been started with the plugin present, you can just replace the executable (make install) and call up the plugin again - Gimp will run the new version. You only need to restart Gimp the first time that you add a new plugin. (As long as the name of the executable and the name of the plugin don't change.)

To be more exact, you don't have to restart GIMP as long as changed plug-in still registers the same procedure and installs the same menu(s).

Sven

Louise Hoffman
2009-10-25 23:32:23 UTC (about 15 years ago)

Force gimp reload plugins?

[snip]

Dear David and Sven

Thanks so much. That will speed up the development a lot =)

Hugs, Louise