$OpenBSD: patch-toolkit_system_gnome_nsGIOService_cpp,v 1.1 2012/11/24 10:21:50 landry Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=803815#c5
https://bugzilla.mozilla.org/show_bug.cgi?id=805202
to remove in ffx 19
--- toolkit/system/gnome/nsGIOService.cpp.orig	Thu Oct 18 12:46:48 2012
+++ toolkit/system/gnome/nsGIOService.cpp	Thu Oct 18 12:47:51 2012
@@ -75,7 +75,10 @@ nsGIOMimeApp::GetCommand(nsACString& aCommand)
 
   void *libHandle = dlopen("libgio-2.0.so.0", RTLD_LAZY);
   if (!libHandle) {
-    return NS_ERROR_FAILURE;
+    libHandle = dlopen("libgio-2.0.so", RTLD_LAZY);
+    if (!libHandle) {
+      return NS_ERROR_FAILURE;
+    }
   }
   dlerror(); /* clear any existing error */
   g_app_info_get_commandline_ptr =
