[Konsole-devel] [Bug 279915] "exec daemon konsole" fails
Askar Safin
safinaskar at mail.ru
Tue Sep 6 20:31:16 UTC 2011
https://bugs.kde.org/show_bug.cgi?id=279915
--- Comment #9 from Askar Safin <safinaskar mail ru> 2011-09-06 20:31:16 ---
I understand all!
"konsole" sometimes cannot work if stdout is /dev/null, for example:
# konsole --nofork > /dev/null
<unknown program name>(2946)/: KUniqueApplication: Can't setup D-Bus service.
Probably already running.
(expected: new window opens, actual: error)
But all daemonizing programs redirect stdout to /dev/null, so "konsole" fails.
But I think there is another bugs, because following doesn't work:
# exec daemon sh -c 'exec konsole > /tmp/out'
(expected: current window closes, new opens, actual: current closes)
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list