From dfa870e235f468bb380de02b5e84fd2ba7bf30c3 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Tue, 9 Feb 2021 16:06:23 +0100 Subject: Warn about 32bits repos for steam application --- qml/AppList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml') diff --git a/qml/AppList.qml b/qml/AppList.qml index b3f48fc..2dcf553 100644 --- a/qml/AppList.qml +++ b/qml/AppList.qml @@ -6,7 +6,7 @@ ListModel { ListElement { group: "audio featured";description: qsTr("Various Audio Codecs"); title: "Audio Codecs";name: "task-codec-audio";command: "";repo: "tainted";icon: "img/codecs-audio.png";} ListElement { group: "video featured";description: qsTr("Various Video Codecs"); title: "Video Codecs";name: "task-codec-video";command: "";repo: "";icon: "img/codecs-video.png";} ListElement { group: "video featured";description: qsTr("Various Video Codecs"); title: "Video Codecs";name: "task-codec-video";command: "";repo: "tainted";icon: "img/codecs-video.png";} - ListElement { group: "games";description: qsTr("Steam Client"); title: "Steam";name: "steam";command: "steam";repo: "non-free";icon: "img/steam.png";} + ListElement { group: "games";description: qsTr("Steam Client (This needs 32bits repositories enabled, see Media Sources tab)"); title: "Steam";name: "steam";command: "steam";repo: "non-free";icon: "img/steam.png";} ListElement { group: "games";description: qsTr("3D Real Time Strategy"); title: "Megaglest";name: "megaglest";command: "megaglest";repo: "";icon: "img/megaglest.png";} ListElement { group: "games";description: qsTr("Single/Multi-player first person shooter game"); title: "Sauerbraten";name: "sauerbraten";command: "sauerbraten";repo: "non-free";icon: "img/sauerbraten.png";} ListElement { group: "games";description: qsTr("Classic 2d jump 'n run sidescroller with Tux "); title: "Supertux";name: "supertux";command: "supertux2";repo: "";icon: "img/supertux.png";} -- cgit v1.2.1