From: Johan Van de Wauw <johan.vandewauw@gmail.com>
Date: Tue, 30 Sep 2014 21:00:54 +0200
Subject: Use xdg-open instead of firefox in desktop file

---
 etc/pycsw.desktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/etc/pycsw.desktop
+++ b/etc/pycsw.desktop
@@ -4,7 +4,7 @@ Encoding=UTF-8
 Name=pycsw
 Comment=pycsw catalog server
 Categories=Application;Education;Geography;
-Exec=firefox http://localhost/pycsw/tests/index.html
+Exec=xdg-open http://localhost/pycsw/tests/index.html
 Icon=/var/www/html/pycsw/docs/_static/pycsw-logo.png
 Terminal=false
 StartupNotify=false
