--- 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 } }