mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 13:48:06 +02:00
Dingux: set all the system links (except Terminal) as non-editable
This commit is contained in:
parent
170a7dc4c6
commit
79ea2349c4
@ -2,3 +2,4 @@ title=Power Off
|
||||
description=Shut down the system
|
||||
icon=skin:icons/poweroff.png
|
||||
exec=/sbin/poweroff
|
||||
editable=false
|
||||
|
@ -2,3 +2,4 @@ title=Reboot
|
||||
description=Reboot the dingoo
|
||||
icon=skin:icons/reboot.png
|
||||
exec=/sbin/reboot
|
||||
editable=false
|
||||
|
@ -3,3 +3,4 @@ description=Suspend the dingoo
|
||||
icon=skin:icons/suspend.png
|
||||
exec=/usr/sbin/suspend
|
||||
dontleave=true
|
||||
editable=false
|
||||
|
@ -3,3 +3,4 @@ description=Configure sound settings
|
||||
icon=skin:icons/alsamixer.png
|
||||
exec=/usr/bin/alsamixer
|
||||
consoleapp=true
|
||||
editable=false
|
||||
|
@ -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
|
||||
|
@ -3,3 +3,4 @@ description=Enable/Disable TV output
|
||||
icon=skin:icons/tv.png
|
||||
exec=/usr/sbin/tvout_config
|
||||
consoleapp=true
|
||||
editable=false
|
||||
|
Loading…
Reference in New Issue
Block a user