diff options
Diffstat (limited to 'packages/scummvm/files/openmoko')
-rw-r--r-- | packages/scummvm/files/openmoko/openmoko-scummvm | 19 | ||||
-rw-r--r-- | packages/scummvm/files/openmoko/scummvm.desktop | 12 |
2 files changed, 0 insertions, 31 deletions
diff --git a/packages/scummvm/files/openmoko/openmoko-scummvm b/packages/scummvm/files/openmoko/openmoko-scummvm deleted file mode 100644 index 58eb2bbded..0000000000 --- a/packages/scummvm/files/openmoko/openmoko-scummvm +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -# Save current AUX Key mapping -SAVE_KEY="$(xmodmap -pke | grep 'keycode 177')" - -# Map AUX Key to F5 -xmodmap -e "keycode 177 = F5" - -# Turn LCD feft -xrandr -o left - -# Start the scummvm in fullscreen mode -scummvm --fullscreen --themepath=/usr/share/scummvm/ - -# Turn LCD normal -xrandr -o normal - -# Restore the AUX Key mapping -xmodmap -e "$SAVE_KEY" diff --git a/packages/scummvm/files/openmoko/scummvm.desktop b/packages/scummvm/files/openmoko/scummvm.desktop deleted file mode 100644 index 96c025050e..0000000000 --- a/packages/scummvm/files/openmoko/scummvm.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=ScummVM -Name[pl]=ScummVM -Comment=Interpreter for several adventure games -Comment[pl]=Interpreter graficznych gier przygodowych -Exec=openmoko-scummvm -Icon=scummvm.xpm -Terminal=false -Type=Application -Categories=Application;Game;AdventureGame; -StartupNotify=false |