blob: cd2a883e125ef6b69399147c8ce6687932ad9dce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-rdp_rdpviewfactory.cpp,v 1.1 2019/11/30 19:28:45 markd Exp $
pkgsrc renames it xfreerdp2
--- rdp/rdpviewfactory.cpp.orig 2019-11-01 21:57:11.000000000 +0000
+++ rdp/rdpviewfactory.cpp
@@ -83,7 +83,7 @@ QString RdpViewFactory::connectToolTipTe
void RdpViewFactory::checkFreerdpAvailability()
{
- if (QStandardPaths::findExecutable(QStringLiteral("xfreerdp")).isEmpty()) {
+ if (QStandardPaths::findExecutable(QStringLiteral("xfreerdp2")).isEmpty()) {
m_connectToolTipString += QLatin1Char('\n') + i18n("The application \"xfreerdp\" cannot be found on your system; make sure it is properly installed "
"if you need RDP support.");
}
|