Showing
1 changed file
with
14 additions
and
0 deletions
NOTES.md
0 → 100644
| 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