diff --git a/data/platform/dingux/sections/applications/30_terminal b/data/platform/dingux/sections/applications/30_terminal new file mode 100644 index 0000000..6a02151 --- /dev/null +++ b/data/platform/dingux/sections/applications/30_terminal @@ -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