diff options
author | Papoteur <papoteur@mageia.org> | 2020-06-20 07:44:42 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2020-06-20 07:44:42 +0200 |
commit | 90469a9bcf349365cc9f4ab6ed5ccfd542b41f9a (patch) | |
tree | 925e86804f4197e73a79d3a13ac5d8355fc45628 /qml/AppList.qml | |
parent | 6d21988f61e0b753cf6e1ec6b79a28da319d7b5c (diff) | |
download | mageiawelcome-90469a9bcf349365cc9f4ab6ed5ccfd542b41f9a.tar mageiawelcome-90469a9bcf349365cc9f4ab6ed5ccfd542b41f9a.tar.gz mageiawelcome-90469a9bcf349365cc9f4ab6ed5ccfd542b41f9a.tar.bz2 mageiawelcome-90469a9bcf349365cc9f4ab6ed5ccfd542b41f9a.tar.xz mageiawelcome-90469a9bcf349365cc9f4ab6ed5ccfd542b41f9a.zip |
Remove fuse-exfat from recommended applications
Diffstat (limited to 'qml/AppList.qml')
-rw-r--r-- | qml/AppList.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qml/AppList.qml b/qml/AppList.qml index 6f04606..002c582 100644 --- a/qml/AppList.qml +++ b/qml/AppList.qml @@ -43,7 +43,6 @@ ListElement { group: "programming";description: qsTr("IDE for C and C++"); title 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("Partition editor"); title: "GParted";name: "gparted";command: "gparted";repo: "";icon: "img/gparted.png";} -ListElement { group: "system";description: qsTr("Exfat formatted device management"); title: "fuse-exfat";name: "fuse-exfat";command: "";repo: "tainted";icon: "img/fuse-exfat.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";} |