WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Firefox - Extension to install the latest version  (Read 61264 times)

Offline CNK

  • Full Member
  • ***
  • Posts: 238
Re: Firefox - Extension to install the latest version
« Reply #75 on: November 18, 2023, 01:47:23 PM »
Quote
You still haven't answered how to install this!?

I don't think I've been asked. I don't know what you're asking either - installing Firefox or installing the firefox_getLatest.sh script? But honestly I usually can't understand your posts so you might just have to find help from someone else with whatever it is. Or maybe you're not talking to me at all? Coreplayer2 is gone though.

Possibly this is what you want (to enter in a terminal):
Code: [Select]
LANG=tr firefox_getLatest.sh -m

Quote
Where are the update notes!?

That one I can answer. They're where they've always been, in the info file.

Code: [Select]
Change-log:             ---
                        2014/12/20 Original
                        2015/01/17 Updated to support cloud mode install and Firefox major update
                        2015/10/03 Support for command-line options
                        2015/10/04 Name change and permissions update
                        2015/10/11 fix for wget used in tc-4.x
                        2015/10/14 onboot improvements and some cosmetic changes
                        2015/10/31 Updated language detection
                        2015/11/16 Updated cleanup function
                        2015/11/22 firefox get version fixes
                        2015/11/22 Added additional firefox desktop menus
                        2015/11/23 Minor changes/fixes in wget arguments and menu inconsistencies
                        2015/11/24 Name change to accommodate new menu items and WM's
                        2016/01/09 Improved detection of arch. and squashfs-tools versions in tc4 & tc5
                        2016/05/28 Fixed lib64 (corepure64) and added GTK3 to dep lists
                        2017/05/19 added ca-certificates to dep list
                        2017/05/19 updated to comply with busybox changes
                        2018/12/15 updated dep lists (added gcc_libs & gdk-pixbuf2)
                        2020/11/10 Added libXt to dep list. Also options -e and -b (CNK)
                        2020/12/25 Fixed script file not owned by root in last extension (CNK)
                        2021/05/03 Improved version number extraction (CNK)
                        2022/02/08 Added libXtst to dep list. Also added -d option (CNK)
                        2022/11/17 Updated download URL. Exit if download fails (CNK)
Current:                2023/07/06 Fix deleting temp. files when not tc user. Add -g option (CNK)

Offline xor

  • Hero Member
  • *****
  • Posts: 1262
Re: Firefox - Extension to install the latest version
« Reply #76 on: November 18, 2023, 09:35:53 PM »
My native language is not English and I write correspondence via Google Translate.

my local home language is "LANG=tr"

I am asking how to download the latest firefox version in my local language with which command.

The "firefox_getLatest.sh -m" command downloads only the English version.

Thank you in advance for your reply.

Quote

Offline CNK

  • Full Member
  • ***
  • Posts: 238
Re: Firefox - Extension to install the latest version
« Reply #77 on: November 18, 2023, 11:23:49 PM »
my local home language is "LANG=tr"

I am asking how to download the latest firefox version in my local language with which command.

The "firefox_getLatest.sh -m" command downloads only the English version.

Great, then it's like I said, just put "LANG=tr" at the start of the command:
Code: [Select]
LANG=tr firefox_getLatest.sh -m

Offline xor

  • Hero Member
  • *****
  • Posts: 1262
Re: Firefox - Extension to install the latest version
« Reply #78 on: November 19, 2023, 12:16:15 AM »
" LANG=tr firefox_getLatest.sh -m " ??? This situation made me feel like a fool! :(

Please improve the code to allow entering an argument like this;

" firefox_getLatest.sh -tr "
or
" firefox_getLatest.sh -tr -m "

Can you take this suggestion into consideration!?

If your native language is English, there is no situation that affects you anyway!

But this is very important for those whose native language is not English!

Offline CNK

  • Full Member
  • ***
  • Posts: 238
Re: Firefox - Extension to install the latest version
« Reply #79 on: November 19, 2023, 01:28:43 PM »
The idea of LANG is that you have it set to your native language in your shell environment (shown with the command "printenv", I guess yours might be unset so it will say "LANG=C" which defaults to English), then it doesn't need to be said on the command line.

If you want to use one language for a particular program and another for everything else, then setting "LANG" at the start like "LANG=tr [program]" is the standard way to do it for any program on Linux. It overrides your usual LANG environment variable.

Adding extra command-line options isn't useful because the current approach is already consistent with most other software. It's not foolish, it makes it clear that you're deliberately overriding the language setting that other software on your system uses.

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 673
Re: Firefox - Extension to install the latest version
« Reply #80 on: November 20, 2023, 06:30:06 AM »
Have seen some programs even need to set the LC_ALL env variable to set the language.
Not only the LANG.
Because then setting the LC_ALL set's all LOCALE variables to that specific value.
So to be very sure with the locale variables... you need to set them like this....i think..

Code: [Select]
$LANG=C LC_ALL=C locale
LANG=C
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=C

Offline xor

  • Hero Member
  • *****
  • Posts: 1262
Re: Firefox - Extension to install the latest version
« Reply #81 on: November 21, 2023, 03:06:18 AM »
Where do I need to add this in the process of making an iso file with ezra master!?

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11220
Re: Firefox - Extension to install the latest version
« Reply #82 on: November 21, 2023, 04:44:54 AM »
Hi xor
Do not try to hijack this thread and make it about ezremaster.
Start a new thread for that.