Add placeholder for kinit's store file name. diff --git a/src/kdeinitinterface.cpp b/src/kdeinitinterface.cpp index 22fa5e5..3d40937 100644 --- a/src/kdeinitinterface.cpp +++ b/src/kdeinitinterface.cpp @@ -52,7 +52,7 @@ void KDEInitInterface::ensureKdeinitRunning() // If not found in system paths, search other paths if (srv.isEmpty()) { const QStringList searchPaths = QStringList() - << QCoreApplication::applicationDirPath() // then look where our application binary is located + << QString::fromUtf8("@SUBSTITUTEME@/bin") // using QStringLiteral would be more efficient, but breaks guix store reference detection. << QLibraryInfo::location(QLibraryInfo::BinariesPath); // look where exec path is (can be set in qt.conf) srv = QStandardPaths::findExecutable(QStringLiteral("kdeinit5"), searchPaths); if (srv.isEmpty()) { td class='sub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gps.scm
AgeCommit message (Expand)Author
2024-08-22gnu: gpsbabel: Update to 1.9.0....Sergey Trofimov
2024-07-20gnu: gpxsee: Update to 13.22....Morgan Smith
2024-07-18gnu: qtlocation: Rename to qtlocation-5....Zheng Junjie
2024-04-17gnu: gama: Update to 2.30....Andy Tai
2024-02-26gnu: gama: Update to 2.29....Andy Tai