After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 764189 - Gtk.Application does not exit after commandline handling
Gtk.Application does not exit after commandline handling
Status: RESOLVED OBSOLETE
Product: gjs
Classification: Bindings
Component: general
1.44.x
Other Linux
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2016-03-25 12:22 UTC by Jay Strict
Modified: 2018-01-27 12:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test case that fails (641 bytes, application/javascript)
2016-03-25 12:22 UTC, Jay Strict
Details

Description Jay Strict 2016-03-25 12:22:58 UTC
Created attachment 324747 [details]
test case that fails

The attached application does not work correctly. It is started with the Gio.ApplicationFlags.HANDLES_COMMAND_LINE flag. The signal handler of "command-line" returns 0:

    vfunc_command_line: function(command_line) {
        log("command-line");
        return 0;
    },


Create two instances of that application. The primary instance seems to work fine and reports invocations of remote instances correctly. However, the remote instance does not quit.
Comment 1 GNOME Infrastructure Team 2018-01-27 12:00:23 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gjs/issues/96.