All,

Before we (myself, my client, and the mouse on the desk) go too far down a rabbit hole I'm hoping someone here has stumbled into this before.

Ubuntu Linux 12, 14, 15 (and probably 16 when it comes out)
Qt 5.4.x from the current _run file.
QGraphicsWebView based application with local html, etc.

Since we are full screen, always on top, I don't notice this window until I shut down.

requires to install plugins to play media files of the following type: H.264 decoder

gstreamer0.10-plugins-bad

Is there some Qt based work around for this? Granted I noticed this testing on 32-bit 15, but, I assume it will have similar issues on the other flavors both in 32 and 64 bit. The target machines will not be connected to a network or Internet. Would really like to avoid having to bundle outside stuff since we are trying to make a single self contained DEB which will run in its own little universe whether machine is 32 or 64 bit. Stuff which is physically linked to executable is easy to identify and included in the DEB, run-time type stuff like this is not so good.

Thanks for any and all help.