]> gitweb.factorcode.org Git - factor.git/commitdiff
webbrowser.linux: switching to xdg-open.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 14 Nov 2011 00:49:25 +0000 (16:49 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 14 Nov 2011 00:49:25 +0000 (16:49 -0800)
extra/webbrowser/linux/linux.factor

index 5eea147b8ad70dbcbef8015175ec3c264dd89ea1..70a0ee976223f26d083b163e6fd6a1549d6e50be 100644 (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 ;