GNOME Bugzilla – Bug 746280
The app doesn't respond to request_quit() request if first run dialog is displayed
Last modified: 2017-10-24 14:36:54 UTC
STR: 1. Start Software 2. Run "dbus-send --session --type=method_call --dest='org.gnome.Shell' '/org/gnome/Shell' org.gnome.Shell.Eval string:'Shell.AppSystem.get_default().get_running().forEach(function (app) { app.request_quit(); });'" Result: Software is still running This makes Software always show up in Continuous applicationtest screenshots. gnome-software GNOME_SOFTWARE_3_15_92-1-gefb74973fb7fe22e076befe36d21edba775fb995
This happens only if 'Welcome to Software' screen is displayed
Quitting with the first run dialog up works fine here. Here's how I tested it: killall -9 gnome-software gsettings reset org.gnome.software first-run gnome-software & gapplication action org.gnome.Software quit
(In reply to Kalev Lember from comment #2) > gapplication action org.gnome.Software quit This indeed closes Software, however we can't add this to Continuous as there is currently no way to know app name via shell's AppSystem interface
Isn't this a shell bug then? Is it even still relevant?