Date: Mon, 1 Dec 2008 05:30:08 GMT From: "Jeremy Messenger" <mezz7@cox.net> To: gnome@FreeBSD.org Subject: Re: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Message-ID: <200812010530.mB15U8Op062579@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/129023; it has been noted by GNATS. From: "Jeremy Messenger" <mezz7@cox.net> To: "Lars Stokholm" <lars.stokholm@gmail.com> Cc: bug-followup@freebsd.org Subject: Re: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Date: Sun, 30 Nov 2008 23:26:05 -0600 On Sun, 30 Nov 2008 13:57:37 -0600, Lars Stokholm <lars.stokholm@gmail.com> wrote: > On Sun, Nov 30, 2008 at 7:05 PM, Jeremy Messenger <mezz7@cox.net> wrote: >> It does matter, because URI can be more than just entry URL like samba >> URI >> and etc tha way we can location what problem. ;-) I think I might have a >> good idea what your problem is. Do you have ftp/curl installed by any >> chance? If no then can you install curl and reinstall gimp-app to see >> if it >> will helping with your issue? I have curl installed here in my system >> and I >> noticed that gimp will find curl by autocheck then use it. I will add >> ftp/curl dependency in graphics/gimp-app by default with maybe provide >> optional to turn off. > > I made sure curl was installed, deinstalled gimp-app, deleted > /var/db/ports/gimp-app/options and reinstalled gimp-app. I even > removed ~/.gimp-2.6. Still it doesn't work. :( > > %pkg_info -Ex curl > curl-7.18.0 > %pkg_info -Ex gimp > gimp-app-2.6.1_2,1 I might be wrong with curl... I have finally read in configure.in and it shows: ---------------------------------------------------- if test "x$with_gvfs" != xno; then uri_plugin="yes (using GIO/GVfs)" elif test "x$have_gnomevfs" = xyes; then uri_plugin="yes (using gnome-vfs)" elif test "x$have_libcurl" = xyes; then uri_plugin="yes (using libcurl)" elif test "x$os_win32" = xno; then uri_plugin="yes (using wget)" fi ---------------------------------------------------- I have re-ran the 'make configure' and I see output like this: ---------------------------------------------------- Optional Plug-Ins: Ascii Art: yes Help Browser: no (WebKit support disabled) [...] URI: yes (using GIO/GVfs) ---------------------------------------------------- Can you show me output of 'make configure' and attach the config.log too for I can compare with mine? If we have same, then maybe it's gvfs/gio stuff that I don't know. Do you have any error in console and ~/..xsession-errors from gimp? Cheers, Mezz > Cheers, > Lars -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812010530.mB15U8Op062579>