xvfb-run will require you to install some X libs, but you do not need to run X11 or setup a desktop to use it. There is no other way around this; you have to what it says if you want to use Qt services. I use xvfb-run regularly on headless machines, except in your case: xvfb-run -a python your.py
Well, there might be a way to not use xvfb-run if you build your own Qt to use something other than X. In any case, if you are just trying to use a bitmap graphic and or text, in general, and not specifically qimage or qtext then you can locate your libmltqt.so and move it somewhere out of its current location. Then, things should fallback to using gdk-pixbuf and pango. On Thu, Jun 11, 2015 at 8:02 PM Noto Modungwa <n...@ardentsolutions.co.za> wrote: > Hi Dan et al, > > So I ended up going with ubuntu 14.04 server and installing from the > distro via apt-get. All is well except for one minor thing. when I try > place a logo over a video I get the following warning: > > "Error, cannot render titles without an X11 environment. > > Please either run melt from an X session or use a fake X server like xvfb: > > xvfb-run -a melt (...)" > > I output to the network via multicast (UDP) so I don't need a fancy GUI, > etc. > My script is Python.... > > BR, > > N > > > ------------------------------------------------------------------------------ > _______________________________________________ > Mlt-devel mailing list > Mlt-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mlt-devel >
------------------------------------------------------------------------------
_______________________________________________ Mlt-devel mailing list Mlt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mlt-devel