Wow, lots of activity
Quote:
Originally Posted by pirl8
By the way, according to bhaak, the /mnt/us/extensions/hackedupreader/config.xml file has to be modified to keep up with this. I've tested that simply copying the file does not work. [/COLOR]
@bhaak: how?
|
Change this line in config.xml
Code:
<menu type="java" jar="HackedUpReaderExtension.jar">com.github.bhaak.HackedUpReaderExtension</menu>
to
Code:
<menu type="java" jar="/opt/amazon/ebook/lib/HackedUpReaderExtension.jar">com.github.bhaak.HackedUpReaderExtension</menu>
The GUI launcher must be able to locate the HackedUpReaderExtension.jar, either by relative or absolute path.