GNOME Bugzilla – Bug 765055
No warning when xdg-app app cannot be launched
Last modified: 2016-09-10 18:33:45 UTC
When launching an xdg whose needed runtime is not installed, there's no visible warning to the user. Maybe a shell notification would be enough for solving this.
We're supposed to be installing the runtime automatically when the user clicks the install button... or is this a case where you installed the app on the command line and then tried to launch it using GS?
I *think* I installed it from GS. Still, doesn't hurt to have a warning IMO.
commit 8b08360dbf2080051a727e3ee72875b8755fac87 Author: Richard Hughes <richard@hughsie.com> Date: Fri Sep 9 10:29:25 2016 +0100 Show an in-app notification if launching failed Fixes the other half of https://bugzilla.gnome.org/show_bug.cgi?id=765055 :100644 100644 e0ea391... 2822e4d... M src/gs-shell.c commit 6ce59bab7cd3f417d70c6c01eec0612391455890 Author: Richard Hughes <richard@hughsie.com> Date: Fri Sep 9 10:28:55 2016 +0100 flatpak: Check the runtime exists before trying to launch the app Fixes half of https://bugzilla.gnome.org/show_bug.cgi?id=765055 :100644 100644 95747b8... ca90abd... M src/plugins/gs-flatpak.c