Open URL desktop entries with htmlapp(1) by default

This commit is contained in:
Pierre Pronchery 2015-04-19 18:58:21 +02:00
parent 62fffb57d4
commit 94ee1b8cc8

View File

@ -350,7 +350,7 @@ static void _applications_on_activate_url(Config * config)
const char section[] = "Desktop Entry";
char const * url;
/* XXX open with the default web browser instead */
char * argv[] = { BINDIR "/surfer", "--", NULL, NULL };
char * argv[] = { BINDIR "/htmlapp", "--", NULL, NULL };
unsigned int flags = 0;
GError * error = NULL;