GNOME Bugzilla – Bug 791137
Python application template does not work on host
Last modified: 2017-12-02 21:38:34 UTC
If I create a python GNOME project using the template offered by gnome-builder, it works with flatpak. However, if I select the host system and try to build/run it, no window shows up and there isn't even an error message.
Created attachment 364835 [details] [review] runtime: use full path to target binary Even if the binary path is not-relative using ../, we could still need to prepend the install-dir as it might not be in $PATH.
Thanks for reporting! Attachment 364835 [details] pushed as ca48d93 - runtime: use full path to target binary