All,

[0701/190012:WARNING:resource_bundle.cc(286)] locale_file_path.empty()
Error: connection identifier wrong.

Yes, there is some kind of packaging issue when building a .deb for deployment. No the target machine is not connected to a network so it cannot go find dependencies. I don't care so much about the one kicking out of resource_bundle, but the second one is really honking me off for numerous reasons. I believe I have found the only place where Qt issues the message.

https://github.com/adobe/webkit/blob...cessMainQt.cpp

line 177

This infuriates me for numerous reasons, not the least of which is we are using WebEngine, not WebKit. It appears to be looking for a connection number. Has anyone seen this error before? There is nothing in syslog() to indicate some kind of serious issue and nothing dumped to the terminal.

Built and run inside the IDE it is perfect. Deployed it doesn't work and isn't polite enough to register/log any kind of library linkage issue.

Thanks,