Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:krop:branches:home:krop:Qt6:Extra
qt-creator
fix-application-output.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-application-output.patch of Package qt-creator
From 6f0207c37f7c5c452da55f7b01f97c6df1a0c5ab Mon Sep 17 00:00:00 2001 From: Javier Llorente <javier@opensuse.org> Date: Tue, 8 Dec 2020 14:08:11 +0100 Subject: [PATCH] Fix application output There is no application output on Qt Creator because logging goes to journald. Workaround: set QT_LOGGING_TO_CONSOLE and QT_FORCE_STDERR_LOGGING --- src/app/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/main.cpp b/src/app/main.cpp index 43712c6..9edaeb7 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -558,6 +558,10 @@ int main(int argc, char **argv) restoreEnvVarFromSquish("SQUISH_SHELL_ORIG_DYLD_LIBRARY_PATH", "DYLD_LIBRARY_PATH"); restoreEnvVarFromSquish("SQUISH_ORIG_DYLD_FRAMEWORK_PATH", "DYLD_FRAMEWORK_PATH"); + // Force Qt to log to stderr + Utils::Environment::modifySystemEnvironment( + {{"QT_FORCE_STDERR_LOGGING", "1", Utils::EnvironmentItem::SetEnabled}}); + if (options.userLibraryPath) { if ((*options.userLibraryPath).isEmpty()) { Utils::Environment::modifySystemEnvironment( -- 2.45.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor