Open jessodum opened 5 months ago
For reasons beyond my current comprehension, the tmsu
process is apparently "crashing" when attempting to run the command from MyTMSUUI_Interface::setTags
(or MyTMSUUI_Interface::unsetTags
)...
MyTMSUUI_Interface::handleFinishedProc
reports the exitCode
is 15, and the QProcess::error()
function is returning 1 (QProcess::Crashed
, "The process crashed some time after starting successfully.", according to https://doc.qt.io/qt-6/qprocess.html#ProcessError-enum).
Workaround:
Considering adding a "deferred" action to allow the popup to close before doing the apply. (In case the issue is somehow related to multi-threading).
Clicking "Apply" on the popup message box when un-applied tags are about to be lost doesn't (seem to) do anything.