void SeafileApplet::start() { refreshQss(); configurator_->checkInit(); initLog(); account_mgr_->start(); certs_mgr_->start(); #if defined(Q_OS_WIN32) QString crash_rpt_path = QDir(configurator_->ccnetDir()).filePath("logs/seafile-crash-report.txt"); if (!g_setenv ("CRASH_RPT_PATH", toCStr(crash_rpt_path), FALSE)) qWarning("Failed to set CRASH_RPT_PATH env variable.\n"); #endif // // start daemons // daemon_mgr_->startCcnetDaemon(); connect(daemon_mgr_, SIGNAL(daemonStarted()), this, SLOT(onDaemonStarted())); }
void SeafileApplet::start() { refreshQss(); configurator_->checkInit(); initLog(); account_mgr_->start(); certs_mgr_->start(); AvatarService::instance()->start(); SeahubNotificationsMonitor::instance()->start(); #if defined(Q_WS_WIN) QString crash_rpt_path = QDir(configurator_->ccnetDir()).filePath("logs/seafile-crash-report.txt"); if (!g_setenv ("CRASH_RPT_PATH", toCStr(crash_rpt_path), FALSE)) qDebug("Failed to set CRASH_RPT_PATH env variable.\n"); #endif daemon_mgr_->startCcnetDaemon(); connect(daemon_mgr_, SIGNAL(daemonStarted()), this, SLOT(onDaemonStarted())); }
void SeafileApplet::start() { configurator_->checkInit(); tray_icon_->show(); initLog(); account_mgr_->start(); daemon_mgr_->startCcnetDaemon(); connect(daemon_mgr_, SIGNAL(daemonStarted()), this, SLOT(onDaemonStarted())); }