Gimp-Forum.net
Trouble with a plugin - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions)
+--- Thread: Trouble with a plugin (/Thread-Trouble-with-a-plugin)



Trouble with a plugin - Tulevik - 01-14-2024

Good evening,

I am using GIMP 2.10.18 on a MX Linux distro. I can't use nor see this plugin, despite being included into the /home/username/.config/GIMP/2.10/plug-ins/ folder:

https://www.gimpscripts.net/2020/12/calendar-generator-v-01-win64bit.html

I know that it is a plugin which is apparently designed for the Windows version of GIMP. But, can I use it somehow on Linux? Can I convert to a format that Linux understands it?

I tried to launch GIMP for Windows via Wine and put that plugin in the corresponding plug-ins folder, but when I launch that plugin, GIMP hangs up.

Thanks in advance!


RE: Trouble with a plugin - PixLab - 01-15-2024

Try this script [attachment=11019]

Once they are in the scripts directory, refresh the script via Filters > Script-Fu > Refresh Scripts or just restart GIMP.

Then you will find them in Filters > Render > Calendar > Month / Year

Explanation and example are over-there > http://gimpchat.com/viewtopic.php?f=9&t=20565&start=0

It's not as "evolved" than your example, but might do the trick, it's a SCM thus works on any OS Big Grin


RE: Trouble with a plugin - Tulevik - 01-15-2024

(01-15-2024, 07:27 AM)PixLab Wrote: Try this script

Once they are in the scripts directory, refresh the script via Filters > Script-Fu > Refresh Scripts or just restart GIMP.

Then you will find them in Filters > Render > Calendar > Month / Year

Explanation and example are over-there > http://gimpchat.com/viewtopic.php?f=9&t=20565&start=0

It's not as "evolved" than your example, but might do the trick, it's a SCM thus works on any OS  Big Grin

Thank you very much for your help, nice script! Shy