We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e43e3c commit 178eaccCopy full SHA for 178eacc
src/daemon/daemon.c
@@ -1076,9 +1076,9 @@ static void url_clicked_cb(GtkWindow* nw, const char *url)
1076
1077
escaped_url = g_shell_quote (url);
1078
1079
- if ((found = g_find_program_in_path ("gvfs-open")) != NULL)
+ if ((found = g_find_program_in_path ("gio")) != NULL)
1080
{
1081
- cmd = g_strdup_printf ("gvfs-open %s", escaped_url);
+ cmd = g_strdup_printf ("gio open %s", escaped_url);
1082
}
1083
else if ((found = g_find_program_in_path ("xdg-open")) != NULL)
1084
0 commit comments