I'm having trouble with the message client, it shows zero sent messages. Maybe I don't have sending privs yet?
So here is my solution to Naeddyr's excellent gmic script:


Naeddiyr's G'mic plugin is a joy to work with. No more going back and forth with other applications.

The file downloads just fine. It doesn't run unless the following edits are made.

PROBLEM-1:
~/.gmic file is ignored by gimp

FIX:
In ~/.gmic, Find and Replace all (127 of them)
#@gui >> #@gimp

PROBLEM-2:
Opening an equirectangular image and applying "Rotate Equirectangular Map" in any or no axis leads to this error window message-
*******************************************
*** Error in ./rotate_equirectangular_map/*
*** Unknown filename 'keep[-1]'. *
*******************************************

FIX:
In ~/.gmic,
LINE 122 -- changed "keep[-1]" to "-keep[-1]"
LINE 197 -- changed "keep[-1]" to "-keep[-1]"

The lines look like this:

--- Keep the last (. = [-1] image index) image generated
+++ -Keep the last (. = [-1] image index) image generated

That pesky minus sign is missing from the "keep" filename.

Now it works like a charm.

Thank you Naeddyr.
-- Molly J