diff options
author | Papoteur <papoteur@mageia.org> | 2022-11-23 18:30:10 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2022-11-23 18:30:10 +0100 |
commit | 29123af4ad0e73a423350246f6fa7b0253034a6b (patch) | |
tree | 19cd28648521d99b76c249052275bec2259781c9 /qml/mw-ui.qml | |
parent | a688e822997b43f9d2bc0f64e52e55292915ae63 (diff) | |
download | mageiawelcome-29123af4ad0e73a423350246f6fa7b0253034a6b.tar mageiawelcome-29123af4ad0e73a423350246f6fa7b0253034a6b.tar.gz mageiawelcome-29123af4ad0e73a423350246f6fa7b0253034a6b.tar.bz2 mageiawelcome-29123af4ad0e73a423350246f6fa7b0253034a6b.tar.xz mageiawelcome-29123af4ad0e73a423350246f6fa7b0253034a6b.zip |
Fix commanline to include absolute path (mga#31169)
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r-- | qml/mw-ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |