diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/pddp/pddpclient.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pddp/pddpclient.tcl b/bin/pddp/pddpclient.tcl index 998c55a..e16c15c 100644 --- a/bin/pddp/pddpclient.tcl +++ b/bin/pddp/pddpclient.tcl @@ -34,7 +34,7 @@ namespace eval ::pddp { } Linux { foreach candidate \ - {firefox mozilla galeon konqueror netscape lynx} { + {gnome-open xdg-open sensible-browser firefox mozilla galeon konqueror netscape lynx} { set browser [lindex [auto_execok $candidate] 0] if {[string length $browser]} { set theBrowserCommand "$browser %s &" |