Skip to content
Snippets Groups Projects
Commit 55509612 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #30002: gnome: prevent second instance of client from crashing first instance

parent 1d364491
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ sflphone_client_new()
{
SFLPhoneClient *client = g_object_new(sflphone_client_get_type(),
"application-id", "org.sfl.SFLphone",
"flags", G_APPLICATION_HANDLES_COMMAND_LINE, NULL);
"flags", G_APPLICATION_HANDLES_COMMAND_LINE | G_APPLICATION_IS_SERVICE, NULL);
return client;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment