diff options
author | Papoteur <papoteur@mageia.org> | 2023-01-21 09:48:41 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-01-21 09:48:41 +0100 |
commit | d8fab515f44c93a12f68da9d0c1809d5a64217e8 (patch) | |
tree | 7ec5c1b837a286eb2fed3fd7971f35bdae5516d4 /qml/AppList.qml | |
parent | a9486d0297dc7beb816173494cfa28e8ac74a761 (diff) | |
download | mageiawelcome-d8fab515f44c93a12f68da9d0c1809d5a64217e8.tar mageiawelcome-d8fab515f44c93a12f68da9d0c1809d5a64217e8.tar.gz mageiawelcome-d8fab515f44c93a12f68da9d0c1809d5a64217e8.tar.bz2 mageiawelcome-d8fab515f44c93a12f68da9d0c1809d5a64217e8.tar.xz mageiawelcome-d8fab515f44c93a12f68da9d0c1809d5a64217e8.zip |
Add Isodumper as application
Diffstat (limited to 'qml/AppList.qml')
-rw-r--r-- | qml/AppList.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/AppList.qml b/qml/AppList.qml index f3865d7..3dff5d0 100644 --- a/qml/AppList.qml +++ b/qml/AppList.qml @@ -44,6 +44,7 @@ ListModel { ListElement { group: "programming";description: qsTr("IDE for C and C++"); title: "Anjuta";name: "anjuta";command: "anjuta";repo: "";icon: "img/anjuta.png";} ListElement { group: "programming";description: qsTr("IDE for free pascal"); title: "Lazarus";name: "lazarus";command: "lazarus";repo: "";icon: "img/lazarus.png";} ListElement { group: "system";description: qsTr("Sophisticated cd/dvd burning application"); title: "K3b";name: "k3b";command: "k3b";repo: "";icon: "img/k3b.png";} + ListElement { group: "system";description: qsTr("Write ISO images on USB device"); title: "Isodumper";name: "isodumper";command: "isodumper";repo: "";icon: "img/isodumper.png";} ListElement { group: "system";description: qsTr("Partition editor"); title: "GParted";name: "gparted";command: "gparted";repo: "";icon: "img/gparted.png";} ListElement { group: "system featured";description: qsTr("Extra community-made background images"); title: "mageia-theme-extra";name: "mageia-theme-extra";command: "";repo: "";icon: "img/mageia-theme-extra.png";} ListElement { group: "system";description: qsTr("Clean junk to free disk space and maintain privacy "); title: "BleachBit";name: "bleachbit";command: "bleachbit";repo: "";icon: "img/bleachbit.png";} |