diff options
| -rw-r--r-- | src/AppList.py | 1 | ||||
| -rw-r--r-- | src/img/org.gnome.Builder.png | bin | 0 -> 1063 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/src/AppList.py b/src/AppList.py index d073ba4..209a07e 100644 --- a/src/AppList.py +++ b/src/AppList.py @@ -43,6 +43,7 @@ AppList = [ { "group": "programming", "description": _("AppList", "Scientific Python Development Environment​ "), "title": "Spyder", "name": "spyder", "command": "spyder3", "repo": "", "icon": "img/spyder3.png", "arch": ""}, { "group": "programming", "description": _("AppList", "Lightweight IDE for Qt"), "title": "Qt Creator", "name": "qt-creator", "command": "qtcreator", "repo": "", "icon": "img/qt-creator.png", "arch": ""}, { "group": "programming", "description": _("AppList", "Editor with basic features of an IDE"), "title": "Geany", "name": "geany", "command": "geany", "repo": "", "icon": "img/geany.png", "arch": ""}, + { "group": "programming", "description": _("AppList", "IDE for writing GNOME-based software "), "title": "Gnome Builder", "name": "gnome-builder", "command": "gnome-builder", "repo": "", "icon": "img/org.gnome.Builder.png", "arch": ""}, { "group": "system", "description": _("AppList", "Sophisticated cd/dvd burning application"), "title": "K3b", "name": "k3b", "command": "k3b", "repo": "", "icon": "img/k3b.png", "arch": ""}, { "group": "system", "description": _("AppList", "Write ISO images on USB device"), "title": "Isodumper", "name": "isodumper", "command": "isodumper", "repo": "", "icon": "img/isodumper.png", "arch": ""}, { "group": "system", "description": _("AppList", "Partition editor"), "title": "GParted", "name": "gparted", "command": "gparted", "repo": "", "icon": "img/gparted.png", "arch": ""}, diff --git a/src/img/org.gnome.Builder.png b/src/img/org.gnome.Builder.png Binary files differnew file mode 100644 index 0000000..6a69d5c --- /dev/null +++ b/src/img/org.gnome.Builder.png |
