You are not logged in.

#126 2008-04-13 18:49:04

japetto
Member
From: Chicago, IL US
Registered: 2006-07-02
Posts: 183

Re: bmpanel

Great job nsf!

Offline

#127 2008-04-29 10:53:14

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: bmpanel

I've noticed a bug, whenever I hover over a system tray icon that has a pop dialogue such as xchat, a part bar blacks out and doesn't restore until a window is clicked on.


Website - Blog - arch-home
Arch User since March 2005

Offline

#128 2008-05-03 18:43:29

nsf
Member
From: Yekaterinburg, Russia
Registered: 2007-09-15
Posts: 160
Website

Re: bmpanel

pyther wrote:

I've noticed a bug, whenever I hover over a system tray icon that has a pop dialogue such as xchat, a part bar blacks out and doesn't restore until a window is clicked on.

Yes, I see this. But not sure why this is happening. I thought X should drop an expose event in that case.
Thank you for bug, I planned to rewrite a font renderer to pango and maybe I try to do something with this too. Not sure about date, when to wait a release.

Last edited by nsf (2008-05-03 18:43:55)


Bmpanel2 and obkey developer.

Offline

#129 2008-05-13 20:22:55

nsf
Member
From: Yekaterinburg, Russia
Registered: 2007-09-15
Posts: 160
Website

Re: bmpanel

0.9.15:

This is minifix. There was a known bug in rendering code.
Also I disabled BadWindow error logging, because such errors happen often and these "errors" can't be fixed simply. When I was designing bmpanel, I didn't think about X synchronization issues. And so.. some of the functions were written with one thing in mind: "the parameters are always correct". But it's not quite true. For example X may send me "change window desktop event" and after that "window destroy event". And when bmpanel starts to process these events and ask X server for window's new desktop number, X will respond with BadWindow error, because on X server window is already destroyed. It is simple case of desync. I didn't get it before, but now it's too late sad
However, such desyncs are not causing errors. Well, I hope they aren't.

Last edited by nsf (2008-05-13 20:40:20)


Bmpanel2 and obkey developer.

Offline

#130 2008-05-18 19:59:04

nsf
Member
From: Yekaterinburg, Russia
Registered: 2007-09-15
Posts: 160
Website

Re: bmpanel

Finally my gitweb and git-daemon services went online. They are hosted on my home workstation, so 2 restrictions:
1. bandwidth is only 250kbit/s
2. not 24/7 uptime (but close to it)

For bmpanel it means you can:
a) browse it's repo with your web browser here: http://jiss.convex.ru/?p=bmpanel.git;a=summary
b) clone it with git using this command: git clone git://jiss.convex.ru/bmpanel.git

Last edited by nsf (2008-05-18 20:01:43)


Bmpanel2 and obkey developer.

Offline

#131 2008-05-21 18:32:29

nsf
Member
From: Yekaterinburg, Russia
Registered: 2007-09-15
Posts: 160
Website

Re: bmpanel

0.9.16:

Main change here is new fontconfig font searching style. No more f**king ugly file names. Everything is nice and sweet now. Be careful when using with custom themes, all font theme lines should be updated.
For more info see: http://fontconfig.org/fontconfig-user.html (but not all options will work with bmpanel)

Quick examples:
DejaVuSans-14
DejaVuSans-8:bold
Verdana-12:italic

But as before, only ttf files are acceptable.
If you have some problems with this version, please post message here or mail me. Fontconfig stuff is new to me, so I'm not sure that I did everything right.

Thank you for using bmpanel!

PS: And as always I forgot to update version number. So, don't believe to what bmpanel --version says. Fixed in git.
PPS: Also I should add fontconfig dependency in PKGBUILD (this note is for me big_smile).

Last edited by nsf (2008-05-21 18:51:58)


Bmpanel2 and obkey developer.

Offline

#132 2008-05-21 21:01:32

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: bmpanel

I still have the problem where if a systray tooltip shows up it leaves a black spot on the bar, as soon as I click on a window it get removed.

Maybe its possible to "refresh" the bar when a tooltip disappears?


Website - Blog - arch-home
Arch User since March 2005

Offline

#133 2008-05-22 05:07:36

nsf
Member
From: Yekaterinburg, Russia
Registered: 2007-09-15
Posts: 160
Website

Re: bmpanel

pyther wrote:

I still have the problem where if a systray tooltip shows up it leaves a black spot on the bar, as soon as I click on a window it get removed.

Maybe its possible to "refresh" the bar when a tooltip disappears?

Of course you have. I didn't work on that. I have few thought how it can be fixed, maybe today I'll try to do something (no promises).
PS: Also screenshot of the problem would be helpful.

Last edited by nsf (2008-05-22 06:41:30)


Bmpanel2 and obkey developer.

Offline

#134 2008-05-22 05:45:20

lyrae
Member
From: Australia
Registered: 2006-08-03
Posts: 142

Re: bmpanel

nsf wrote:

0.9.16:

Main change here is new fontconfig font searching style. No more f**king ugly file names. Everything is nice and sweet now. Be careful when using with custom themes, all font theme lines should be updated.
For more info see: http://fontconfig.org/fontconfig-user.html (but not all options will work with bmpanel)

Quick examples:
DejaVuSans-14
DejaVuSans-8:bold
Verdana-12:italic

But as before, only ttf files are acceptable.
If you have some problems with this version, please post message here or mail me. Fontconfig stuff is new to me, so I'm not sure that I did everything right.

Thank you for using bmpanel!

PS: And as always I forgot to update version number. So, don't believe to what bmpanel --version says. Fixed in git.
PPS: Also I should add fontconfig dependency in PKGBUILD (this note is for me big_smile).

Great, thanks for the update.  Just one problem,  conky now appears on taskbar in pekwm when it shouldn't.  Doesn't happen with version 1.2. (last update I used)

Last edited by lyrae (2008-05-22 05:56:59)

Offline

#135 2008-05-22 06:39:14

nsf
Member
From: Yekaterinburg, Russia
Registered: 2007-09-15
Posts: 160
Website

Re: bmpanel

lyrae wrote:

Great, thanks for the update.  Just one problem,  conky now appears on taskbar in pekwm when it shouldn't.  Doesn't happen with version 1.2. (last update I used)

Can you post a screenshot? And version 1.2 of what? Conky?


Bmpanel2 and obkey developer.

Offline

#136 2008-05-22 06:55:11

lyrae
Member
From: Australia
Registered: 2006-08-03
Posts: 142

Re: bmpanel

nsf wrote:
lyrae wrote:

Great, thanks for the update.  Just one problem,  conky now appears on taskbar in pekwm when it shouldn't.  Doesn't happen with version 1.2. (last update I used)

Can you post a screenshot? And version 1.2 of what? Conky?

conkywl1.th.png
The last update I used was bmpanel 0.9.12.  Sorry about that.

Last edited by lyrae (2008-05-22 07:01:12)

Offline

#137 2008-05-22 07:40:19

nsf
Member
From: Yekaterinburg, Russia
Registered: 2007-09-15
Posts: 160
Website

Re: bmpanel

lyrae wrote:

The last update I used was bmpanel 0.9.12.  Sorry about that.

Ah.. I see.. I thought conky window itself overlaps somehow bmpanel, that's why I asked for screenshot big_smile I will see what changes caused that.

Last edited by nsf (2008-05-22 07:40:50)


Bmpanel2 and obkey developer.

Offline

#138 2008-05-22 08:24:14

nsf
Member
From: Yekaterinburg, Russia
Registered: 2007-09-15
Posts: 160
Website

Re: bmpanel

0.9.17

Here we go.
lyrae, your issue with conky is fixed.
pyther, your issue with ignoring exposure events is fixed too.

Please check and let me know if everything is ok.


Bmpanel2 and obkey developer.

Offline

#139 2008-05-22 09:45:47

lyrae
Member
From: Australia
Registered: 2006-08-03
Posts: 142

Re: bmpanel

nsf wrote:

0.9.17

Here we go.
lyrae, your issue with conky is fixed.
pyther, your issue with ignoring exposure events is fixed too.

Please check and let me know if everything is ok.

Sorry to report that the conky issue is still there.

Offline

#140 2008-05-22 10:30:12

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: bmpanel

nsf wrote:

0.9.17

Here we go.
lyrae, your issue with conky is fixed.
pyther, your issue with ignoring exposure events is fixed too.

Please check and let me know if everything is ok.

Thank you! It is fixed!!
Sorry for not getting back to you sooner and posting a screenshot.


Website - Blog - arch-home
Arch User since March 2005

Offline

#141 2008-05-22 10:36:17

nsf
Member
From: Yekaterinburg, Russia
Registered: 2007-09-15
Posts: 160
Website

Re: bmpanel

lyrae wrote:

Sorry to report that the conky issue is still there.

ok, can you give me your conky config?
There is an option in conkyrc:

own_window_type
              if  own_window  is  yes,  you  may  specify type normal, desktop or override (default: normal).
              Desktop windows are special windows that have no window decorations; are always visible on your
              desktop;  do  not appear in your pager or taskbar; and are sticky across all workspaces.  Over-
              ride windows are not under the control of the window manager. Hints are ignored. This  type  of
              window can be useful for certain situations.

Bmpanel was ignoring 'desktop' window type and didn't hide conky's window from task bar. So I did necessary changes and checked with 'own_window_type desktop' and everything was ok. I think it might be a pekmw issue sad

pyther wrote:

Thank you! It is fixed!!

I'm glad to hear it.

Last edited by nsf (2008-05-22 10:45:26)


Bmpanel2 and obkey developer.

Offline

#142 2008-05-22 12:00:45

lyrae
Member
From: Australia
Registered: 2006-08-03
Posts: 142

Re: bmpanel

nsf wrote:
lyrae wrote:

Sorry to report that the conky issue is still there.

ok, can you give me your conky config?
There is an option in conkyrc:

own_window_type
              if  own_window  is  yes,  you  may  specify type normal, desktop or override (default: normal).
              Desktop windows are special windows that have no window decorations; are always visible on your
              desktop;  do  not appear in your pager or taskbar; and are sticky across all workspaces.  Over-
              ride windows are not under the control of the window manager. Hints are ignored. This  type  of
              window can be useful for certain situations.

Bmpanel was ignoring 'desktop' window type and didn't hide conky's window from task bar. So I did necessary changes and checked with 'own_window_type desktop' and everything was ok. I think it might be a pekmw issue sad

Glad to report it is fixed.  Thanks big_smile

Offline

#143 2008-05-22 13:03:41

nsf
Member
From: Yekaterinburg, Russia
Registered: 2007-09-15
Posts: 160
Website

Re: bmpanel

lyrae wrote:

Glad to report it is fixed.  Thanks big_smile

Nice.

So, there is one more known bug to go. Some apps may change their task bar icon during run and bmpanel doesn't react on this type of events. This fix is planned for next release. tongue


Bmpanel2 and obkey developer.

Offline

#144 2008-05-22 13:37:41

nsf
Member
From: Yekaterinburg, Russia
Registered: 2007-09-15
Posts: 160
Website

Re: bmpanel

Release early, release often!

0.9.18:

Proper taskbar icon redraws.
Now if application changes it's icon during run, these changes reflect in taskbar immediately.

I think this version is 'stable', because there are no more known bugs.
-------------------------------------------------------------------------------------
I'm looking for talanted artists that can create various nice, "clean", "neutral-looking" themes, because panel really lacks them.
Don't afraid to mail me link to your theme screenshot (at imageshack.us or so) or drop message here. I want to place some themes on my web or even in the bmpanel distro.

Last edited by nsf (2008-05-22 13:44:05)


Bmpanel2 and obkey developer.

Offline

#145 2008-05-26 08:47:12

nsf
Member
From: Yekaterinburg, Russia
Registered: 2007-09-15
Posts: 160
Website

Re: bmpanel

Great news for bmpanel users. I'm working on compositing managers support for bmpanel.
Here is a neat screenshot (notice partial transparency):
http://www.picamatic.com/show/2008/05/2 … 40x900.png

If I will find some good artists to work with, Vista will suck big_smile

Last edited by nsf (2008-05-26 08:53:47)


Bmpanel2 and obkey developer.

Offline

#146 2008-05-26 10:00:16

Diaz
Member
From: Portugal
Registered: 2008-04-16
Posts: 366

Re: bmpanel

cool i would be glad to see some real tranparency and some cool themes, that's exactly what this panel needs tongue

Offline

#147 2008-05-26 11:07:06

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: bmpanel

nsf>> Great news indeed! Are you using xcompmgr in the screenshot?

Offline

#148 2008-05-26 11:16:47

nsf
Member
From: Yekaterinburg, Russia
Registered: 2007-09-15
Posts: 160
Website

Re: bmpanel

Ashren wrote:

nsf>> Great news indeed! Are you using xcompmgr in the screenshot?

Yes, it's xcompmgr.
Here is another screenshot, I have converted this theme (found in screenshots/artwork forums here) to bmpanel's format. Does anyone know the author of this theme? I want to ask for his permission about that.
http://www.picamatic.com/show/2008/05/2 … 40x900.png


Bmpanel2 and obkey developer.

Offline

#149 2008-05-26 14:29:18

nsf
Member
From: Yekaterinburg, Russia
Registered: 2007-09-15
Posts: 160
Website

Re: bmpanel

And one more screeny fully showing new bmpanel skinning abilities. Sorry, I'm bad artist.
http://www.picamatic.com/show/2008/05/2 … 40x900.jpg (jpg version, 200kb)
http://www.picamatic.com/show/2008/05/2 … 40x900.png (png version, 900kb)

Last edited by nsf (2008-05-26 14:29:35)


Bmpanel2 and obkey developer.

Offline

#150 2008-05-26 15:39:20

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: bmpanel

Nice!


Website - Blog - arch-home
Arch User since March 2005

Offline

Board footer

Powered by FluxBB