Re: [dev][dwm] Systray and hipchat

2015-03-12 Thread Yury Shvedov
Ok, I apologize for your waiting. I still couldn't find a time for this. But this patch is not very different from the original. The only differences is your check within SYSTEM_TRAY_REQUEST_DOCK handler and my one line withing unmapnotify() function. Kind regards Yury Shvedov On 03/12/2015 0

Re: [dev][dwm] Systray and hipchat

2015-03-11 Thread Eric Pruitt
On Mon, Mar 09, 2015 at 06:22:23PM +0300, Yury Shvedov wrote: > Of course I will. But I want firstly to check it with original dwm > and to resolve the last issue with pidgin. I'll do it as soon as > possible. Could you please post the patch that you have so far? I don't think it makes sense to ma

Re: [dev][dwm] Systray and hipchat

2015-03-09 Thread Yury Shvedov
Of course I will. But I want firstly to check it with original dwm and to resolve the last issue with pidgin. I'll do it as soon as possible. On 03/09/2015 05:45 PM, Eric Pruitt wrote: On Mon, Mar 09, 2015 at 10:42:37AM +0300, Yury Shvedov wrote: Yes, I did. And it works well for me with versi

Re: [dev][dwm] Systray and hipchat

2015-03-09 Thread Eric Pruitt
On Mon, Mar 09, 2015 at 10:42:37AM +0300, Yury Shvedov wrote: > Yes, I did. And it works well for me with version 2.2.1328 in any > case and I'm happily using it. Then please post your modified version of the dwm systray patch for others to benefit from it. Thanks, Eric

Re: [dev][dwm] Systray and hipchat

2015-03-09 Thread Yury Shvedov
Yes, I did. And it works well for me with version 2.2.1328 in any case and I'm happily using it. Btw with this kludge the pidging bug was partly gone: the icon shown but doesn't update properly. It is easy to understand what happens with it, using debug output as I did for hipchat. -- Kind reg

Re: [dev][dwm] Systray and hipchat

2015-03-08 Thread Eric Pruitt
On Sat, Mar 07, 2015 at 11:09:00PM +0300, Yury Shvedov wrote: > Lol! This is the solution too but it is really kludge and I think > you gave up too early. I solved up the issue with hipchat. I found > out that hipchat unmapping its icon right after creation. From the > unmap_notify() function at s

Re: [dev][dwm] Systray and hipchat

2015-03-07 Thread Yury Shvedov
Lol! This is the solution too but it is really kludge and I think you gave up too early. I solved up the issue with hipchat. I found out that hipchat unmapping its icon right after creation. From the unmap_notify() function at stalontray/src/main.c:665 /* KLUDGE! sometimes icons occas

Re: [dev][dwm] Systray and hipchat

2015-03-07 Thread Eric Pruitt
On Thu, Mar 05, 2015 at 09:40:56AM +0300, Yury Shvedov wrote: > Yep! Sometimes I have the same glitches but It doesn't hurt me. But > absence of an icon any time the client runs distress me. I have not > much time to investigate this too but when I will, I would look to > the code of something like

Re: [dev][dwm] Systray and hipchat

2015-03-07 Thread Eric Pruitt
On Sat, Mar 07, 2015 at 11:51:28AM +0300, Yury Shvedov wrote: > My suggestion is to take one of the applications I mentioned before > and compare with it. I already did; the source code for both applications non-trivial, and I don't feel like digging into them. Eric

Re: [dev][dwm] Systray and hipchat

2015-03-07 Thread Yury Shvedov
No I've never seen hipchat client's tray icon working within dwm tray. Maybe I would have some time on this weekends to check this issue by myself. My suggestion is to take one of the applications I mentioned before and compare with it. -- Kind regards Yury Shvedov On 03/07/2015 05:57 AM, Er

Re: [dev][dwm] Systray and hipchat

2015-03-06 Thread Eric Pruitt
On Thu, Mar 05, 2015 at 09:40:56AM +0300, Yury Shvedov wrote: > Yep! Sometimes I have the same glitches but It doesn't hurt me. But > absence of an icon any time the client runs distress me. I have not > much time to investigate this too but when I will, I would look to > the code of something like

Re: [dev][dwm] Systray and hipchat

2015-03-04 Thread Yury Shvedov
Yep! Sometimes I have the same glitches but It doesn't hurt me. But absence of an icon any time the client runs distress me. I have not much time to investigate this too but when I will, I would look to the code of something like trayer or stalonetray as an example. Kind regards Yury Shvedov

Re: [dev][dwm] Systray and hipchat

2015-03-04 Thread Eric Pruitt
On Wed, Mar 04, 2015 at 02:01:06PM +0300, Yury Shvedov wrote: > The hipchat client(https://www.hipchat.com/downloads#linux) has a > tray icon, but it doesn't shown in systray, applied > by patch > (http://dwm.suckless.org/patches/systray). I use this same p

[dev][dwm] Systray and hipchat

2015-03-04 Thread Yury Shvedov
Hello, Jan Christoph Ebersbach. The hipchat client(https://www.hipchat.com/downloads#linux) has a tray icon, but it doesn't shown in systray, applied by patch (http://dwm.suckless.org/patches/systray). Can you check this, please. Thank you. -- Kind re