parent
d6d0994bf1
commit
790aa10f4a
@ -1 +0,0 @@
|
|||||||
12
|
|
@ -0,0 +1,20 @@
|
|||||||
|
Author: Luís Pereira <luis.artur.pereira@gmail.com>
|
||||||
|
Date: Thu May 9 21:14:08 2019 +0100
|
||||||
|
|
||||||
|
Don't throw stderr/stdout to a black hole
|
||||||
|
Implement the consensus solution achieved described in https://github.com/lxqt/lxqt-session/pull/256.
|
||||||
|
It was, actually, one the alternative proposed by https://github.com/keturn.
|
||||||
|
|
||||||
|
diff --git a/lxqt-session/src/lxqtmodman.cpp b/lxqt-session/src/lxqtmodman.cpp
|
||||||
|
index 2beff61..d11ffc0 100644
|
||||||
|
--- a/lxqt-session/src/lxqtmodman.cpp
|
||||||
|
+++ b/lxqt-session/src/lxqtmodman.cpp
|
||||||
|
@@ -467,6 +467,7 @@ LXQtModule::LXQtModule(const XdgDesktopFile& file, QObject* parent) :
|
||||||
|
fileName(QFileInfo(file.fileName()).fileName()),
|
||||||
|
mIsTerminating(false)
|
||||||
|
{
|
||||||
|
+ QProcess::setProcessChannelMode(QProcess::ForwardedChannels);
|
||||||
|
connect(this, SIGNAL(stateChanged(QProcess::ProcessState)), SLOT(updateState(QProcess::ProcessState)));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -1 +1,2 @@
|
|||||||
|
forward-process-output.patch
|
||||||
ensure-necessary-paths-are-pulled-from.patch
|
ensure-necessary-paths-are-pulled-from.patch
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
Name: lxqt-session
|
||||||
|
Bug-Database: https://github.com/lxqt/lxqt-session/issues
|
||||||
|
Bug-Submit: https://github.com/lxqt/lxqt-session/issues/new
|
||||||
|
Changelog: https://github.com/lxqt/lxqt-session/blob/master/CHANGELOG
|
||||||
|
Repository: https://github.com/lxqt/lxqt-session
|
||||||
|
Repository-Browser: https://github.com/lxqt/lxqt-session
|
||||||
|
|
Loading…
Reference in new issue