summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2023-01-20 14:48:40 +0100
committerPapoteur <papoteur@mageia.org>2023-01-20 14:48:40 +0100
commita55188c573fb24f237f7e595ba2b3a515ad906b6 (patch)
treef6f90b0c7a8888f09e69eaa14178f3e3a3142481 /qml
parent1a5596b29b497fe0d17a7189a4194ee22ceefc37 (diff)
downloadmageiawelcome-a55188c573fb24f237f7e595ba2b3a515ad906b6.tar
mageiawelcome-a55188c573fb24f237f7e595ba2b3a515ad906b6.tar.gz
mageiawelcome-a55188c573fb24f237f7e595ba2b3a515ad906b6.tar.bz2
mageiawelcome-a55188c573fb24f237f7e595ba2b3a515ad906b6.tar.xz
mageiawelcome-a55188c573fb24f237f7e595ba2b3a515ad906b6.zip
remove k9copy
Diffstat (limited to 'qml')
-rw-r--r--qml/AppList.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/qml/AppList.qml b/qml/AppList.qml
index ab8a26b..f3865d7 100644
--- a/qml/AppList.qml
+++ b/qml/AppList.qml
@@ -46,7 +46,6 @@ ListModel {
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("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("k9copy helps making backups of your video DVDs "); title: "K9copy";name: "k9copy";command: "k9copy";repo: "";icon: "img/k9copy.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";}
ListElement { group: "system";description: qsTr("A printer administration tool"); title: "System Config Printer";name: "system-config-printer";command: "system-config-printer";repo: "";icon: "img/system-config-printer.png";}
ListElement { group: "system";description: qsTr("Virtualization software"); title: "VirtualBox";name: "virtualbox";command: "VirtualBox";repo: "";icon: "img/virtualbox.png";}