Re: [darktable-dev] Personal copy of darktable

2020-10-12 Thread KOVÁCS István
On Mon, 12 Oct 2020 at 18:04, Postmaster wrote: > is it possible to have your own copy of darktable without installing > pgm/libraries outside of your account? I assume you're under Linux. There are 'all-in-one' application packages that ship both the software and the libraries (AppImage,

Re: [darktable-dev] Not flashing a blank space when loading an image?

2020-10-12 Thread juliank
Thankyou Kofa for pointing me to further instructions and information. The Culling mode has some nice functions. I wish they were more intuitive but more on that in future. Also in future I might be able to help write clearer, more succinct instructions for darktable. Alas my flashing problem

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Nicolas Auffray
Here's my script to build darktable (of course, not for the first time but all other times): ### Building manually #!/bin/sh cd /home/nilvus/Projets/darktable rm -rf build /opt/darktable git pull git submodule update ./build.sh --prefix /opt/darktable --build-type Release --install exit 0

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Nicolas Auffray
And did you also remove install directory (where you install dt, by default /opt/darktable)? Important to remove install AND build directory before compile. Le 12/10/2020 à 15:19, Jesus Arocho a écrit : I did remove the entire directory, did a new "git clone

Re: [darktable-dev] [note] in darktable everything is written in lower case -- update translation

2020-10-12 Thread Pascal Obry
Hi Maurizio, > in the Italian translation we used many Caps. as per Italian grammar. > I am not in the position to write the script but maybe you  can use > the it.po file as a sort of 'template' for tests or something > similar Noted, could indeed a good way to check the script. Thanks, >

Re: [darktable-dev] Personal copy of darktable

2020-10-12 Thread Patrick Shanahan
* Postmaster [10-12-20 12:08]: > is it possible to have your own copy of darktable without installing > pgm/libraries outside of your account? > > Also what would an "install" do if not done as administrator. you do not provide enough information for one to guess what you are trying to

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread KOVÁCS István
git clean -d -f -x ; git pull --rebase --recurse-submodules This will remove generated files, then update from git. ___ darktable developer mailing list to unsubscribe send a mail to

[darktable-dev] Personal copy of darktable

2020-10-12 Thread Postmaster
is it possible to have your own copy of darktable without installing pgm/libraries outside of your account? Also what would an "install" do if not done as administrator. ___ darktable developer mailing list to unsubscribe

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Hubert Kowalski
Yep, no need to remove git clone dir pon., 12 paź 2020 o 16:53 Jesus Arocho napisał(a): > So, is it sufficient to remove the build directory and the /opt/darktable > (or wherever), and not remove the entire darktable pull directory? > > On Mon, Oct 12, 2020 at 9:48 AM Nicolas Auffray < >

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Jesus Arocho
So, is it sufficient to remove the build directory and the /opt/darktable (or wherever), and not remove the entire darktable pull directory? On Mon, Oct 12, 2020 at 9:48 AM Nicolas Auffray wrote: > Here's my script to build darktable (of course, not for the first time but > all other times): >

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Jesus Arocho
Ahh, that did it. I will add the item to a 'start from scratch' bash script. Thanks On Mon, Oct 12, 2020 at 9:22 AM Nicolas Auffray wrote: > And did you also remove install directory (where you install dt, by > default /opt/darktable)? > > Important to remove install AND build directory

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Jesus Arocho
I did remove the entire directory, did a new "git clone git:// github.com/darktable-org/darktable.git", submodule init, etc. Same result. On Mon, Oct 12, 2020 at 9:12 AM parafin wrote: > Clean your install dir in this case, not just build. > > > On Mon, 12 Oct 2020 15:09:41 +0200 > Hubert

Re: [darktable-dev] [note] in darktable everything is written in lower case -- update translation

2020-10-12 Thread Maurizio Paglia
Ciao Pascal, in the Italian translation we used many Caps. as per Italian grammar. I am not in the position to write the script but maybe you can use the it.po file as a sort of 'template' for tests or something similar Thanks, Maurizio Il giorno dom 11 ott 2020 alle ore 12:43 Pascal Obry

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread parafin
Clean your install dir in this case, not just build. On Mon, 12 Oct 2020 15:09:41 +0200 Hubert Kowalski wrote: > People keep making same mistake > > Clean your build dir before compiling darktable after git update. the error > is with "modulelist.c" file which was removed in recent module

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Hubert Kowalski
People keep making same mistake Clean your build dir before compiling darktable after git update. the error is with "modulelist.c" file which was removed in recent module groups rework by AlicVB pon., 12 paź 2020 o 15:03 Jesus Arocho napisał(a): > I had not used dt for a couple of weeks,

[darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Jesus Arocho
I had not used dt for a couple of weeks, I did an update from git and compiled, no error messages. Program opened ok and I opened the new photo directory. Applied stars ok and then limited the selection to 4 stars. When trying to open an image, the program locked up. I attached an error file