GNOME Bugzilla – Bug 722939
asking for an absolute path as gimpdir results in a path relative to the home folder
Last modified: 2014-01-25 18:07:10 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
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(-)