Just downloaded Projextx 0.82 and tried to run in Linux but when ever I try to add ts-file (menu file/add) in order to convert them to mpeg files a program throws java exception. After investigating sources I noticed that it seems to use some native libraries via jni interface. I was able to find those native libraries compiled only to windows dlls. Have you build them yourself to Linux or are they available somewhere? Here is the exception I am seeing... [lamikr@aragorn ProjectX_Source_0.82.0.00]$ /usr/share/themes/LighthouseBlue/gtk-2.0/gtkrc:53: Engine "lighthouseblue" is unsupported, ignoring /usr/share/themes/LighthouseBlue/gtk-2.0/gtkrc:53: Engine "lighthouseblue" is unsupported, ignoring Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: No matching FileType found or file doesn't exist at net.sourceforge.dvb.projectx.xinput.XInputFile.retrieveImplementation(XInputFile.java:116) at net.sourceforge.dvb.projectx.xinput.XInputFile.<init>(XInputFile.java:58) at net.sourceforge.dvb.projectx.common.X$MenuListener.actionPerformed(X.java:2800) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) at javax.swing.AbstractButton.doClick(AbstractButton.java:302) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041) at java.awt.Component.processMouseEvent(Component.java:5488) at javax.swing.JComponent.processMouseEvent(JComponent.java:3093) at java.awt.Component.processEvent(Component.java:5253) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822) at java.awt.Container.dispatchEventImpl(Container.java:2010) at java.awt.Window.dispatchEventImpl(Window.java:1766) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234) > You could use Project-X: > > http://sourceforge.net/projects/project-x > > It's written in Java and runs on Windows & Linux. > > Niklas > > >