On 20 September 2016 at 16:23, Torsten Schoenfeld <kaffeetisch gmx de> 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.pm line 67.Weird, works for me: # perl -MGtk3 -E'say Gtk3::Application->new (undef, [])' Gtk3::Application=HASH(0x26361a8) Do you still get a critical error with this? If so, please try to obtain a backtrace: # G_DEBUG=fatal-criticals gdb --args perl -MGtk3 -E'say Gtk3::Application->new (undef, [])' ... (gdb) r ... (gdb) bt
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
Attachment:
ko2.pl
Description: Perl program