vtcl/vtcl-browser.patch

12 lines
261 B
Diff
Raw Permalink Normal View History

--- lib/misc.tcl
+++ lib/misc.tcl
@@ -1172,7 +1172,7 @@ proc ::vTcl::web_browser {} {
#if {![file executable [file join $path netscape]]} { continue }
#return [file join $path netscape]
- return mozilla
+ return /usr/bin/xdg-open
}
}