Index: vtcl-1.6.1a1/lib/misc.tcl =================================================================== --- vtcl-1.6.1a1.orig/lib/misc.tcl +++ vtcl-1.6.1a1/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 } }