Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > a9a5f3c989ebbe2137f8b4d31a4a9707 > files > 2

mysql-gui-tools-5.0-1.r12.2mdv2008.0.src.rpm

--- source/linux/MAdministrator.cc
+++ source/linux/MAdministrator.cc
@@ -802,7 +802,7 @@
   if (!Glib::file_test(path, Glib::FILE_TEST_EXISTS))
     path= "/usr/share/doc/packages/mysql-administrator/administrator.html"; // location in SUSE^M
 
-  g_spawn_command_line_async(ufmt("gnome-help ghelp:///%s >& /dev/null",path.c_str()).c_str(), NULL);
+  g_spawn_command_line_async(ufmt("desktop-launch %s",path.c_str()).c_str(), NULL);
 }
 
 /*