darktable 5.5 is now in feature freeze, so this is what darktable 5.6 is going to look like. Now is the time to test and see what issues can be found before we build the releases in about a month.
I am having the same problem as last weeks build. If I hit the space bar or double click on an image in the film strip of darkroom view the film strip recenters but the new selected image doesn’t open. Last week I had to go back to the previous weeks build. I may have to do the same this time. Any suggestions? Is it only me having this issue?
I deleted (renamed) darktablerc file and restarted DT 5.5.0 +1325 and so far all seems fine. I wonder why this is the case? But it seems to be a local issue just affecting me.
Just tested on win11, master on linux, and with 5.4 on linux and they all act the same. If you right click and draw a line, the image is rotated and cropped automatically. If you have the module open then rotations adjustments show what the crop will be and when you minimize the module the crop takes place.
If you manipulate the rotate and perspective module from a lua-script, such as auto_straighten, then it is possible to have a situation where actions come too fast and the crop may not take effect. Toggling (open and close) the module will fix it. The auto_straighten script has a shortcut that toggles the module.
I had a quick look, but there are a lot of lines to compare. Any ideas on narrowing down which section the problem may be in? It is not a big deal if it only affects me.
Bisection method. Create a new file and copy/paste half the lines from old and remaining from the new darktablerc. If the problem is there, then it problematic line is in the old section. If it doesnt, then keep bringing in the next half of the half. Eventually you will narrow it down.