Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-11-22 18:33:53 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-11-22 18:33:53 +0300
commitcebd66c20a2b97642c4e42235d015f6e2059605d (patch)
tree0b6185d9d4a2eb4cbcd156f97d7ba2c48d212e22 /src/remmina.c
parent0e70fe0c09812d59f397536212c60a323a8fbd36 (diff)
Adding autostart profiles at remmina startup, closes #2013
Diffstat (limited to 'src/remmina.c')
-rw-r--r--src/remmina.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remmina.c b/src/remmina.c
index 74e913766..371730ef8 100644
--- a/src/remmina.c
+++ b/src/remmina.c
@@ -255,6 +255,8 @@ static void remmina_on_startup(GApplication *app)
if (!secret_plugin->is_service_available())
g_print("WARNING: Remmina is running with a secret plugin, but it cannot connect to a secret service.\n");
}
+
+ remmina_exec_command(REMMINA_COMMAND_AUTOSTART, NULL);
}
static gint remmina_on_local_cmdline(GApplication *app, GVariantDict *opts, gpointer user_data)