summaryrefslogtreecommitdiffstats
path: root/qml/InstallSoftware.qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2023-01-29 21:29:47 +0100
committerPapoteur <papoteur@mageia.org>2023-01-29 21:29:47 +0100
commitdc720dea7a0f3b76da7f43d89f70d70dc7e0edc8 (patch)
tree317224a7ea4d9c054d5a9d5b235b40543e3e337e /qml/InstallSoftware.qml
parent209a00e5e573d15745794b278a4229ca9a6e72f4 (diff)
downloadmageiawelcome-dc720dea7a0f3b76da7f43d89f70d70dc7e0edc8.tar
mageiawelcome-dc720dea7a0f3b76da7f43d89f70d70dc7e0edc8.tar.gz
mageiawelcome-dc720dea7a0f3b76da7f43d89f70d70dc7e0edc8.tar.bz2
mageiawelcome-dc720dea7a0f3b76da7f43d89f70d70dc7e0edc8.tar.xz
mageiawelcome-dc720dea7a0f3b76da7f43d89f70d70dc7e0edc8.zip
Add install_and_launch function. Apply it to dnfdragora
Diffstat (limited to 'qml/InstallSoftware.qml')
-rw-r--r--qml/InstallSoftware.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/InstallSoftware.qml b/qml/InstallSoftware.qml
index af90294..f7d964b 100644
--- a/qml/InstallSoftware.qml
+++ b/qml/InstallSoftware.qml
@@ -37,7 +37,7 @@ Rectangle {
anchors.left: parent.left; anchors.leftMargin: 20;
width: slideshow.width * .35
objectName: "launch"
- onMbuttonClicked: { launch.command(["/usr/bin/dnfdragora",])}
+ onMbuttonClicked: { launch.install_and_launch(["dnfdragora","/usr/bin/dnfdragora"])}
buttonText: qsTr("Dnfdragora")
}
Label {