View Single Post
Old 10-31-2017, 06:10 AM   #56
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by ams View Post
Installed it on Kobo Glo HD, FW3.19.5761.
However, when entering host or 127.0.0.1 or localhost in the browser nothing happens. There also is no logfile in /wikipedia. I'm using kobo start menu, do I need to add something to KSM to start /.wikipedia/wikipedia.sh?
Since you are using KSM, I guess you did not install the rcS file included in Kobo_Wikipedia_installieren.zip, because if you did, KSM would not work any longer. The provided rcS contains this code that you would have to execute at some other point:
Code:
  file="/mnt/onboard/.wikipedia/wikipedia.sh"
  if [ -f "$file" ]; then
    ifconfig lo 127.0.0.1 up
	  $file
  fi
You could creata a file .adds/kbmenu_user/scripts/start_wikipedia.sh with this code, and then call it once per KSM session, by selecting user_scripts > start wikipedia.sh.

Last edited by tshering; 10-31-2017 at 06:25 AM.
tshering is offline   Reply With Quote