*** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** SUMMARY When I render a second file the output file switches from the location I set as default STEPS TO REPRODUCE 1. Render file 2. Render second file 3. Every successive file also switches OBSERVED RESULT Project [output] file switches from /home/twister/Lucy/Edited Vid/ To /home/twister/ Video/ EXPECTED RESULT The destination file should stay the same SOFTWARE/OS VERSIONS Windows: macOS: (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: debian stable KDE Plasma Version: 5.27.5 KDE Frameworks Version: 5.103.0 Qt Version:5.15.8 ADDITIONAL INFORMATION KDEnlive from flatpak If I close & restart KDEnlive the 1st render is in the correct folder & every one after wrong The Video folder is the default project output folder on a new install, before adjusting to my preferred..
Thanks for your report, confirmed
Git commit c277382d09a4e81a4b357bf0a44ab1cf9e606351 by Jean-Baptiste Mardelle. Committed on 01/09/2024 at 12:54. Pushed by mardelle into branch 'master'. Fix render project folder sometimes lost, add proper enums instead of unreadable ints M +0 -8 src/core.cpp M +0 -2 src/core.h M +12 -8 src/dialogs/kdenlivesettingsdialog.cpp M +6 -5 src/dialogs/renderwidget.cpp M +26 -6 src/doc/kdenlivedoc.cpp M +9 -1 src/doc/kdenlivedoc.h M +0 -7 src/mainwindow.cpp M +1 -1 src/render/renderrequest.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/c277382d09a4e81a4b357bf0a44ab1cf9e606351
yesterdays update of the flat through debian stable discover, KDEnlive about shows 24.08.0 Opening new instance, 1st rendered file ignores the project default location & reverts to Video folder, switching to my project preferences, the file renders to the right location Lucy/edited vid Subsequent renders, remembers the file name, but reverts to Video folder
Git commit f04dc6a47f59d3135fc5b55e9e233789fb56f323 by Jean-Baptiste Mardelle. Committed on 06/09/2024 at 12:38. Pushed by mardelle into branch 'release/24.08'. Fix render project folder sometimes lost, add proper enums instead of unreadable ints M +0 -8 src/core.cpp M +0 -2 src/core.h M +12 -8 src/dialogs/kdenlivesettingsdialog.cpp M +6 -5 src/dialogs/renderwidget.cpp M +26 -6 src/doc/kdenlivedoc.cpp M +9 -1 src/doc/kdenlivedoc.h M +0 -7 src/mainwindow.cpp M +1 -1 src/render/renderrequest.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/f04dc6a47f59d3135fc5b55e9e233789fb56f323
Thanks for your report. The fix was too late for 24.08.0, it will be in 24.08.1 which should be released in 8-9 days.
The bug didn't resolve on flatpak version 24.08.3 until yesterdays update Mark solved