imrehg / minibook

A Facebook status updater and lister in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new status notification bug on linux

imrehg opened this issue · comments

update notification suppression should happen when main window is shown

Windows: Alt-Tab works
Linux: Alt-Tab is not enough for suppression, need to click on window

Do different events happen in the two systems? Should work the same way.
On linux only tried in Xfce

fix: removing new status notification on window activation, Closed by 2959f0f

On Linux the new status notification wasn't removed reliably when the
app window was shown (going there with Alt-Tab). Removing the requirement
of an EXPOSE_EVENT, and just checking window.is_active() seems to be enough.
Since it is relaxed conditioning, should still work on windows too.