gtg icon indicating copy to clipboard operation
gtg copied to clipboard

Compatibility with GNOME Builder: `bwrap: execvp gtg: No such file or directory` when running GTG from Builder

Open severin-lemaignan opened this issue 3 years ago • 2 comments

Dev environment:

  • Ubuntu 20.04
  • Builder 3.38.2

Steps to reproduce:

  • launch Builder
  • clone the github GTG repo (cloned at 68305160b6)
  • Builder asks to install the Gnome 40 runtimes; they successfully download + install
  • Pressing the 'Run' button triggers the installation of all the Python3 dependencies (as execpted)
  • However execution ultimately fails with bwrap: execvp gtg: No such file or directory

Note that gtg runs well if started from the command-line with launch.sh. As such, this issue is purely a Gnome Builder integration issue. Please let me know if you think it should be reported to the Gnome Builder issue tracker instead.

severin-lemaignan avatar Apr 11 '21 09:04 severin-lemaignan