Just wondering if anyone else is having a problem with DT 5 locking up when the waveform is selected. It’s happened every time I’ve selected the waveform display and requires force closing DT. Wasn’t a problem in 4.8.
I’m using Linux Mint / Intel CPU / Nvidia RTX 3060. Open CL selected.
I think the problem is unique to my desktop build - it does not happen on my laptop. It is not the end of the world so I will just wait for 5.0.1 to come out and reinstall darktable and see what happens. In the meantime thanks for taking the time to check it out and respond.
edit to add that the lockup problem is no longer occurring but the vectorscope simply does not appear
I have tried everything I can find to start from terminal including ‘darktable -d common’ and ‘darktable-cli’ but always get the following error:
Command ‘darktable-cli’ not found, but can be installed with: sudo apt install darktable
I suspect this has something to do with not using the darktable supplied with Mint 22 (which is only 4.6) and building from the source code on the darktable.org site.
This may be self inflicted since I have not launched darktable from terminal previously.
Either run /opt/darktable/bin/darktable -d …
Or go to that directory, and run ./darktable -d …
On Linux, for sake of security, the current directory is not on the path (won’t be checked for executable programs). This way, you only run the system’s trusted (packaged or administrator-installed) software, unless you explicitly state otherwise.
FWIW I was only able to launch darktable from the terminal when attempting from the root using /opt/darktable/bin/darktable -d all. If I tried to launch darktable by first going to the /opt/darktable/bin directory I would get the command darktable not found…