pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] 0.13.0, default browser, and Limbo


From: Charles Kerr
Subject: Re: [Pan-users] 0.13.0, default browser, and Limbo
Date: Thu, 8 Aug 2002 06:29:37 -0700
User-agent: Mutt/1.3.20i

Jens,

Maybe this *should* change, because distros are going
to stop bundling Netscape soon.  (Does Limbo come with it?)

As some KDE users have pointed out, gnome-moz-remote is
probably not the most universal choice, so, Mozilla then?

...and that reminds me, will 0.13.0 be bundled in Limbo?

cheers,
Charles

On Wed, Aug 07, 2002 at 09:33:44PM +0900, Jens Petersen wrote:
> Hi,
> 
> Netscape is aging so I think it would be better to make say
> gnome-moz-remote the default browser rather than netscape.
> 
> How about the following patch?
> 
> Jens
> 
> 
> 2002-08-07  Jens Petersen  <address@hidden>
> 
>       * pan/prefs.c (prefs_init): Use  gnome-moz-remote for default
>       browser, not netscape.
> 
>       * pan/util.c (try_to_execute_url): Ditto.
> 
> 
> Index: pan/prefs.c
> ===================================================================
> RCS file: /cvs/gnome/pan/pan/prefs.c,v
> retrieving revision 1.282
> diff -u -r1.282 prefs.c
> --- pan/prefs.c       2002/08/06 22:03:21     1.282
> +++ pan/prefs.c       2002/08/07 12:33:07
> @@ -965,7 +965,7 @@
>       if (!external_web_browser) {
>               gchar * browser = getenv ("BROWSER");
>               if (!is_nonempty_string(browser))
> -                     browser = "netscape %s";
> +                     browser = "gnome-moz-remote --raise --newwin '%s'";
>               external_web_browser = g_strdup (browser);
>       }
>  
> Index: pan/util.c
> ===================================================================
> RCS file: /cvs/gnome/pan/pan/util.c,v
> retrieving revision 1.219
> diff -u -r1.219 util.c
> --- pan/util.c        2002/08/04 23:50:54     1.219
> +++ pan/util.c        2002/08/07 12:33:07
> @@ -259,7 +259,7 @@
>       /* sanity clause */
>       g_return_val_if_fail (is_nonempty_string(url), FALSE);
>       if (template == NULL)
> -             template = "netscape %s";
> +             template = "gnome-moz-remote --raise --newwin '%s'";
>  
>       /* add the URL to the template */
>       if (strstr(template,"%s"))
> 
> _______________________________________________
> Pan-users mailing list
> address@hidden
> http://mail.freesoftware.fsf.org/mailman/listinfo/pan-users



reply via email to

[Prev in Thread] Current Thread [Next in Thread]