I#1783 - EShell not emitting activate signal
This covers the case when a remote instance is running. Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1783
This commit is contained in:
@ -631,6 +631,8 @@ main (gint argc,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (g_application_get_is_remote (G_APPLICATION (shell))) {
|
if (g_application_get_is_remote (G_APPLICATION (shell))) {
|
||||||
|
g_application_activate (G_APPLICATION (shell));
|
||||||
|
|
||||||
if (remaining_args && *remaining_args)
|
if (remaining_args && *remaining_args)
|
||||||
e_shell_handle_uris (shell, (const gchar * const *) remaining_args, import_uris);
|
e_shell_handle_uris (shell, (const gchar * const *) remaining_args, import_uris);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user