[minor] add some more inforamtion

This commit is contained in:
Julian Sparber
2017-10-01 22:08:15 +02:00
parent 3ebd388108
commit 1a7caf1339

View File

@@ -6,8 +6,10 @@ int
main (int argc, char *argv[])
{
if (g_get_user_special_dir(G_USER_DIRECTORY_DOWNLOAD) == NULL) {
g_print("Update XDG user dirs\n");
g_spawn_command_line_sync("xdg-user-dirs-update", NULL, NULL, NULL, NULL);
}
g_print("Download dir: %s\n", g_get_user_special_dir(G_USER_DIRECTORY_DOWNLOAD));
return g_application_run (G_APPLICATION (teleport_app_new ()), argc, argv);
}