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:
0
data/platform/nanonote/sections/programming/.gitignore
vendored
Normal file
0
data/platform/nanonote/sections/programming/.gitignore
vendored
Normal file
3
data/platform/nanonote/sections/programming/gforth
Normal file
3
data/platform/nanonote/sections/programming/gforth
Normal file
@@ -0,0 +1,3 @@
|
||||
title=gforth
|
||||
icon=skin:icons/gforth.png
|
||||
exec=/usr/bin/gforth
|
||||
3
data/platform/nanonote/sections/programming/guile
Normal file
3
data/platform/nanonote/sections/programming/guile
Normal file
@@ -0,0 +1,3 @@
|
||||
title=guile
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/guile
|
||||
3
data/platform/nanonote/sections/programming/lua
Normal file
3
data/platform/nanonote/sections/programming/lua
Normal file
@@ -0,0 +1,3 @@
|
||||
title=lua
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/lua
|
||||
3
data/platform/nanonote/sections/programming/octave
Normal file
3
data/platform/nanonote/sections/programming/octave
Normal file
@@ -0,0 +1,3 @@
|
||||
title=GNU Octave
|
||||
icon=skin:icons/octave.png
|
||||
exec=/usr/bin/octave
|
||||
3
data/platform/nanonote/sections/programming/python
Normal file
3
data/platform/nanonote/sections/programming/python
Normal file
@@ -0,0 +1,3 @@
|
||||
title=python
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/python
|
||||
3
data/platform/nanonote/sections/programming/tcl
Normal file
3
data/platform/nanonote/sections/programming/tcl
Normal file
@@ -0,0 +1,3 @@
|
||||
title=tcl
|
||||
icon=skin:icons/tclsh.png
|
||||
exec=/usr/bin/tclsh8.5
|
||||
Reference in New Issue
Block a user