Mailinglist Archive: opensuse (3996 mails)
| < Previous | Next > |
Re: [SLE] Mozilla browser gone after YaST update of firefox to 0.9.3
- From: Clarence Chung <cychung@xxxxxxxxx>
- Date: Wed, 1 Sep 2004 13:17:13 -0700
- Message-id: <430859e404090113172d59eed@xxxxxxxxxxxxxx>
On Tue, 31 Aug 2004 22:52:12 -0700 (PDT), Ti Kan <ti@xxxxxxx> wrote:
>
>
> Clarence Chung writes:
> > i'm running SuSE 9.1, and after the update, just by typing mozilla at
> > the terminal wont' give me mozilla, instead firefox....i had to run
> > /opt/mozilla/lib/run-mozilla.sh to get to mozilla browser......same
> > for everyone or is it just me?
>
> Check /usr/bin/mozilla. If you want it to start mozilla,
> then it should be a symbolic link that points to the
> /opt/mozilla/bin/mozilla.sh script. If not, fix it:
>
i checked, and there is a symbolic link to
/opt/mozilla/bin/mozilla.sh, but this gives me firefox instead of
mozilla...
> $ cd /usr/bin
> $ rm mozilla
> $ ln -s /opt/mozilla/bin/mozilla.sh mozilla
>
> $ ls -l /usr/bin/mozilla
> lrwxrwxrwx 1 root root 27 Jul 9 22:31 /usr/bin/mozilla -> /opt/mozilla/bin/mozilla.sh
>
> Maybe you should create another symbolic link for starting firefox,
> like this:
>
> $ cd /usr/bin
> $ ln -s /opt/firebox/firefox firefox
>
> (This assumes that you installed firefox under /opt/firefox)
>
> $ ls -l /usr/bin/firefox
> lrwxrwxrwx 1 root root 20 Aug 30 00:57 /usr/bin/firefox -> /opt/firefox/firefox
>
> -Ti
>
> --
> Check the headers for your unsubscription address
> For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
> Also check the archives at http://lists.suse.com
> Please read the FAQs: suse-linux-e-faq@xxxxxxxx
>
>
>
>
> Clarence Chung writes:
> > i'm running SuSE 9.1, and after the update, just by typing mozilla at
> > the terminal wont' give me mozilla, instead firefox....i had to run
> > /opt/mozilla/lib/run-mozilla.sh to get to mozilla browser......same
> > for everyone or is it just me?
>
> Check /usr/bin/mozilla. If you want it to start mozilla,
> then it should be a symbolic link that points to the
> /opt/mozilla/bin/mozilla.sh script. If not, fix it:
>
i checked, and there is a symbolic link to
/opt/mozilla/bin/mozilla.sh, but this gives me firefox instead of
mozilla...
> $ cd /usr/bin
> $ rm mozilla
> $ ln -s /opt/mozilla/bin/mozilla.sh mozilla
>
> $ ls -l /usr/bin/mozilla
> lrwxrwxrwx 1 root root 27 Jul 9 22:31 /usr/bin/mozilla -> /opt/mozilla/bin/mozilla.sh
>
> Maybe you should create another symbolic link for starting firefox,
> like this:
>
> $ cd /usr/bin
> $ ln -s /opt/firebox/firefox firefox
>
> (This assumes that you installed firefox under /opt/firefox)
>
> $ ls -l /usr/bin/firefox
> lrwxrwxrwx 1 root root 20 Aug 30 00:57 /usr/bin/firefox -> /opt/firefox/firefox
>
> -Ti
>
> --
> Check the headers for your unsubscription address
> For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
> Also check the archives at http://lists.suse.com
> Please read the FAQs: suse-linux-e-faq@xxxxxxxx
>
>
| < Previous | Next > |