1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Renamed 'dingux' platform to 'a320'

Dingux being now replaced by OpenDingux, which covers other platforms
than the A320, the platform corresponding to the A320 is now named
accordingly.
This commit is contained in:
Paul Cercueil
2012-11-27 02:14:08 -03:00
parent 59ece31c00
commit 6629a63871
18 changed files with 20 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
title=Power Off
description=Shut down the system
icon=skin:icons/poweroff.png
exec=/sbin/poweroff
editable=false

View File

@@ -0,0 +1,5 @@
title=Reboot
description=Reboot the dingoo
icon=skin:icons/reboot.png
exec=/sbin/reboot
editable=false

View File

@@ -0,0 +1,6 @@
title=Suspend
description=Suspend the dingoo
icon=skin:icons/suspend.png
exec=/usr/sbin/suspend
dontleave=true
editable=false

View File

@@ -0,0 +1,6 @@
title=Sound Mixer
description=Configure sound settings
icon=skin:icons/alsamixer.png
exec=/usr/bin/alsamixer
consoleapp=true
editable=false

View File

@@ -0,0 +1,7 @@
title=System Info
description=Info about the system
icon=skin:icons/about.png
exec=/usr/bin/dialog
params=--ok-label "Press START to exit" --no-shadow --msgbox "`/usr/bin/system_info`" 240 320
consoleapp=true
editable=false

View File

@@ -0,0 +1,6 @@
title=TV-out
description=Enable/Disable TV output
icon=skin:icons/tv.png
exec=/usr/sbin/tvout_config
consoleapp=true
editable=false