summaryrefslogtreecommitdiffstats
path: root/qml/Install.qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2022-11-23 18:30:10 +0100
committerPapoteur <papoteur@mageia.org>2022-11-23 18:30:10 +0100
commit29123af4ad0e73a423350246f6fa7b0253034a6b (patch)
tree19cd28648521d99b76c249052275bec2259781c9 /qml/Install.qml
parenta688e822997b43f9d2bc0f64e52e55292915ae63 (diff)
downloadmageiawelcome-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/Install.qml')
-rw-r--r--qml/Install.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/Install.qml b/qml/Install.qml
index 238c22c..bd81596 100644
--- a/qml/Install.qml
+++ b/qml/Install.qml
@@ -29,7 +29,7 @@ Rectangle {
MButton {
anchors.horizontalCenter: parent.horizontalCenter
objectName: "launch"
- onMbuttonClicked: { launch.command(["draklive-install",])}
+ onMbuttonClicked: { launch.command(["/usr/bin/draklive-install",])}
buttonText: qsTr("Launch installation")
}