On 20/11/15 07:44, Stefan Klinger wrote: > In the "Lighttable > import > folder" dialog, how can I type in the > path? I honestly could not figuere this out, but it should be the > standard gtk3 dialog, right?
It is a standard GTK dialog. So the shortcut you're looking for is ctrl-L. > When testing the new version, should this be based on > `release-2.0rc1`, or on `master`? Unless otherwise indicated, above > statements are based on `master`. Either the current rc (rc2) or master. Obviously master is where the work is going on, so it may be slightly broken in between rcs. Though historically this is very rarely a problem. > When updating my working copy from upstream, is it ok to just do `make > -C build install` or do I have to run `./build` again? I normally use ./build.sh but I know some devs who don't. Here's one recommended incantation that obviously includes a whole bunch of debugging symbols and the like, but you get the idea: cd ~/darktable/build/ && rm -rf * && LDFLAGS="-fno-omit-frame-pointer -fsanitize=address -fstack-protector-strong" CFLAGS="${LDFLAGS}" CXXFLAGS="${LDFLAGS}" CPPFLAGS="${LDFLAGS}" CC=gcc-4.9 CXX=g++-4.9 cmake -DCMAKE_BUILD_TYPE=Debug ../ && make -j9 && sudo make -j9 install Seems to me that this rather boils down to: cd build cmake .. make make install > And is `rm -rf build` correct to get a really completely fresh build? Yes, that's right. Regards, Rob ------------------------------------------------------------------------------ _______________________________________________ Darktable-users mailing list Darktable-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/darktable-users