| Server IP : 82.208.35.60 / Your IP : 216.73.216.236 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/biology/ugene/files/ |
Upload File : |
--- src/ugeneui/src/Main.cpp.orig 2020-06-17 15:14:26 UTC
+++ src/ugeneui/src/Main.cpp
@@ -151,7 +151,7 @@
#include <ServiceRegistryImpl.h>
#include <SettingsImpl.h>
#include <TaskSchedulerImpl.h>
-#include <crash_handler/CrashHandler.h>
+//#include <crash_handler/CrashHandler.h>
#include "app_settings/AppSettingsGUIImpl.h"
#include "app_settings/logview_settings/LogSettingsGUIController.h"
@@ -403,6 +403,7 @@ void fixMacFonts() {
} // namespace
int main(int argc, char **argv) {
+#if 0
if (CrashHandler::isEnabled()) {
CrashHandler::setupHandler();
}
@@ -410,6 +411,7 @@ int main(int argc, char **argv) {
if (qgetenv(ENV_SEND_CRASH_REPORTS) == "0") {
CrashHandler::setSendCrashReports(false);
}
+#endif
QT_REQUIRE_VERSION(argc, argv, QT_VERSION_STR);
@@ -422,7 +424,7 @@ int main(int argc, char **argv) {
//QApplication app(argc, argv);
GApplication app(argc, argv);
-#ifdef Q_OS_LINUX
+#ifdef Q_OS_UNIX
QPixmap pixmap(":/ugene/images/originals/ugene_128.png");
app.setWindowIcon(pixmap);
#endif
@@ -1088,7 +1090,7 @@ int main(int argc, char **argv) {
}
UgeneUpdater::onClose();
- CrashHandler::shutdown();
+ //CrashHandler::shutdown();
return rc;
}