Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/deskutils/birdtray/files/patch-src_utils.cpp
16461 views
1
--- src/utils.cpp.orig 2020-11-08 19:41:30 UTC
2
+++ src/utils.cpp
3
@@ -200,7 +200,7 @@ QStringList Utils::getDefaultThunderbirdCommand() {
4
#elif defined (Q_OS_WIN)
5
return {R"("%ProgramFiles(x86)%\Mozilla Thunderbird\thunderbird.exe")"};
6
#else
7
- return { "/usr/bin/thunderbird" };
8
+ return { "%%LOCALBASE%%/bin/thunderbird" };
9
#endif
10
}
11
12
13