Re: [Gimp-user] Can't find script-fu menu in GIMP 2.6 for Windows

2009-03-06 Thread Sven Neumann
Hi,

On Fri, 2009-03-06 at 21:06 +0100, Ismael Valladolid Torres wrote:
> On Fri, Mar 6, 2009 at 12:43 PM, Sven Neumann  wrote:
> > We dropped the Script-Fu menu completely as the user should not have to
> > care about the programming language a particular function is implemented
> > in. All scripts have been merged into the menus where they fit from a
> > functionality point of view. Scripts that still try to register in the
> > old Script-Fu menu are automatically redirected to the Filters menu. You
> > can use the Plug-In Browser from the Help menu to locate them.
> 
> It's a nice idea, but why if I used to register the script under the
> "Alchemy" menu, it appears now under "Artistic"¿?

Because most items from the "Alchemy" menu have been moved to the
"Artistic" menu. If I remember correctly we have discussed the new menus
extensively on the gimp-developer list. So if you are interested, feel
free to look this up in the archives.

About your script, please consider to adapt the position where it
registers to the new menu layout.


Sven


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Can't find script-fu menu in GIMP 2.6 for Windows

2009-03-06 Thread Ken Warner
Thank you for your reply.  That's good to know.

Sven Neumann wrote:
> Hi,
> 
> On Fri, 2009-03-06 at 08:45 -0800, Ken Warner wrote:
> 
> 
>>So if/when I upgrade GIMP to some future 2.6 release, those scripts and 
>>plugins
>>will be found just as they are now with 2.6.4?
> 
> 
> Of course. Why do you ask this? Perhaps it is not clear to you that all
> 2.6 releases are just bug-fix releases. There are no new features being
> added. There are basically no changes at all, except for bug-fixes.
> 
> 
> Sven
> 
> 
> 
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Can't find script-fu menu in GIMP 2.6 for Windows

2009-03-06 Thread Sven Neumann
Hi,

On Fri, 2009-03-06 at 08:45 -0800, Ken Warner wrote:

> So if/when I upgrade GIMP to some future 2.6 release, those scripts and 
> plugins
> will be found just as they are now with 2.6.4?

Of course. Why do you ask this? Perhaps it is not clear to you that all
2.6 releases are just bug-fix releases. There are no new features being
added. There are basically no changes at all, except for bug-fixes.


Sven


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Can't find script-fu menu in GIMP 2.6 for Windows

2009-03-06 Thread Ken Warner


Sven Neumann wrote:
> Hi,

>>I have only 6 scripts that appear under the Script-Fu menu in
>>GIMP 2.6.4 -- but I use those scripts alot.  I installed them by
>>manually putting them in C:\Documents and Settings\Administrator\.gimp-2.6
> 
> That can hardly work. You need to put them into the scripts folder in
> that directory.

Yes, of course.  Scripts in the scripts folder -- plugins in the plugin folder.
I didn't think I had to be that explicit with you...

>>Tell me exactly how I would install those scripts in 2.6.5 and beyond
>>and where would they appear in the menu?
> 
> That works exactly as in 2.6.4.

So if/when I upgrade GIMP to some future 2.6 release, those scripts and plugins
will be found just as they are now with 2.6.4?

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Can't find script-fu menu in GIMP 2.6 for Windows

2009-03-06 Thread Sven Neumann
Hi,

On Fri, 2009-03-06 at 04:21 -0800, Ken Warner wrote:

> I have only 6 scripts that appear under the Script-Fu menu in
> GIMP 2.6.4 -- but I use those scripts alot.  I installed them by
> manually putting them in C:\Documents and Settings\Administrator\.gimp-2.6

That can hardly work. You need to put them into the scripts folder in
that directory.

> Tell me exactly how I would install those scripts in 2.6.5 and beyond
> and where would they appear in the menu?

That works exactly as in 2.6.4.


Sven


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Can't find script-fu menu in GIMP 2.6 for Windows

2009-03-06 Thread Ken Warner
Sven,

I have only 6 scripts that appear under the Script-Fu menu in
GIMP 2.6.4 -- but I use those scripts alot.  I installed them by
manually putting them in C:\Documents and Settings\Administrator\.gimp-2.6

Tell me exactly how I would install those scripts in 2.6.5 and beyond
and where would they appear in the menu?

I can give you more info about those scripts if you need it.

Ken


Sven Neumann wrote:
> Hi,
> 
> On Fri, 2009-03-06 at 11:14 +0100, Ismael Valladolid Torres wrote:
> 
>>Just installed GIMP 2.6.5 for Windows. As usual after installing any
>>GIMP version in any system, I tried to recover a script-fu I
>>programmed months ago. I simply unzipped it into
>>%HOME%\.gimp-2.6\scripts and restarted the GIMP. I open an image and
>>try to apply the script, and I notice there no longer is a script-fu
>>menu anywhere.
>>
>>Under Filters I see a Script-Fu submenu with the options Console,
>>Start server and Refresh scripts. My script doesn't appear under any
>>of the Filters submenus. If I start the console and look for the main
>>function defined in my script, she's there. But it appears as a
>>"temporal procedure" (?)
>>
>>What I find amazing is that none of the scripts stored in C:\Program
>>Files\GIMP-2.0\share\gimp\2.0\scripts appear anywhere either. Checked
>>paths to scripts in program preferences and they're ok.
> 
> 
> We dropped the Script-Fu menu completely as the user should not have to
> care about the programming language a particular function is implemented
> in. All scripts have been merged into the menus where they fit from a
> functionality point of view. Scripts that still try to register in the
> old Script-Fu menu are automatically redirected to the Filters menu. You
> can use the Plug-In Browser from the Help menu to locate them.
> 
> 
> Sven
> 
> 
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
> 
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Can't find script-fu menu in GIMP 2.6 for Windows

2009-03-06 Thread Sven Neumann
Hi,

On Fri, 2009-03-06 at 11:14 +0100, Ismael Valladolid Torres wrote:
> Just installed GIMP 2.6.5 for Windows. As usual after installing any
> GIMP version in any system, I tried to recover a script-fu I
> programmed months ago. I simply unzipped it into
> %HOME%\.gimp-2.6\scripts and restarted the GIMP. I open an image and
> try to apply the script, and I notice there no longer is a script-fu
> menu anywhere.
> 
> Under Filters I see a Script-Fu submenu with the options Console,
> Start server and Refresh scripts. My script doesn't appear under any
> of the Filters submenus. If I start the console and look for the main
> function defined in my script, she's there. But it appears as a
> "temporal procedure" (?)
> 
> What I find amazing is that none of the scripts stored in C:\Program
> Files\GIMP-2.0\share\gimp\2.0\scripts appear anywhere either. Checked
> paths to scripts in program preferences and they're ok.

We dropped the Script-Fu menu completely as the user should not have to
care about the programming language a particular function is implemented
in. All scripts have been merged into the menus where they fit from a
functionality point of view. Scripts that still try to register in the
old Script-Fu menu are automatically redirected to the Filters menu. You
can use the Plug-In Browser from the Help menu to locate them.


Sven


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user