Open HTML applications with htmlapp(1)
This commit is contained in:
parent
35538cc36a
commit
cedbeb5b0c
|
@ -1061,7 +1061,7 @@ static void _run_url(DesktopIcon * desktopicon)
|
|||
const char section[] = "Desktop Entry";
|
||||
char const * url;
|
||||
/* 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;
|
||||
GError * error = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user