WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Firefox 21 update  (Read 2805 times)

Offline nanopoldi

  • Newbie
  • *
  • Posts: 6
Firefox 21 update
« on: July 01, 2013, 06:41:44 AM »
After updating Firefox.tcz from version 19 to 21 i can't start firefox via the terminal by simple typ "firefox" in it. As a result of this behavior i can't start firefox automatically via script when booting.
How can i resolve this problem?

Offline theYinYeti

  • Full Member
  • ***
  • Posts: 177
    • YetI web site
Re: Firefox 21 update
« Reply #1 on: July 01, 2013, 07:04:44 AM »
I suppose you could run something like this:
Code: [Select]
tce-load -il firefox
/usr/local/bin/firefox

Offline nanopoldi

  • Newbie
  • *
  • Posts: 6
Re: Firefox 21 update
« Reply #2 on: July 01, 2013, 07:43:14 AM »
I can start firefox 21 via the GUI. This is not the problem. Firefox is also in the onboot list. But the attempt to start it with the terminal results into:

tce-load -il firefox
--> firefox is already installed

and

/usr/local/bin/firefox
--> sh: usr/local/bin/firefox: firefox not found

This behavior appeared after the update from 19 to 21 via the apps tool. With firefox 19 i had not this issue.

Offline theYinYeti

  • Full Member
  • ***
  • Posts: 177
    • YetI web site
Re: Firefox 21 update
« Reply #3 on: July 01, 2013, 07:48:58 AM »
In my case (TC fully up-to-date, FF21), /usr/local/bin/firefox just launches firefox… Are you sure you did not forget the initial slash? Else I would say something is broken on your system…

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11502
Re: Firefox 21 update
« Reply #4 on: July 01, 2013, 10:58:21 AM »
Hi nanopoldi
Quote
/usr/local/bin/firefox
--> sh: usr/local/bin/firefox: firefox not found
This is obviously not true. You show the command has a leading slash yet the error states you don't. You should use
copy/paste when posting this type of stuff. To copy from a terminal, drag the mouse over the text while holding the left
mouse button. To paste, click the middle button. What happens if you enter:
Quote
/[usr/local/firefox/firefox/quote]