install: Add a friendly message

The initial search for remotes and refs can take a while.
Provide a message similar to what we say for updates.

Closes: #2371
Approved by: alexlarsson
This commit is contained in:
Matthias Clasen
2018-12-17 16:59:18 -05:00
committed by Atomic Bot
parent 3895eacab2
commit b2fa8902fd

View File

@@ -280,6 +280,8 @@ flatpak_builtin_install (int argc, char **argv, GCancellable *cancellable, GErro
kinds = flatpak_kinds_from_bools (opt_app, opt_runtime);
g_print (_("Looking for matches...\n"));
if (!auto_remote &&
(g_path_is_absolute (argv[1]) ||
g_str_has_prefix (argv[1], "./")))