Bug 492476 - Render switches output file
Summary: Render switches output file
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: Rendering & Export (show other bugs)
Version: 24.08.0
Platform: Debian stable Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-01 02:32 UTC by Visikde
Modified: 2024-11-20 18:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Visikde 2024-09-01 02:32:21 UTC
***
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..
Comment 1 Jean-Baptiste Mardelle 2024-09-01 05:08:32 UTC
Thanks for your report, confirmed
Comment 2 Jean-Baptiste Mardelle 2024-09-01 12:54:20 UTC
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
Comment 3 Visikde 2024-09-03 18:47:24 UTC
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
Comment 4 Jean-Baptiste Mardelle 2024-09-06 12:44:31 UTC
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
Comment 5 Jean-Baptiste Mardelle 2024-09-07 05:05:57 UTC
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.
Comment 6 Visikde 2024-11-20 01:20:15 UTC
The bug didn't resolve on flatpak version 24.08.3 until yesterdays update  
Mark solved