Opt into Flatpak progress reporting now that we support the relevant escape sequences

Sets FLATPAK_TTY_PROGRESS in the environment, cf. [1]

[1] https://feaneron.com/2025/01/14/flatpak-1-16-is-out/progre
This commit is contained in:
Kai Uwe Broulik
2025-12-23 19:15:11 +01:00
parent b5dc442531
commit 1d904f3c41

View File

@@ -590,6 +590,8 @@ void Session::run()
secretEnv << QStringLiteral("KONSOLE_DBUS_ACTIVATION_COOKIE=%1").arg(m_activationCookie);
#endif
addEnvironmentEntry(QStringLiteral("FLATPAK_TTY_PROGRESS=1"));
// stuff set via addEnvironmentEntry and the secret parts
const QStringList fullEnv = _environment + secretEnv;