linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #01151
[Bug 811366] Re: ExecuteWithArguments doesn't execute immediately
> Does this mean we've got an active Fedora Do maintainer? ☺
Indeed it does, albeit a dangerously inexperienced one. =)
--
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Do.
https://bugs.launchpad.net/bugs/811366
Title:
ExecuteWithArguments doesn't execute immediately
Status in Do:
Fix Committed
Bug description:
When passing arguments to xargs, ExecuteWithArguments doesn't close
the standard input stream after writing the last argument. As a
result, when multiple arguments are passed the command is not
executed, and Do hangs when exiting. Sending SIGTERM to Do does seem
to close the streams and run any pending commands (so you can try a
bunch of copy operations with the Files and Folders plugin, but they
won't actually execute until you run 'killall gnome-do').
The attached patch fixes this problem by closing the standard input
stream after passing arguments to xargs. It also fixes a minor logging
issue (log messages would list the arguments, but not the actual
command).
To manage notifications about this bug go to:
https://bugs.launchpad.net/do/+bug/811366/+subscriptions
References