Add stuff to a comment, and move stuff to that comment from elsewhere,
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 21 Jun 2008 23:53:15 +0000 (23:53 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 21 Jun 2008 23:53:15 +0000 (23:53 +0000)
discussing the fun of launching on UNIX+X11.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25519 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/webbrowser.c

index 50b6a2dfd284969423e9df6604ee8ea422332f50..e2496886a1bbe2b45f839e805ff0b197df1f6282 100644 (file)
  * \plug-ins\common\webbrowser.c
  *
  * It was modified to suit the Wireshark environment (#if 0)!
+ *
+ * For the UNIX+X11 launcher, see this blog post:
+ *
+ * http://blogs.gnome.org/timj/2006/11/24/24112006-how-to-start-a-web-browser/
+ *
+ * for a discussion of how Beast launches a browser, a link that shows
+ * the rather complicated code it uses, and some information on why it
+ * goes through all that pain.  We might want to do something similar to
+ * that.
+ *
+ * For GNOME 2.x, we might be able to use "gnome_url_show()" (when we offer
+ * the ability to build a GNOMEified Wireshark as well as a GTK+-only
+ * Wireshark).  However, GNOME might be moving towards running one of
+ * the launchers listed in the Beast code, or might have moved there
+ * already.
  */
 
 #ifdef HAVE_CONFIG_H
 
 #include "gtk/webbrowser.h"
 
-
-/*
- * For GNOME 2.x, we might be able to use "gnome_url_show()" (when we offer
- * the ability to build a GNOMEified Wireshark as well as a GTK+-only
- * Wireshark).
- */
-
 #if defined(G_OS_WIN32)
 /* Win32 - use Windows shell services to start a browser */
 #include <windows.h>