From e6036a34eafdc8705c886ddb5d79517845a984b0 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 18 Oct 2023 22:20:41 -0500 Subject: Qt UI: Fix Netsurf invocation netsurf-gtk was renamed netsurf-gtk3 as part of the switch from GTK 2, so we need to launch that binary. See-Also: adelie/packages@635178f5ca Fixes: #365 --- ui/qt5/intropage.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/qt5/intropage.cc b/ui/qt5/intropage.cc index 76d7644..f36e1fb 100644 --- a/ui/qt5/intropage.cc +++ b/ui/qt5/intropage.cc @@ -53,7 +53,7 @@ IntroPage::IntroPage(QWidget *parent) : HorizonWizardPage(parent) { }); connect(toolMenu->addAction("&Web Browser"), &QAction::triggered, [=](void){ QProcess *p = new QProcess(this); - p->start("netsurf-gtk", QStringList()); + p->start("netsurf-gtk3", QStringList()); horizonWizard()->tools.push_back(p); }); toolButton->setMenu(toolMenu); -- cgit v1.2.3-70-g09d2