better warning for no browser
This commit is contained in:
parent
c2211c0496
commit
a05fdcd4d1
|
@ -1184,7 +1184,7 @@ static void set_config(GtkWindow *window, VteTerminal *vte, config_info *info,
|
|||
}
|
||||
|
||||
if (!info->browser) {
|
||||
g_warning("There is no browser configured, disabling clickable_url and url hints");
|
||||
g_warning("Couldn't read BROWSER and there is no browser configured, disabling clickable_url and url hints");
|
||||
info->clickable_url = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue