Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KDE Connect
Commits
9031ccad
Commit
9031ccad
authored
Jun 15, 2021
by
Piyush Aggarwal
🎮
Browse files
kdeconnectd: trigger indicator when daemon is spawned on Windows
parent
62e02180
Pipeline
#65859
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
daemon/kdeconnectd.cpp
View file @
9031ccad
...
...
@@ -163,6 +163,11 @@ int main(int argc, char* argv[])
DesktopDaemon
daemon
;
#ifdef Q_OS_WIN
// make sure indicator shows up in the tray whenever daemon is spawned
QProcess
::
startDetached
(
QStringLiteral
(
"kdeconnect-indicator.exe"
));
#endif
// kdeconnectd is autostarted, so disable session management to speed up startup
auto
disableSessionManagement
=
[](
QSessionManager
&
sm
)
{
sm
.
setRestartHint
(
QSessionManager
::
RestartNever
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment