johanmattssonm / birdfont

A font editor for creating fonts in TTF, EOT, SVG and BIRDFONT format.
https://birdfont.org
460 stars 31 forks source link

AppImage is missing WebKitWebProcess #99

Open probonopd opened 4 years ago

probonopd commented 4 years ago

Looks like WebKitWebProcess and its dependencies need to be bundled as well:

** (process:5): WARNING **: SearchPaths.vala:175: translations not found

** (AppRun:5): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

** (AppRun:5): WARNING **: Font.vala:605: glyph has already been added: .notdef

** (AppRun:5): WARNING **: Font.vala:605: glyph has already been added:  

** (AppRun:5): ERROR **: Unable to fork a new child process: Failed to execute child process "/usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/WebKitWebProcess" (No such file or directory)

NUMBER_OF_WINDOWS: 0

Reference: https://github.com/AppImage/appimage.github.io/pull/1989

johanmattssonm commented 4 years ago

Thank you. I am away from my Linux installation. Do you have a patch that I can apply?

probonopd commented 4 years ago

Hi @johanmattssonm, not at the moment. First step would be to figure out what exactly cases it to look at a hardcoded(?) system-wide path at /usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/...