Merge pull request #2972 from TheKodeToad/fix-clean-env

Fix launching Minecraft in portable Linux
This commit is contained in:
TheKodeToad
2024-10-23 22:30:42 +01:00
committed by GitHub

View File

@@ -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