aboutsummaryrefslogtreecommitdiff
path: root/dists/webos
diff options
context:
space:
mode:
authorKlaus Reimer2011-04-03 23:28:04 +0200
committerMax Horn2011-04-12 11:11:16 +0200
commit2160ecfe3a81eb9ab4fff9b5ac1b2c96200d3a07 (patch)
tree63143a32675141bc0f7597713b6b2010dc201d17 /dists/webos
parenta899ec286f1726781ba1ed772fcda4dab81c40c8 (diff)
downloadscummvm-rg350-2160ecfe3a81eb9ab4fff9b5ac1b2c96200d3a07.tar.gz
scummvm-rg350-2160ecfe3a81eb9ab4fff9b5ac1b2c96200d3a07.tar.bz2
scummvm-rg350-2160ecfe3a81eb9ab4fff9b5ac1b2c96200d3a07.zip
WEBOS: Disable vkeybd, fix more directory references with wrong package name
The vkeybd XML can't be read for some reason.
Diffstat (limited to 'dists/webos')
-rw-r--r--dists/webos/mojo/scummvmrc-default4
-rwxr-xr-xdists/webos/mojo/start3
2 files changed, 5 insertions, 2 deletions
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