Cannot use batch mode without X server
Status: Alpha
Brought to you by:
svenor
If no X Server login is available for the user dvbcut is running under, it aborts even in batch mode. There appears to be an easy fix to this: Add a "false" as a third argument to the constructor call of QApplication in main.cpp. (see http://doc.qt.nokia.com/latest/qapplication.html#QApplication-2\)
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
OK - it's not as easy as I thought. The main class inherits QMainWindow. I think this should be fixed nevertheless because otherwise dvbcut is not usable in environments without GUI.