diff options
author | Jon Gjengset <jon@thesquareplanet.com> | 2013-09-06 11:16:41 +0100 |
---|---|---|
committer | Jon Gjengset <jon@thesquareplanet.com> | 2013-09-06 11:17:11 +0100 |
commit | b739be0dfb2a87b1eae75721a4a7468676c8bfaa (patch) | |
tree | a73f9093c64ab7750808bd290f6054d574db7d74 | |
parent | Make example standalone (diff) | |
download | mktrayicon-b739be0dfb2a87b1eae75721a4a7468676c8bfaa.tar.gz mktrayicon-b739be0dfb2a87b1eae75721a4a7468676c8bfaa.tar.bz2 mktrayicon-b739be0dfb2a87b1eae75721a4a7468676c8bfaa.zip |
Add SO link to X thread problem
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |