Browser X11
From PsiWiki
Psi uses the Qt default system browser.
On linux and co the following browsers are tried in this order: (from src/gui/util/qdesktopservices_x11.cpp qt 4.2.3)
- xdg-open
- $DEFAULT_BROWSER (not used for mailto: urls)
- $BROWSER (not used for mailto: urls)
- gnome-open (only when running in GNOME)
- kfmclient openURL (only when running in KDE)
- firefox
- mozilla
- netscape
- opera

