summaryrefslogtreecommitdiffstats
path: root/qml/Sources.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/Sources.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/Sources.qml')
-rw-r--r--qml/Sources.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/Sources.qml b/qml/Sources.qml
index 304df59..fa54e1d 100644
--- a/qml/Sources.qml
+++ b/qml/Sources.qml
@@ -194,7 +194,7 @@ If this computer will have access to the Internet, you can delete the <i>Local</
Layout.columnSpan: 2
Layout.alignment: Qt.AlignHCenter
objectName: "launch"
- onMbuttonClicked: { launch.command(["drakrpm-edit-media",])}
+ onMbuttonClicked: { launch.command(["/usr/bin/drakrpm-edit-media",])}
buttonText: qsTr("Edit software sources")+" *"
}
}