SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
x11/lxqt/qtermwidget/patches/patch-lib_qtermwidget_cpp
Normal file
12
x11/lxqt/qtermwidget/patches/patch-lib_qtermwidget_cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: lib/qtermwidget.cpp
|
||||
--- lib/qtermwidget.cpp.orig
|
||||
+++ lib/qtermwidget.cpp
|
||||
@@ -269,7 +269,7 @@ void QTermWidget::init(int startnow)
|
||||
QString d = QFile::decodeName(qgetenv("XDG_DATA_DIRS"));
|
||||
QStringList dirs = d.split(QLatin1Char(':'), Qt::SkipEmptyParts);
|
||||
if (dirs.isEmpty()) {
|
||||
- dirs.append(QString::fromLatin1("/usr/local/share"));
|
||||
+ dirs.append(QString::fromLatin1("${LOCALBASE}/share"));
|
||||
dirs.append(QString::fromLatin1("/usr/share"));
|
||||
}
|
||||
dirs.append(QFile::decodeName(TRANSLATIONS_DIR));
|
Loading…
Add table
Add a link
Reference in a new issue