mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 19:03:44 +02:00
dingux: added a link to disable the graphic mode of the framebuffer
This commit is contained in:
parent
c2576d418b
commit
45595e296b
6
data/platform/dingux/sections/applications/30_terminal
Normal file
6
data/platform/dingux/sections/applications/30_terminal
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
title=Terminal
|
||||||
|
description=Disable graphic mode
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/bin/busybox
|
||||||
|
params=sh -c 'clear; echo "The graphic mode is now disabled."; echo ""; echo "This is only useful for developers who want to test their graphical apps from telnet."; echo ""; echo "(Press START to exit to the launcher)"; read'
|
||||||
|
consoleapp=true
|
Loading…
Reference in New Issue
Block a user