I found a hack that allows to start xournal when clicking on .xoj files. Firmware R1.6 has a new mechanism that allows you to configure (to some extend) which application to start for each extension. Currently is seems that only a limited number of 'filetypes' are supported, adding extra filetypes is 'difficult' (I am not sure if this is a bug or a feature).
The trick is to replace an existing one, since I do not use the pressreader application, I changed the following lines in my dr1000.ini file (see the
bold parts):
Code:
/apps/er/sys/ctb/filetypes/doc-newspaper/descr=Xournal
/apps/er/sys/ctb/filetypes/doc-newspaper/icon_name=txt
/apps/er/sys/ctb/filetypes/doc-newspaper/template_descr=Xournal Template
/apps/er/sys/ctb/filetypes/doc-newspaper/extensions=xoj;
/apps/er/sys/ctb/filetypes/doc-newspaper/viewer_cmd=/usr/local/bin/xournal
The dr1000.ini file is located in the System folder of your SD-card. Make sure to make a BACKUP of the original file in-case you make a mistake in changing it!!!
NOTE: you will probably have to do this again when you upgrade to a new firmware!