mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-05 14:38:12 -04:00
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:
committed by
Atomic Bot
parent
3895eacab2
commit
b2fa8902fd
@@ -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], "./")))
|
||||
|
||||
Reference in New Issue
Block a user