gimp and ufraw
This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.
This is a read-only list on gimpusers.com so this discussion thread is read-only, too.
gimp and ufraw | norman | 16 Sep 22:31 |
gimp and ufraw | Michael Schumacher | 16 Sep 22:59 |
gimp and ufraw | norman | 17 Sep 18:09 |
gimp and ufraw | Andrew | 17 Sep 19:27 |
gimp and ufraw | norman | 17 Sep 21:22 |
gimp and ufraw | Andrew | 17 Sep 21:42 |
gimp and ufraw | norman | 17 Sep 23:01 |
gimp and ufraw | Patrick Shanahan | 17 Sep 23:15 |
gimp and ufraw | Rolf Steinort | 17 Sep 23:36 |
gimp and ufraw | norman | 18 Sep 11:26 |
gimp and ufraw | Tim Jedlicka | 17 Sep 00:18 |
gimp and ufraw
I have recently downloaded and installed the latest version of ufraw by following the instructions on the ufraw web site. I had expected to be able to drag a raw file into the gimp which would launch ufraw, however, this does not happen. My system is Ubuntu 7.04 and I am quite ignorant with regard to the finer points of Linux. Please, could anyone give me the benefit of their advice.
Norman
gimp and ufraw
norman wrote:
I have recently downloaded and installed the latest version of ufraw by following the instructions on the ufraw web site. I had expected to be able to drag a raw file into the gimp which would launch ufraw, however, this does not happen.
I'd expect that the documentation for building ufraw tells you how to install it as a gimp plug-in, too. Maybe something at configure time or maybe a link you have to create?
HTH, Michael
gimp and ufraw
On 9/16/07, norman wrote:
I have recently downloaded and installed the latest version of ufraw by following the instructions on the ufraw web site.
Which instructions did you follow? i.e. Exactly how did you install ufraw? Did you do make install as root or did you do the gimp-tool install as the user using gimp? It has always worked for me when I do a sudo make install
gimp and ufraw
< snip >
I'd expect that the documentation for building ufraw tells you how to install it as a gimp plug-in, too. Maybe something at configure time or maybe a link you have to create?
After considerable research I have come to the conclusion that what I am trying to do is not possible. I use Gimp 2.3.18 and it looks as though UFraw will not install as a plug-in with this version. There are no problems with Gimp 2.2.13, as far as I can tell. However, I like Gimp 2.3.18 so I will just have to use UFraw as a stand alone application. Can any one else throw any further light on the situation?
Norman
gimp and ufraw
norman wrote:
< snip >
I'd expect that the documentation for building ufraw tells you how to install it as a gimp plug-in, too. Maybe something at configure time or maybe a link you have to create?
After considerable research I have come to the conclusion that what I am trying to do is not possible. I use Gimp 2.3.18 and it looks as though UFraw will not install as a plug-in with this version. There are no problems with Gimp 2.2.13, as far as I can tell. However, I like Gimp 2.3.18 so I will just have to use UFraw as a stand alone application. Can any one else throw any further light on the situation?
Norman
If you have two gimp installations, compiling ufraw will probably only install the plugin to one of them. If one of them is in a non-standard location it won't be detected. I have a symlink in the plugins directory of my non-standard installation pointing to the plugins directory of the standard installation.
HTH,
Andrew
gimp and ufraw
On Mon, 2007-09-17 at 19:27 +0200, Andrew wrote:
norman wrote:
< snip >
I'd expect that the documentation for building ufraw tells you how to install it as a gimp plug-in, too. Maybe something at configure time or maybe a link you have to create?
After considerable research I have come to the conclusion that what I am trying to do is not possible. I use Gimp 2.3.18 and it looks as though UFraw will not install as a plug-in with this version. There are no problems with Gimp 2.2.13, as far as I can tell. However, I like Gimp 2.3.18 so I will just have to use UFraw as a stand alone application. Can any one else throw any further light on the situation?
Norman
If you have two gimp installations, compiling ufraw will probably only install the plugin to one of them. If one of them is in a non-standard location it won't be detected. I have a symlink in the plugins directory of my non-standard installation pointing to the plugins directory of the standard installation.
I thought that I had removed Gimp 2.2.13 before I installed Gimp 2.3.18. I found the Ubuntu download for UFraw and followed that procedure. UFraw was installed as a plug-in but in Gimp 2.2.13 and not in 2.3.18 which was still there. I removed Gimp 2.2.13 and there was no plug-in.
I am afraid that my Linux knowledge is insufficient to understand what you mean by a symlink and, even if I did, I have no idea how to go about producing one. Sounds like a very good idea, however.
Norman
gimp and ufraw
norman wrote:
On Mon, 2007-09-17 at 19:27 +0200, Andrew wrote:
norman wrote:
< snip >
I'd expect that the documentation for building ufraw tells you how to install it as a gimp plug-in, too. Maybe something at configure time or maybe a link you have to create?
After considerable research I have come to the conclusion that what I am trying to do is not possible. I use Gimp 2.3.18 and it looks as though UFraw will not install as a plug-in with this version. There are no problems with Gimp 2.2.13, as far as I can tell. However, I like Gimp 2.3.18 so I will just have to use UFraw as a stand alone application. Can any one else throw any further light on the situation?
Norman
If you have two gimp installations, compiling ufraw will probably only install the plugin to one of them. If one of them is in a non-standard location it won't be detected. I have a symlink in the plugins directory of my non-standard installation pointing to the plugins directory of the standard installation.
I thought that I had removed Gimp 2.2.13 before I installed Gimp 2.3.18. I found the Ubuntu download for UFraw and followed that procedure. UFraw was installed as a plug-in but in Gimp 2.2.13 and not in 2.3.18 which was still there. I removed Gimp 2.2.13 and there was no plug-in.
I am afraid that my Linux knowledge is insufficient to understand what you mean by a symlink and, even if I did, I have no idea how to go about producing one. Sounds like a very good idea, however.
Norman
In my case I did:
ln -s /usr/lib/gimp/2.0/plug-ins/ufraw-gimp /opt/gimp-2.4.0/lib/gimp/2.0/plug-ins/ufraw-gimp
The first path is where the plugin was installed; the second one is where I wanted the link.
HTH,
Andrew
gimp and ufraw
< big snip >
In my case I did:
ln -s /usr/lib/gimp/2.0/plug-ins/ufraw-gimp /opt/gimp-2.4.0/lib/gimp/2.0/plug-ins/ufraw-gimp
The first path is where the plugin was installed; the second one is where I wanted the link.
That looks very clever. I will try it out and report back.
Norman
gimp and ufraw
* norman [09-17-07 17:04]:
< big snip >
In my case I did:
ln -s /usr/lib/gimp/2.0/plug-ins/ufraw-gimp /opt/gimp-2.4.0/lib/gimp/2.0/plug-ins/ufraw-gimp
The first path is where the plugin was installed; the second one is where I wanted the link.
That looks very clever. I will try it out and report back.
Yes, it is. But it is a *normal* bash/*sh shell operation. Much
information about these operations may be found in the man and info
files, ie:
man ln
info ln
A good text w/information about shell (what runs the command line) operation is RUTE, Rute Users Tutorial and Exposition, available: http://rute.2038bug.com/index.html.gz
and: The Advanced Bash-Scripting Guide available: http://tldp.org/LDP/abs/abs-guide.pdf
ps, the ln -s example quoted above is to be presented on ONE line.
gimp and ufraw
Am Montag, den 17.09.2007, 21:42 +0200 schrieb Andrew:
norman wrote:
On Mon, 2007-09-17 at 19:27 +0200, Andrew wrote:
I am afraid that my Linux knowledge is insufficient to understand
what
you mean by a symlink and, even if I did, I have no idea how to go
about
producing one. Sounds like a very good idea, however.
Norman
In my case I did:
ln -s /usr/lib/gimp/2.0/plug-ins/ufraw-gimp /opt/gimp-2.4.0/lib/gimp/2.0/plug-ins/ufraw-gimp
The first path is where the plugin was installed; the second one is where I wanted the link.
Norman is using Ubuntu, so
sudo ln -s /usr/lib/gimp/2.0/plug-ins/ufraw-gimp /opt/gimp-2.4.0/lib/gimp/2.0/plug-ins/ufraw-gimp
(in one line please...) would be better. Under Ubuntu you can't login as root.
Rolf
http://meetthegimp.org - Gimp video podcast
gimp and ufraw
< snip >
Right folks. I have carried out, to the best of my failing ability, the instructions you gave, to the letter except that, because I am using Gimp-2.3.18, I substituted this for Gimp-2.4.0. I was informed that the symlink had been done.
Result:- load Gimp 2.2.13, drag image into the window and off we go, load Gimp 2.3.18, drag image into window and we get a list of complaints each headed by TIFF Image manager.
I think I will start my winter hibernation early this year.
Norman