summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Gjengset <jon@thesquareplanet.com>2013-09-06 11:16:41 +0100
committerJon Gjengset <jon@thesquareplanet.com>2013-09-06 11:17:11 +0100
commitb739be0dfb2a87b1eae75721a4a7468676c8bfaa (patch)
treea73f9093c64ab7750808bd290f6054d574db7d74
parentMake example standalone (diff)
downloadmktrayicon-b739be0dfb2a87b1eae75721a4a7468676c8bfaa.tar.gz
mktrayicon-b739be0dfb2a87b1eae75721a4a7468676c8bfaa.tar.bz2
mktrayicon-b739be0dfb2a87b1eae75721a4a7468676c8bfaa.zip
Add SO link to X thread problem
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 683bde6..425df54 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,10 @@ Xlib: sequence lost (0x100c1 > 0xc3) in reply type 0x1c!
mktrayicon: xcb_io.c:179: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
```
-If someone has a genious way to fix this, patches are welcome.
+If someone has a genious way to fix this, patches are welcome. If you have a
+solution, you can get some Stackoverflow reputation over at [this
+question](http://stackoverflow.com/questions/18647475/threading-problems-with-gtk/18651036)
+as well.
Also, it would be nice if removing the FIFO file would cause `mktrayicon` to
exit automatically as if "q" was sent. Unfortunately, this is not entirely
bgstack15