After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 722939 - asking for an absolute path as gimpdir results in a path relative to the home folder
asking for an absolute path as gimpdir results in a path relative to the home...
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
git master
Other All
: Normal normal
: 2.10
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2014-01-24 22:12 UTC by Elle Stone
Modified: 2014-01-25 18:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Elle Stone 2014-01-24 22:12:38 UTC
When installing from source, when configuring (actually ./autogen.sh), 
asking for --with-gimpdir=/home/elle/code/gimp291/run/gimpdir 
results in a folder located at:
/home/elle/.config/home/elle/code/gimp291/run/gimpdir
Comment 1 Michael Natterer 2014-01-25 18:07:10 UTC
Thanks, fixed in master:

commit 6e07c839784ad3cedbeb0dd9fe646ab3f8554825
Author: Michael Natterer <mitch@gimp.org>
Date:   Sat Jan 25 19:01:46 2014 +0100

    Bug 722939 - asking for an absolute path as gimpdir results in a path...
    
    ...relative to the home folder
    
    If an absolute path was given to the --with-gimpdir configure option,
    use that path literally.

 configure.ac          | 2 +-
 libgimpbase/gimpenv.c | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)