From 2160ecfe3a81eb9ab4fff9b5ac1b2c96200d3a07 Mon Sep 17 00:00:00 2001 From: Klaus Reimer Date: Sun, 3 Apr 2011 23:28:04 +0200 Subject: WEBOS: Disable vkeybd, fix more directory references with wrong package name The vkeybd XML can't be read for some reason. --- dists/webos/mojo/scummvmrc-default | 4 ++-- dists/webos/mojo/start | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'dists/webos') diff --git a/dists/webos/mojo/scummvmrc-default b/dists/webos/mojo/scummvmrc-default index e71f0fb799..d29a0fc6db 100644 --- a/dists/webos/mojo/scummvmrc-default +++ b/dists/webos/mojo/scummvmrc-default @@ -1,4 +1,5 @@ [scummvm] +gui_theme=scummmodern mute=false speech_volume=192 native_mt32=false @@ -13,7 +14,6 @@ autosave_period=300 music_driver=auto opl_driver=auto aspect_ratio=false -versioninfo=1.0.0 speech_mute=false enable_gs=false browser_lastpath=/media/internal/ScummVM/Games @@ -21,7 +21,7 @@ themepath=/media/internal/ScummVM/Themes savepath=/media/internal/ScummVM/Saves extrapath=/media/internal/ScummVM/Extras pluginspath=/media/internal/ScummVM/Plugins -vkeybdpath=/media/cryptofs/apps/usr/palm/applications/org.scummvm/share/scummvm +vkeybdpath=/media/cryptofs/apps/usr/palm/applications/org.scummvm.scummvm/share/scummvm [keymapper] keymap_global_MEN=FORWARD diff --git a/dists/webos/mojo/start b/dists/webos/mojo/start index 5a338e0b62..55a7999502 100755 --- a/dists/webos/mojo/start +++ b/dists/webos/mojo/start @@ -17,6 +17,9 @@ then cp $APPDIR/scummvmrc-default $APPDIR/scummvmrc fi +# Copy themes to theme directory +cp -f $APPDIR/share/scummvm/*.zip /media/internal/ScummVM/Themes + # Change into the screenshots directory so screenshots are saved there cd /media/internal/ScummVM/Screenshots -- cgit v1.2.3