moved helper daemonization

add abillity to own users org.netctlgui.helper service
This commit is contained in:
arcan1s
2014-08-12 00:23:11 +04:00
parent 80f6ccf1d1
commit 3e0ae6d4cc
8 changed files with 24 additions and 34 deletions

View File

@ -28,7 +28,6 @@
#include <QDebug>
#include <QMenu>
#include <QProcessEnvironment>
#include <QTimer>
#include "netctl.h"
#include "ui_about.h"
@ -930,7 +929,7 @@ void Netctl::configChanged()
formatLine[1] = QString("</p></body></html>");
if (useHelper) startHelper();
QTimer::singleShot(1000, this, SLOT(checkHelperStatus()));
checkHelperStatus();
connectToEngine();
setAssociatedApplication(paths[QString("gui")]);
}