Bug#897161: libgtk3-perl doesn't pass "open" signal to Gtk3::Application

2018-04-29 Thread Jeffrey Ratcliffe
And here are the attachments. gtk_application_ex.pl Description: Perl program import gi gi.require_version('Gtk', '3.0') from gi.repository import Gtk, Gio import sys # a Gtk ApplicationWindow class MyWindow(Gtk.ApplicationWindow): # constructor: the title is "Welcome to GNOME" and the windo

Bug#897161: libgtk3-perl doesn't pass "open" signal to Gtk3::Application

2018-04-29 Thread Jeffrey Ratcliffe
Package: libgtk3-perl Version: 0.032-1 Severity: important The "open" signal is emitted, either by the "open with" menu option in a file manager, or by supplying file names on the command line, or via gdbus. Attached is a minimal perl script, running it with a filename as an argument, e.g.: per