Quote:
Originally Posted by peyton
I would try to use coolreader as i love landscape to read but i don't know how to install it without fmon (i want to keep most of the ressources of the kobo).
Do kobo start menu will do the trick ? I don't really understand how to install it and use cr3 without installing pbchess and fmon.. 
Thanks
|
If you have installed the kobo start menu (
and if it works; up to now there was no report that somebody is using it with the Mini) and copied the vlasovsoft to .kobo, you would usually start the vlasovsoft launcher via the start menu, and then select Coolreader from the vlasovsoft launcher. If you really want to start cr3 directly from the start menu you can put this script (cr3_landscape.sh) into .kobo/kbmenu/scripts
Code:
#!/bin/sh
root=/mnt/onboard/.kobo/kbmenu
export QT_PLUGIN_PATH=$root/Qt/plugins
export LD_LIBRARY_PATH=$root/Qt/lib
export QWS_MOUSE_PROTO=KoboTS
export QT_QWS_FONTDIR=$root/Qt/fonts
export QWS_KEYBOARD=KoboKb
QWS_DISPLAY=Transformed:KoboFB:Rot180
/mnt/onboard/.kobo/vlasovsoft/cr3/cr3 -qws
If you select in the start menu "scripts > cr3 landscape.sh," cr3 will be started. Sergey once said that he will include (maybe he already did so, I don't know) some features into cr3 that depend on the launcher. So maybe you have only a limited set of features, if you start it without the launcher.
If it is a question of space, you can delete the content of the vlasovsoft folder except for .kobo/vlasovsoft/cr3/.
Edit: If you install the kobo start menu, advboot will be disabled, and if you install advboot, kobo start menu will be disabled.