summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2023-01-21 09:48:41 +0100
committerPapoteur <papoteur@mageia.org>2023-01-21 09:48:41 +0100
commitd8fab515f44c93a12f68da9d0c1809d5a64217e8 (patch)
tree7ec5c1b837a286eb2fed3fd7971f35bdae5516d4
parenta9486d0297dc7beb816173494cfa28e8ac74a761 (diff)
downloadmageiawelcome-d8fab515f44c93a12f68da9d0c1809d5a64217e8.tar
mageiawelcome-d8fab515f44c93a12f68da9d0c1809d5a64217e8.tar.gz
mageiawelcome-d8fab515f44c93a12f68da9d0c1809d5a64217e8.tar.bz2
mageiawelcome-d8fab515f44c93a12f68da9d0c1809d5a64217e8.tar.xz
mageiawelcome-d8fab515f44c93a12f68da9d0c1809d5a64217e8.zip
Add Isodumper as application
-rw-r--r--qml/AppList.qml1
-rw-r--r--qml/img/isodumper.pngbin0 -> 5041 bytes
2 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";}
diff --git a/qml/img/isodumper.png b/qml/img/isodumper.png
new file mode 100644
index 0000000..991be95
--- /dev/null
+++ b/qml/img/isodumper.png
Binary files differ