Fix CleanEnviroment()'s usage of stripVariableEntries
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> (cherry picked from commit e7cd8fe078e3a68bd3179816020a9ed08f1b2847)
This commit is contained in:
parent
877ab62c2f
commit
fb7d19941f
@ -102,6 +102,8 @@ QProcessEnvironment CleanEnviroment()
|
||||
QString newValue = stripVariableEntries(key, value, rawenv.value("LAUNCHER_" + key));
|
||||
|
||||
qDebug() << "Env: stripped" << key << value << "to" << newValue;
|
||||
|
||||
value = newValue;
|
||||
}
|
||||
#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
|
||||
// Strip IBus
|
||||
|
Loading…
Reference in New Issue
Block a user