Re: [i3] Google hangouts extension

2014-05-26 Thread Michael Stapelberg
Hi Anders,

Anders Aagaard aagaa...@gmail.com writes:
 I'l definitely check out that out. Do you think it would be worth it
 to add a IPC event for a denied focus request? I can have a go at
 making a pull request for it if you'd be interested, but it might be a
 bit of a corner case..
That sounds reasonable. That way, a third-party script can make the
decision (based on arbitrarily complex rules) on what to focus. Submit
patches at http://cr.i3wm.org/ :).

-- 
Best regards,
Michael


Re: [i3] segfaults with libxcb-1.10

2014-05-26 Thread Marcus Crestani
MC == Marcus Crestani crest...@informatik.uni-tuebingen.de writes:
MC Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
MC 0   ??? 0x0001 0 + 4294967296
MC 1   libxcb.1.dylib  0x000110152f24 get_socket_back + 139
MC 2   libxcb.1.dylib  0x0001101534ae xcb_send_request + 
935
MC 3   libxcb.1.dylib  0x000110159784 xcb_intern_atom + 197
MC 4   libstartup-notification-1.0.dylib   0x00010fd3d37e 
sn_xcb_display_new + 78
MC 5   i3  0x00010f6d4e30 main + 4000
MC 6   libdyld.dylib   0x7fff906185fd start + 1
MC Has anybody else seen this problem with libxcb-1.10 on OS X or other
MC platforms?  Is this most likely caused by XQuartz, libxcb, libsn, or i3?

Since nobody seems to have run into this problem, I started digging
deeper.  The problem was caused by my setup, I realized that I was
linking against libsn that itself was linking against a rather old
libxcb-1.6.  Rebuilding libsn and linking it against libxcb-1.10 fixed
the problem.  Sorry for the noise.

-- 
Marcus