[Konsole-devel] [Bug 279915] "exec daemon konsole" fails

Askar Safin safinaskar at mail.ru
Sat Aug 27 20:01:17 UTC 2011


https://bugs.kde.org/show_bug.cgi?id=279915





--- Comment #5 from Askar Safin <safinaskar mail ru>  2011-08-27 20:01:17 ---
> I do not quite understand what 'daemon' and 'start-stop-daemon' do
They daemonize processes (and can do some additional work).
> I would like to remind you of a not-well-noticed behavior of konsole
This doesn't matter.
> I have no idea of the expected result in that start-stop-daemon example
Expected result is closing current konsole and opening another konsole. Actual
result is closing current konsole and no opening.

Also, I forget "-b" option for start-stop-daemon. This option makes real
daemonizing. So, command is: "start-stop-daemon -bx /tmp/k -S".

* start-stop-daemon should create and daemonize process "konsole"
* "-S" means "start" (not stop)
* "-x" means "path to executable"
* I use script /tmp/k instead of real /usr/bin/konsole, because
start-stop-daemon doesn't start process, if we already have one

I did following experiment: http://paste.kde.org/115015/. So, I found another
bug (2nd row in pastebin)!

-- 
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