Re: BUG: Gtk3::Application->id_is_valid stringifies the object it's called on

2016-09-20 Thread Thierry Vignaud
On 20 September 2016 at 17:48, Torsten Schoenfeld wrote: >> Sorry, this one comes from sending a notification when app id is undef >> which is somewhat expected according to >> https://wiki.gnome.org/HowDoI/GNotification > > Yeah, it seems like the notification machinery in gtk+/gio requires an >

Re: BUG: Gtk3::Application->id_is_valid stringifies the object it's called on

2016-09-20 Thread Torsten Schoenfeld
On 20.09.2016 17:37, Thierry Vignaud wrote: > Sorry, this one comes from sending a notification when app id is undef > which is somewhat expected according to > https://wiki.gnome.org/HowDoI/GNotification Yeah, it seems like the notification machinery in gtk+/gio requires an application ID. __

Re: BUG: Gtk3::Application->id_is_valid stringifies the object it's called on

2016-09-20 Thread Thierry Vignaud
On 20 September 2016 at 16:23, Torsten Schoenfeld wrote: >> Another issue is that if we pass undef as application id to >> Gtk3::Application->new, >> we got the following error: >> GLib-CRITICAL **: g_variant_new_string: assertion 'string != NULL' >> failed at /usr/lib64/perl5/vendor_perl/Glib/Obj

Re: BUG: Gtk3::Application->id_is_valid stringifies the object it's called on

2016-09-20 Thread Torsten Schoenfeld
On 20.09.2016 11:21, Thierry Vignaud wrote: > Another issue is that if we pass undef as application id to > Gtk3::Application->new, > we got the following error: > GLib-CRITICAL **: g_variant_new_string: assertion 'string != NULL' > failed at /usr/lib64/perl5/vendor_perl/Glib/Object/Introspection.p

Re: BUG: Gtk3::Application->id_is_valid stringifies the object it's called on

2016-09-20 Thread Torsten Schoenfeld
On 20.09.2016 11:16, Thierry Vignaud wrote: > There's a big bug: > Gtk3::Application->id_is_valid stringifies the object it's called on: > Aka: > > > $ perl ko.pl > $VAR1 = [ > bless( {}, 'Gtk3::Application' ) > ]; > $VAR1 = [ > 'Gtk3::Application=HASH(0x3463828)' >

Re: BUG: Gtk3::Application->id_is_valid stringifies the object it's called on

2016-09-20 Thread Thierry Vignaud
On 20 September 2016 at 11:21, Thierry Vignaud wrote: > we got the following error: > GLib-CRITICAL **: g_variant_new_string: assertion 'string != NULL' > failed at /usr/lib64/perl5/vendor_perl/Glib/Object/Introspection.pm > line 67. > > If we pass "" as id, we got: > (process:16552): Gtk-CRITICAL

Re: BUG: Gtk3::Application->id_is_valid stringifies the object it's called on

2016-09-20 Thread Thierry Vignaud
On 20 September 2016 at 11:16, Thierry Vignaud wrote: > Hi > > There's a big bug: > Gtk3::Application->id_is_valid stringifies the object it's called on: > Aka: > > > $ perl ko.pl > $VAR1 = [ > bless( {}, 'Gtk3::Application' ) > ]; > $VAR1 = [ > 'Gtk3::Application=HASH