aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-10 05:02:48 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-10 05:02:48 +0000
commit35828730557154b390096d64817c2f4e8e596dde (patch)
treeddbf70a5b20a8a31d8c922707632323858863697 /bin
parent611b5933372343af0a50da738e83e37669ccda2f (diff)
added three generic URL opening commands that use the defaults of GNOME/KDE/Debian
svn path=/trunk/externals/miXed/; revision=8795
Diffstat (limited to 'bin')
-rw-r--r--bin/pddp/pddpclient.tcl2
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 &"