From b2fa8902fd2f98ec5759f064aa273fc6636495bd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 17 Dec 2018 16:59:18 -0500 Subject: [PATCH] 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 --- app/flatpak-builtins-install.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/flatpak-builtins-install.c b/app/flatpak-builtins-install.c index 7e513493..bda10f66 100644 --- a/app/flatpak-builtins-install.c +++ b/app/flatpak-builtins-install.c @@ -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], "./")))