mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Moved all the data files (translations, skins...) to the "data" folder.
On the "platform" sub-folder are located one folder for each platform gmenu2x supports. The "translations" folder is now the same for all platforms. The "skins" sub-folder contains directories which names defines the screen resolution of the contained skins (e.g. "320x240").
This commit is contained in:
4
data/platform/nanonote/sections/terminals/ash
Normal file
4
data/platform/nanonote/sections/terminals/ash
Normal file
@@ -0,0 +1,4 @@
|
||||
title=ash(Default)
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/bin/ash
|
||||
params=--login
|
||||
4
data/platform/nanonote/sections/terminals/bash
Normal file
4
data/platform/nanonote/sections/terminals/bash
Normal file
@@ -0,0 +1,4 @@
|
||||
title=bash
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/bin/bash
|
||||
params=--login
|
||||
4
data/platform/nanonote/sections/terminals/byobu
Normal file
4
data/platform/nanonote/sections/terminals/byobu
Normal file
@@ -0,0 +1,4 @@
|
||||
title=byobu
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/bin/touch
|
||||
params=/var/run/utmp; /usr/bin/byobu
|
||||
4
data/platform/nanonote/sections/terminals/fbterm
Normal file
4
data/platform/nanonote/sections/terminals/fbterm
Normal file
@@ -0,0 +1,4 @@
|
||||
title=fbterm
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/fbterm
|
||||
params=-- /bin/ash --login
|
||||
3
data/platform/nanonote/sections/terminals/jfbterm
Normal file
3
data/platform/nanonote/sections/terminals/jfbterm
Normal file
@@ -0,0 +1,3 @@
|
||||
title=jfbterm
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/jfbterm
|
||||
3
data/platform/nanonote/sections/terminals/nanoterm
Normal file
3
data/platform/nanonote/sections/terminals/nanoterm
Normal file
@@ -0,0 +1,3 @@
|
||||
title=nanoterm
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/nanoterm
|
||||
3
data/platform/nanonote/sections/terminals/screen
Normal file
3
data/platform/nanonote/sections/terminals/screen
Normal file
@@ -0,0 +1,3 @@
|
||||
title=screen
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/sbin/screen
|
||||
Reference in New Issue
Block a user