1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-02 18:32:20 +03:00

Dingux: set all the system links (except Terminal) as non-editable

This commit is contained in:
Paul Cercueil 2012-10-17 01:23:12 +02:00
parent 170a7dc4c6
commit 79ea2349c4
6 changed files with 6 additions and 0 deletions

View File

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

View File

@ -2,3 +2,4 @@ title=Reboot
description=Reboot the dingoo
icon=skin:icons/reboot.png
exec=/sbin/reboot
editable=false

View File

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

View File

@ -3,3 +3,4 @@ description=Configure sound settings
icon=skin:icons/alsamixer.png
exec=/usr/bin/alsamixer
consoleapp=true
editable=false

View File

@ -4,3 +4,4 @@ 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

@ -3,3 +3,4 @@ description=Enable/Disable TV output
icon=skin:icons/tv.png
exec=/usr/sbin/tvout_config
consoleapp=true
editable=false