Merge pull request #2974 from PrismLauncher/backport-2972-to-release-9.x

[Backport release-9.x] Fix launching Minecraft in portable Linux
This commit is contained in:
TheKodeToad 2024-10-23 22:39:58 +01:00 committed by GitHub
commit 80d675d2e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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