[Gimp-user] python-fu and menus.

2007-04-16 Thread John R. Culleton
There are several python-fu scripts installed but they don't show up 
under the xtn menu or anyplace else I can find when running Gimp. 
Only the sphere.py script shows up. Gimp 2-3-13 on Slackware 11. 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com



_
Need personalized email and website? Look no further. It's easy
with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] python-fu and menus.

2007-04-16 Thread Renan Birck Pinheiro
Em Seg, 2007-04-16 às 12:14 -0400, John R. Culleton escreveu:
 
 There are several python-fu scripts installed but they don't show up 
 under the xtn menu or anyplace else I can find when running Gimp. 

Did you put them in ~/.gimp-2.3/plugins and chmod +x them?



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


Re: [Gimp-user] python-fu and menus.

2007-04-16 Thread John R. Culleton
On Monday 16 April 2007 16:28, Renan Birck Pinheiro wrote:
 Em Seg, 2007-04-16 às 12:14 -0400, John R. Culleton escreveu:
  There are several python-fu scripts installed but they don't show
  up under the xtn menu or anyplace else I can find when running
  Gimp.

 Did you put them in ~/.gimp-2.3/plugins and chmod +x them?
No. I had expected them to be picked up just as the script-fu plug-ins 
were. I did what you suggested and restarted Gimp. They were picked 
up as new plugins during the startup display but I still can't find 
them on a menu.  The only entry on the python submenu is sphere.py, 
which was there when I started. 

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com



_
Need personalized email and website? Look no further. It's easy
with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] python-fu and menus.

2007-04-16 Thread Renan Birck Pinheiro
Em Seg, 2007-04-16 às 16:43 -0400, John R. Culleton escreveu:
 They were picked 
 up as new plugins during the startup display but I still can't find 
 them on a menu. 

Then I don't know. Strange issue.

Since sphere.py shows up, it doesn't seem to be an issue with Python-fu
interpreter.

Do you get any strange output when running GIMP from a terminal?

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


Re: [Gimp-user] python-fu and menus.

2007-04-16 Thread Andrew
Renan Birck Pinheiro wrote:
 Em Seg, 2007-04-16 às 16:43 -0400, John R. Culleton escreveu:
   
 They were picked 
 up as new plugins during the startup display but I still can't find 
 them on a menu. 
 

 Then I don't know. Strange issue.

   
I have the same problem, also Slackware 11, Gimp 2.3.13.

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


Re: [Gimp-user] python-fu and menus.

2007-04-16 Thread Michael Schumacher
John R. Culleton wrote:

 The only entry on the python submenu is sphere.py, which was there when I 
 started. 

They do not necessarily show up there - scripts and plug-ins can
register themselves in any menu they want (and with 2.3, an increasing
number of context menus as well)

Thus the register calls is what you have to look for in the scripts.

HTH,
Michael

-- 
GIMP  http://www.gimp.org  | IRC: irc://irc.gimp.org/gimp
Wiki  http://wiki.gimp.org | .de: http://gimpforum.de
Plug-ins  http://registry.gimp.org |
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user