1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +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 description=Shut down the system
icon=skin:icons/poweroff.png icon=skin:icons/poweroff.png
exec=/sbin/poweroff exec=/sbin/poweroff
editable=false

View File

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

View File

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

View File

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

View File

@@ -4,3 +4,4 @@ icon=skin:icons/about.png
exec=/usr/bin/dialog exec=/usr/bin/dialog
params=--ok-label "Press START to exit" --no-shadow --msgbox "`/usr/bin/system_info`" 240 320 params=--ok-label "Press START to exit" --no-shadow --msgbox "`/usr/bin/system_info`" 240 320
consoleapp=true consoleapp=true
editable=false

View File

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