Browser X11

From PsiWiki

Jump to: navigation, search

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


[edit] Changeing the defaults

Usually the used desktop environment has an application to pick preferred applications.


todo: please add where to find that application for your preferred desktop environment.


[edit] references

Personal tools