Bug 441202 - Export timeline breaks when folder target changed
Summary: Export timeline breaks when folder target changed
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Dockers/Recorder (other bugs)
Version First Reported In: 5.0.0-beta1
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Tiar
URL:
Keywords:
: 443245 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-08-19 23:09 UTC by David Good
Modified: 2021-10-03 15:57 UTC (History)
2 users (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 David Good 2021-08-19 23:09:15 UTC
SUMMARY


STEPS TO REPRODUCE
1. Changed "Recordings Directory" and export target directory to a location on D drive. 
2. Export worked once, but therafter gave errors about missing folder. Eventually determined temporary files were still being created on C drive, but the export is looking for them on the D drive in the compile step. 
3. 

OBSERVED RESULT
Error when compiling different types of export recordings. 

EXPECTED RESULT
Expected exported recording to appear on my D drive. 

SOFTWARE/OS VERSIONS
Windows: Edition	Windows 10 Home
Version	21H1
Installed on	‎3/‎1/‎2021
OS build	19043.1165
Experience	Windows Feature Experience Pack 120.2212.3530.0

macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Tiar 2021-08-28 01:37:33 UTC
Git commit f9d7e901476b7cb6a4b7ad1e352972522555281f by Agata Cacko.
Committed on 28/08/2021 at 00:39.
Pushed by tymond into branch 'master'.

Fix Recorder config not updated after user change

Before this commit, Recorder docker would not notice user changing
the settings until after restart of Krita. This commit ensures
the settings are read after every change.

M  +8    -0    plugins/dockers/recorder/recorderdocker_dock.cpp

https://invent.kde.org/graphics/krita/commit/f9d7e901476b7cb6a4b7ad1e352972522555281f
Comment 2 Halla Rempt 2021-08-28 07:52:54 UTC
Git commit 58dcdce017149fe1551fddd84e7fdbedeb1426dc by Halla Rempt, on behalf of Agata Cacko.
Committed on 28/08/2021 at 07:52.
Pushed by rempt into branch 'krita/5.0'.

Fix Recorder config not updated after user change

Before this commit, Recorder docker would not notice user changing
the settings until after restart of Krita. This commit ensures
the settings are read after every change.
(cherry picked from commit f9d7e901476b7cb6a4b7ad1e352972522555281f)

M  +8    -0    plugins/dockers/recorder/recorderdocker_dock.cpp

https://invent.kde.org/graphics/krita/commit/58dcdce017149fe1551fddd84e7fdbedeb1426dc
Comment 3 Tiar 2021-10-03 15:57:41 UTC
*** Bug 443245 has been marked as a duplicate of this bug. ***