diff options
| author | Papoteur <papoteur@mageia.org> | 2026-03-26 17:57:48 +0100 |
|---|---|---|
| committer | Papoteur <papoteur@mageia.org> | 2026-03-26 18:01:08 +0100 |
| commit | cfd8162bdf5dfb3ec26adad1945fb4139246b142 (patch) | |
| tree | 5cc9e595f1b9ea83ebf30e0682ebd02158fcb809 | |
| parent | f988862a017659b586d649d19b49f4da82fe2941 (diff) | |
| download | mageiawelcome-master.tar mageiawelcome-master.tar.gz mageiawelcome-master.tar.bz2 mageiawelcome-master.tar.xz mageiawelcome-master.zip | |
| -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 |
