From 29123af4ad0e73a423350246f6fa7b0253034a6b Mon Sep 17 00:00:00 2001 From: Papoteur Date: Wed, 23 Nov 2022 18:30:10 +0100 Subject: Fix commanline to include absolute path (mga#31169) --- qml/mw-ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml/mw-ui.qml') diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index f5bf51f..685ed5f 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -263,7 +263,7 @@ Rectangle { height: Qt.application.font.pixelSize * 1.3 objectName: "launch" onClicked: { - launch.command(["gurpmi",name,repo,])} + launch.command(["/usr/bin/gurpmi",name,repo,])} style: ButtonStyle { label: Label { horizontalAlignment: TextInput.AlignHCenter -- cgit v1.2.1