Commit 2584dda50db06c6173fcf2320757dd32c0f401e6

Authored by Georg Hopp
1 parent 0c5dbbeb

Add note about hanging xclip

Showing 1 changed file with 14 additions and 0 deletions
  1 +# Notes
  2 +
  3 +## xclip hangs in subshell environment
  4 +
  5 +In certain situations xclip is known to wait infinatly.
  6 +According to this:
  7 +
  8 +- [Stackoverflow](https://stackoverflow.com/questions/19237559/why-xclip-bashrc-takes-much-longer-than-systemxclip-bashrc-in-ruby)
  9 +- [Sourceforge](http://sourceforge.net/p/xclip/bugs/9/)
  10 +
  11 +This is related to xclip not closing stdout.
  12 +
  13 +To mitigate this I will try to close stdout and stderr within the
  14 +accountmanager.sh script.
... ...
Please register or login to post a comment