Open HTML applications with htmlapp(1)

This commit is contained in:
Pierre Pronchery 2015-04-19 18:08:12 +02:00
parent 35538cc36a
commit cedbeb5b0c

View File

@ -1061,7 +1061,7 @@ static void _run_url(DesktopIcon * desktopicon)
const char section[] = "Desktop Entry"; const char section[] = "Desktop Entry";
char const * url; char const * url;
/* XXX open with the default web browser instead */ /* XXX open with the default web browser instead */
char * argv[] = { "surfer", "--", NULL, NULL }; char * argv[] = { "htmlapp", "--", NULL, NULL };
const unsigned int flags = G_SPAWN_SEARCH_PATH; const unsigned int flags = G_SPAWN_SEARCH_PATH;
GError * error = NULL; GError * error = NULL;