[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Detecting "default browser"?



Hi,

Is there a clean way to detect the default (installed) browser on Debian?
The idea would be to avoid if possible scripts like:

for i in mozilla galeon konqueror ..; do 
  if test -x "/usr/bin/$i"; then 
    /usr/bin/$i $@
    exit $?
  fi
done







Reply to: