Bug#745887: libwxgtk3.0-0: Please enable support for libnotify

2014-10-05 Thread Olly Betts
Control: tags -1 +pending On Thu, Oct 02, 2014 at 04:15:03PM +0200, Christian Beier wrote: > Am Tue, 9 Sep 2014 18:31:34 +0100 > schrieb Olly Betts : > > > Thanks for looking into this - if it's actually possible to do, I'll > > try to ensure it gets in before the freeze. > > Adding a libnotify-d

Bug#745887: libwxgtk3.0-0: Please enable support for libnotify

2014-10-02 Thread Christian Beier
Am Tue, 9 Sep 2014 18:31:34 +0100 schrieb Olly Betts : > Thanks for looking into this - if it's actually possible to do, I'll > try to ensure it gets in before the freeze. > Hey Olly, Adding a libnotify-dev build-dep is all I needed to get a libnotify-enabled wxWidgets from pbuilder, so here's

Bug#745887: libwxgtk3.0-0: Please enable support for libnotify

2014-09-10 Thread Christian Beier
Am Tue, 9 Sep 2014 18:31:34 +0100 schrieb Olly Betts : > Can you show the report from checking with the inputs switched? I.e. > the result of "upgrading" from using libnotify to not. That should > show us all the symbols which get added by turning on libnotify, which > would be useful to know.

Bug#745887: libwxgtk3.0-0: Please enable support for libnotify

2014-09-09 Thread Olly Betts
On Tue, Sep 09, 2014 at 07:17:53PM +0200, Christian Beier wrote: > Results: Binary compiled against generic-notification-wx also runs > fine on libnotify-wx, though it shows the generic notifications still. > A recompile yielded libnotify notifications. This means we should try to recompile the rd

Bug#745887: libwxgtk3.0-0: Please enable support for libnotify

2014-09-09 Thread Olly Betts
On Tue, Sep 09, 2014 at 07:17:53PM +0200, Christian Beier wrote: > I've built two versions of the library, one with libnotify support and one > without. Turns out that --with-libnotify is enabled by default and only > libnotify-dev needs to be added to the build-deps to get libnotify > notification

Bug#745887: libwxgtk3.0-0: Please enable support for libnotify

2014-09-09 Thread Christian Beier
Am Mon, 11 Aug 2014 15:36:18 +1200 schrieb Olly Betts : > I've not yet tried a build to see if this is an ABI break, or it's > actually all OK (wx uses symbol visibility and the wxNotificationMessage > definition above for the generic case is all inline, so there's still > some hope). Hi there ag

Bug#745887: libwxgtk3.0-0: Please enable support for libnotify

2014-08-10 Thread Olly Betts
I've just been looking into this in more detail - unfortunately, enabling this option looks like it may be an ABI-incompatible change. In include/wx/notifmsg.h we have: if defined(__WXGTK__) && wxUSE_LIBNOTIFY #include "wx/gtk/notifmsg.h" #elif defined(__WXGTK__) && (wxUSE_LIBHILDON || wxUSE_

Bug#745887: libwxgtk3.0-0: Please enable support for libnotify

2014-04-29 Thread Christian Beier
Am Mon, 28 Apr 2014 23:35:57 +0100 schrieb Olly Betts : > A very quick poke at the source found me this behavioural difference in the > Show() method: > > | @note When using native notifications in wxGTK, the timeout is ignored > | for the notifications with @c wxICON_WARNING or @

Bug#745887: libwxgtk3.0-0: Please enable support for libnotify

2014-04-28 Thread Olly Betts
On Mon, Apr 28, 2014 at 11:35:19AM +0200, Christian Beier wrote: > The comment says 'may' and to my knowledge the generic implementation > certainly > does not provide more features than the libnotify one. It really just is a > simple window in the middle of the screen with icon and text. A very

Bug#745887: libwxgtk3.0-0: Please enable support for libnotify

2014-04-28 Thread Christian Beier
Am Mon, 28 Apr 2014 00:06:52 +0100 schrieb Olly Betts : > On Sat, Apr 26, 2014 at 01:09:12PM +0200, Christian Beier wrote: > > This is a feature request to enable support for libnotify notifications > > in debian's wx-3.0. > > > > The issue is touched shortly in https://bugs.debian.org/cgi- > > b

Bug#745887: libwxgtk3.0-0: Please enable support for libnotify

2014-04-27 Thread Olly Betts
On Sat, Apr 26, 2014 at 01:09:12PM +0200, Christian Beier wrote: > This is a feature request to enable support for libnotify notifications > in debian's wx-3.0. > > The issue is touched shortly in https://bugs.debian.org/cgi- > bin/bugreport.cgi?bug=738849#22, but I thought I'd rather open a new >

Bug#745887: libwxgtk3.0-0: Please enable support for libnotify

2014-04-26 Thread Christian Beier
Package: libwxgtk3.0-0 Severity: wishlist Hi there, This is a feature request to enable support for libnotify notifications in debian's wx-3.0. The issue is touched shortly in https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=738849#22, but I thought I'd rather open a new feature request as this