From 34b0b0c76677abd08b70b5f851d80749ddeb99d7 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Tue, 21 Dec 2010 15:52:51 +0800 Subject: [PATCH] mv byobu, nanoterm to terminal sectionadd ctronome, emacs, netsurf --- gmenu2x/files/nanonote/gmenu2x/sections/applications/ctronome | 3 +++ gmenu2x/files/nanonote/gmenu2x/sections/applications/emacs | 3 +++ gmenu2x/files/nanonote/gmenu2x/sections/applications/netsurf | 3 +++ .../nanonote/gmenu2x/sections/{applications => terminal}/byobu | 0 .../gmenu2x/sections/{applications => terminal}/nanoterm | 0 5 files changed, 9 insertions(+) create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/ctronome create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/emacs create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/netsurf rename gmenu2x/files/nanonote/gmenu2x/sections/{applications => terminal}/byobu (100%) rename gmenu2x/files/nanonote/gmenu2x/sections/{applications => terminal}/nanoterm (100%) diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/ctronome b/gmenu2x/files/nanonote/gmenu2x/sections/applications/ctronome new file mode 100644 index 0000000..629f1d1 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/ctronome @@ -0,0 +1,3 @@ +title=ctronome +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/ctronome diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/emacs b/gmenu2x/files/nanonote/gmenu2x/sections/applications/emacs new file mode 100644 index 0000000..2c7ae83 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/emacs @@ -0,0 +1,3 @@ +title=emacs +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/emacs@BROKEN diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/netsurf b/gmenu2x/files/nanonote/gmenu2x/sections/applications/netsurf new file mode 100644 index 0000000..bd89c18 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/netsurf @@ -0,0 +1,3 @@ +title=netsurf +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/netsurf@BROKEN #don't know how to exit diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/byobu b/gmenu2x/files/nanonote/gmenu2x/sections/terminal/byobu similarity index 100% rename from gmenu2x/files/nanonote/gmenu2x/sections/applications/byobu rename to gmenu2x/files/nanonote/gmenu2x/sections/terminal/byobu diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/nanoterm b/gmenu2x/files/nanonote/gmenu2x/sections/terminal/nanoterm similarity index 100% rename from gmenu2x/files/nanonote/gmenu2x/sections/applications/nanoterm rename to gmenu2x/files/nanonote/gmenu2x/sections/terminal/nanoterm