Re: [darktable-dev] OBS packages for xUbuntu

2023-01-04 Thread Jack Bowling
On 2023-01-04 18:29, Mica Semrick wrote: On 1/4/23 18:10, Matthias Andree wrote: You are considering my earlier messages rude and now you are insinuating I had a "deeper issue"? Your 12 paragraph response that didn't answer the question does indeed point to you having a bad day, at the ver

Re: [darktable-dev] Current master fails to build on Fedora 34

2021-07-25 Thread Jack Bowling
On 2021-07-24 10:49 p.m., Terry Duell wrote: Hello Jack, On Sat, 2021-07-24 at 22:25 -0700, Jack Bowling wrote: I just successfully built the same version of master on Ubuntu 21.04, Terry, so it appears to be either a local issue or something awry in the rpmbuild tools. An afterthought...did

Re: [darktable-dev] Current master fails to build on Fedora 34

2021-07-24 Thread Jack Bowling
I just successfully built the same version of master on Ubuntu 21.04, Terry, so it appears to be either a local issue or something awry in the rpmbuild tools. Jack On 2021-07-24 10:01 p.m., Terry Duell wrote: Attempting to build the current master (release-3.7.0-487-g4735ba573) on Fedora 34

Re: [darktable-dev] Darktable exiting when selecting 'add to library'

2021-07-16 Thread Jack Bowling
I made a "0" directory in my home folder and the crashing stopped. YMMV but it is worth a try. Jack On 2021-07-16 8:49 a.m., William Ferguson wrote: There are already several issues about crashing trying path lookup $HOME/0 I'm looking at it, but I haven't been able to recreate it Bill On T

Re: [darktable-dev] version 3.6 blog post available for review

2021-06-17 Thread Jack Bowling
I am also a longterm user since the early days. I have been compiling and using the master code and all I can say is that my images have never looked so good. Everyone should prepare themselves for a great upgrade! Jack On 2021-06-17 8:12 p.m., Jason Polak wrote: This release sounds really am

Re: [darktable-dev] K-3 III sample images uploaded

2021-05-16 Thread Jack Bowling
The only new camera debayering requests I have seen recently have been on github, Terry. The standard way to inform them that it is a feature request rather than a bug report is to begin the title with something like this: FR: Ricoh/Pentax K3-III file support Jack On 2021-05-16 8:05 p.m., Te

Re: [darktable-dev] K-3 III sample images uploaded

2021-05-16 Thread Jack Bowling
Oops, forgot to add that the developers will need both a DNG and a PEF attached to the request. Jack On 2021-05-16 8:05 p.m., Terry Duell wrote: Hello, I followed advice on pixls.us re uploading sample images from the new Pentax K-3 mark III, and provided a DNG and a PEF. Following the upload

Re: [darktable-dev] Bug : dt git master exports in wrong order

2021-03-25 Thread Jack Bowling
Peter - Recent Ubuntus are on at least gcc version 9.x so you either are using an ancient gcc or you made a mistake in the listing below. Jack On 2021-03-24 11:42 p.m., Peter Harde wrote: Am 24.03.21 um 16:42 schrieb William Ferguson: Here's the information required for reporting a bug. Fill

Re: [darktable-dev] DT no longer corretlcy maintains some settings?

2021-02-27 Thread Jack Bowling
I filed a bug on this a few days ago. The dev responsible is working on a fix. Should be done soon. Jack On 2021-02-27 2:47 a.m., Bertwim wrote: Hi developer folks, My version of DT is from the master branch on github. I noticed that when I pulled the latest version today that the (export) s

Re: [darktable-dev] Another compilation failure

2020-10-15 Thread Jack Bowling
On 2020-10-15 3:23 p.m., Patrick Shanahan wrote: * Jack Bowling [10-15-20 18:16]: Ubuntu 20.10 beta, gcc 10.2, llvm 10.0.1, clang 10.0.1 Latest git pull gives me: -- Configuring done CMake Error at src/external/CMakeLists.txt:5 (add_library):   Cannot find source

[darktable-dev] Another compilation failure

2020-10-15 Thread Jack Bowling
Ubuntu 20.10 beta, gcc 10.2, llvm 10.0.1, clang 10.0.1 Latest git pull gives me: -- Configuring done CMake Error at src/external/CMakeLists.txt:5 (add_library):   Cannot find source file: /home/jb/darktable_git/darktable/src/external/whereami/src/whereami.c   Tried ext

Re: [darktable-dev] Error message

2020-10-08 Thread Jack Bowling
Carlos - the fact that your build is tagged as "dirty" means you need to rebase against master to clean everything up. Jack On 2020-10-08 4:07 p.m., Carlos Sevcik wrote: Its a not too clear message from Darktable, there is no lintiff.so in /usr/local/lib. I solve the problem almost by accident

Re: [darktable-dev] Error message

2020-10-08 Thread Jack Bowling
Hi, Carlo. You likely need to rebase against git repository: git pull --rebase --recurse-submodules && git submodule init && git submodule update then build again as usual. Jack On 2020-10-08 11:12 a.m., Carlos Sevcik wrote: I am auser of Darktable from git. It is installed under Linux Mint

Re: [darktable-dev] Build 2483

2020-07-21 Thread Jack Bowling
Yes, Bruce, but if you check the base curve, it should be linear, not a camera-specific base curve. Jack On 2020-07-21 5:13 a.m., Bruce Williams wrote: Hi all, Just looking at build 2483 and reading the release notes for 3.2 in preparation for putting a video together. Notes say that the new

Re: [darktable-dev] dt freezing on aspect change in crop

2020-06-20 Thread Jack Bowling
ich may be triggering the fault with the default Ubuntu session. But I can work with this now regardless. Thank you all for your time. Jack On 2020-06-20 11:12 a.m., Jack Bowling wrote: Tried with opencl disabled on version 2338 but still a hard freeze. Then disabled all options pertaining to

Re: [darktable-dev] dt freezing on aspect change in crop

2020-06-20 Thread Jack Bowling
Tried with opencl disabled on version 2338 but still a hard freeze. Then disabled all options pertaining to module gui selection (single, expanded, etc) but no difference. I have a 98k backtrace. Can I attach to this list or should I use dropbox? Jack On 2020-06-20 7:14 a.m., Peter Harde wrot

Re: [darktable-dev] dt freezing on aspect change in crop

2020-06-20 Thread Jack Bowling
warnings or error messages during build ? Did you try running dt with debug option -d all ? Possibly you can get some more detailed info about your freeze. Peter Am 20.06.20 um 10:08 schrieb Jack Bowling: Thanks, Peter. I did not disable opencl so I will try that to see if it fixes things. But

Re: [darktable-dev] dt freezing on aspect change in crop

2020-06-20 Thread Jack Bowling
Thanks, Peter. I did not disable opencl so I will try that to see if it fixes things. But having no opencl is really not an option :) I am on Ubuntu 20.04. Jack On 2020-06-19 11:57 p.m., Peter Harde wrote: Hi Jack, just tried with 3.1.0+2164~ga64940338, Ubuntu 18.04, OpenCL active, build ab

[darktable-dev] dt freezing on aspect change in crop

2020-06-19 Thread Jack Bowling
I compile dt from git before every run. For the last several compiles, dt has been instantly freezing when doing the following: - select an image in darktable - change the crop aspect from landscape to portrait (or vice versa) - adjust crop to taste - either double click on crop window or click

Re: [darktable-dev] Large number of warnings when building dt master

2020-06-11 Thread Jack Bowling
Typo in the original. The command should read: git pull --rebase --recurse-submodules Jack On 2020-06-10 12:23 a.m., Andreas Schneider wrote: On Tuesday, 9 June 2020 23:17:10 CEST Nicolas Auffray wrote: Hi Peter, I just compile last master (so 3.1.0+2031 now) and I don't have any error abou

Re: [darktable-dev] Handling of Pentax Pixelshift RAW-Files?

2020-04-18 Thread Jack Bowling
See the following link. It is old but may still be relevant: https://askubuntu.com/questions/1145811/error-installing-libjasper-dev-and-libpng12-package-in-ubuntu-19-04 Jack On 2020-04-17 11:30 p.m., Ralf Orlowski wrote: Am 18.04.20 um 00:26 schrieb Terry Duell: On Fri, 17 Apr 2020 19:41:50 +

Re: [darktable-dev] Slow startup (thumbnails regenerated?) with 1:2.0.0-0pmjdebruijn1~trusty

2015-12-29 Thread Jack Bowling
On 2015-12-29 12:04 PM, Roman Lebedev wrote: Oh, second thought, what is the value of "number of background threads"? I bet it is set to 1? Due to printer detection, you want to either have it set to 2, or compile without printer support. Changing background threads to "2" fixed slow thumbnail

Re: [darktable-dev] released 2.0.0

2015-12-22 Thread Jack Bowling
Thanks to jo and all the devs for this great Christmas present! Jack On 2015-12-22 12:26 PM, James E. Marca wrote: Thanks and congratulations to the dev team. Great job on a great tool. ___ darktable developer mailing li