Re: Gimp-help not working after portupgrade

2008-10-26 Thread Mike Clarke
As a follow-up to my last post I've discovered something very odd.

If I run gimp from a terminal window using just the command gimp then I 
can access the local help files with no problem (but still can't load 
any files via http).

If I run gimp from the KDE menu (or by pressing ALT+F2 and typing gimp 
into the run dialog then I get the The GIMP user manual is not 
installed error as before.

I've tried to run truss -p on the process started from the KDE menu 
but truss aborts with a message Cannot malloc -33677376 bytes for 
pollfd array: Cannot allocate memory - yes thats a minus sign in front 
of 33677376).

Any suggestions where I go from here?

-- 
Mike Clarke
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gimp-help not working after portupgrade

2008-10-25 Thread Warren Block

On Sat, 25 Oct 2008, Mike Clarke wrote:


gimp-help-2.4.1 worked OK with 2.4 but perhaps it's not compatible with
2.6. (I see from www.gimp.org that work is in progress on updating the
user manual for GIMP 2.6) so I thought I'd switch over to the online
help but then I got the following error message:

---
Could not open 'http://docs.gimp.org/2.6/en/gimp-help.xml' for reading:
Operation not supported

Perhaps you are missing GIO backends and need to install GVFS?
---

I have gio-fam-backend-2.16.5 and gvfs-0.2.5 installed.


With the same ports but also py25-gimp-app-2.6.1, it works here.  Gimp 
settings:


  User Manual: Use the online version
  Help browser to use: Web browser
  Web browser to use: firefox3 %s


This isn't restricted to just the online help, gimp won't load any file
via http.


Hadn't tried opening an image URL before, but that seems to work here as 
well.


-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gimp-help not working after portupgrade

2008-10-25 Thread Jan Henrik Sylvester

Mike wrote:
 After upgrading to Gimp 2.6.1 (on 6.4-RC1) I can't access
 the Gimp help files.

graphics/gimp-app misses a dependency:

http://lists.freebsd.org/pipermail/freebsd-gnome/2008-October/020978.html

Install www/webkit-gtk2 and rebuild graphics/gimp-app.

Please, report back if that solves the problem with gimp-help. If it 
does that might be an argument to add the dependency to gimp-app.


(The pkg-plist of graphics/gimp-app must be fixed one way or the other.)

Cheers,
Jan Henrik
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gimp-help not working after portupgrade

2008-10-25 Thread Mike Clarke
On Saturday 25 October 2008, Jan Henrik Sylvester wrote:

 graphics/gimp-app misses a dependency:

 http://lists.freebsd.org/pipermail/freebsd-gnome/2008-October/020978.
html

 Install www/webkit-gtk2 and rebuild graphics/gimp-app.

 Please, report back if that solves the problem with gimp-help. If it
 does that might be an argument to add the dependency to gimp-app.

I tried that but still had exactly the same problem.

I also reinstalled gimp, gimp-app and gimp-help after installing 
webkit-gtk2 but still no change.

curlew:/home/mike% pkg_info -Ix gimp webkit-gtk2
gimp-2.6.1,2The meta-port for The Gimp
gimp-app-2.6.1_1,1  A GNU Image Manipulation Program
gimp-gutenprint-5.1.7_1 GutenPrint Printer Driver
gimp-help-2.4.1 GIMP user's manual
webkit-gtk2-0.0.30549_1 An opensource browser engine

Gimp is firmly of the opinion that gimp-help isn't installed, the help 
tab of the preferences dialog has a message saying The user manual is 
not installed locally.

-- 
Mike Clarke
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]