Date: Thu, 20 Nov 2003 13:43:12 +0100 From: Franz Klammer <klammer@webonaut.com> To: "Vladimir B. Grebenschikov" <vova@fbsd.ru> Cc: gnome <freebsd-gnome@FreeBSD.org> Subject: Re: mozilla firebird as default web browser in gnome 2.4 Message-ID: <3FBCB6E0.5070807@webonaut.com> In-Reply-To: <1069330824.805.6.camel@localhost> References: <1069324584.18835.236.camel@enigma.8ball.co.za> <1069330824.805.6.camel@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
Vladimir B. Grebenschikov wrote: >В чт, 20.11.2003, в 13:36, Nelis Lamprecht пишет: > >>Hi, >> >>I'm sure someone has posted something on this issue before but >>unfortunately I could not find any info in archives. With mozilla >>firebird set as my default web browser I'm having a problem when trying >>to open url's in both gnome-terminal 2.4.1 and evolution 1.4.5 where the >>Profile Manager pops up asking me each time what profile to use. I >>created a profile for myself but still the problem persists and the >>strange thing is it doesn't display the profile I created when the >>Profile Manager appears. >> >>This only occurs when mozilla firebird is already open and when it is >>not the url I click on opens mozilla firebird but without connecting to >>the url, it just shows a blank page. >> >>I appreciate the fact that this software is still under development but >>was just wondering if there was a simple solution to the above. >> >>Thanks for your help. >> > here's a script that i made for me just before some days: --------- cut --------- > cat fire-start #!/bin/sh FIREBIRD_CMD="/usr/X11R6/bin/firebird" if [ "$1x" = "x" ]; then URL="about:black" else URL=$1 fi FIREBIRD_REMOTE="openURL(${URL},new-tab)" ${FIREBIRD_CMD} -remote "ping()" && firebird -remote ${FIREBIRD_REMOTE} && exit 0 ${FIREBIRD_CMD} ${URL} --------- cut --------- use it instead of /usr/X11R6/bin/firebird franz. >Problem MozillaFirebird startup script, it does not try to use mozilla >remote protocol before starting new copy of firebird, so you have >questions about profiles. > >You can fix it by hands (copy remote part from mozilla startup file) > >or simply call mozilla startup script, it will open firebird windows if >firebird already started. > >I am workaround this by my own startup script called "browser", it knows >about number of browsers and open window in any already started browser >or starts my favorite one. > > >>Nelis >> >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FBCB6E0.5070807>