webbrowser.linux: switching to xdg-open.
parent
f98a6a7987
commit
c870b139b0
|
@ -6,4 +6,4 @@ USING: io.launcher kernel sequences system webbrowser ;
|
||||||
IN: webbrowser.linux
|
IN: webbrowser.linux
|
||||||
|
|
||||||
M: linux open-file ( path -- )
|
M: linux open-file ( path -- )
|
||||||
{ "gnome-open" } swap suffix try-process ;
|
{ "xdg-open" } swap suffix try-process ;
|
||||||
|
|
Loading…
Reference in New Issue