From: gnome-perl (G. B. <bug...@gn...> - 2018-05-03 18:03:35
|
https://bugzilla.gnome.org/show_bug.cgi?id=795781 Bug ID: 795781 Summary: doesn't pass "open" signal to Gtk3::Application Classification: Bindings Product: gnome-perl Version: unspecified OS: Linux Status: NEW Severity: normal Priority: Normal Component: Gtk3 Assignee: gtk...@li... Reporter: Jef...@gm... QA Contact: gtk...@li... GNOME version: --- Created attachment 371644 --> https://bugzilla.gnome.org/attachment.cgi?id=371644&action=edit gtk_application_ex.pl 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.: perl gtk_application_ex.pl file.name should open a window and then report the signals emitted in the terminal window: starting with file.name Hello world! running activate files: file.name Goodbye world! Unforunately, the open signal is never emitted, and so the files: line is not printed. A python version of the same script is also attached. This works as expected. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. |