mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 13:22:28 +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
|
description=Shut down the system
|
||||||
icon=skin:icons/poweroff.png
|
icon=skin:icons/poweroff.png
|
||||||
exec=/sbin/poweroff
|
exec=/sbin/poweroff
|
||||||
|
editable=false
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user