webbrowser.linux: switching to xdg-open.

db4
John Benediktsson 2011-11-13 16:49:25 -08:00
parent f98a6a7987
commit c870b139b0
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ USING: io.launcher kernel sequences system webbrowser ;
IN: webbrowser.linux
M: linux open-file ( path -- )
{ "gnome-open" } swap suffix try-process ;
{ "xdg-open" } swap suffix try-process ;