AUR Firefox Aurora (en_GB)

Hi all,
I'm *really* new, so if I'm asking something that should be self-evident, bear with me.
I finished my first 'bare metal' install of Arch last night, and I'm currently in the process of installing applications and configuring my DE to my liking.
I've used Firefox Aurora for years (finding no difference really in terms of the number of crashes etc compared to stable channel builds, and appreciating the 'sneak peek' at features before everyone else), so I'm keen to continue using it with Arch.
I've found it in the AUR here: https://aur.archlinux.org/packages/firefox-aurora
However, I've got some questions...
1) It uses en_US, and I'm resident in the UK (so obviously would appreciate the correct localisation). How would I do this? I ran a search, and found this package: https://www.archlinux.org/packages/extr … 18n-en-gb/ , but it seems kind of 'messy' to just lump that ontop of the US localisation (surely if I did that, the US localisation would linger on, and I'd rather have it completely absent).
Then I've got some more generic questions about the AUR (which may be appropriate for another thread, I'm not sure - suggestions?):
2) What does the firefox-aurora 'thing' (I'm not sure of the right word - package doesn't strike me as the right word since you need to download the source code etc?) in the AUR offer that the download from Mozilla doesn't? As far as I can see thus far, the localisation is present in the Mozilla package, and the binaries too, so would it not be easier just to use that?
3) If I were to use the Mozilla package, is it okay just to download, extract and copy it into /opt (I assume this would be a 'good' place to put it to distinguish it from pacman-installed packages)? I'm relatively confident I can do this, including creating a launcher etc, but want to know if this is 'best practise' before proceeding.
Finally, unrelated to both these (again, another thread might be more appropriate, if so please tell me):
4) Since according to the wiki pages I've read (particularly the one on Stability), it's best not to install too many packages from the AUR, and since in any case, the documentation is there to make it relatively simple, what is the object of an AUR helper (e.g. yaourt)? A 'plain-English' bit of information on this would be interesting to hear, since I've spent a bit of time on the wiki and still like I'm missing the point entirely of just what it's supposed to do that isn't already simple enough.
Since this is my first post, I'd also like to take this opportunity to say 'Hello world!'
Thanks,
AA.

Trilby wrote:
I'll try to tackle these - and reverse order seems best for these:
ArminasAnarchy wrote:4) Since according to the wiki pages I've read (particularly the one on Stability), it's best not to install too many packages from the AUR, and since in any case, the documentation is there to make it relatively simple, what is the object of an AUR helper (e.g. yaourt)? A 'plain-English' bit of information on this would be interesting to hear, since I've spent a bit of time on the wiki and still like I'm missing the point entirely of just what it's supposed to do that isn't already simple enough.
I suspect that may be a poor interpretation of the wiki.  AUR packages are "officially" unsupported - this means they are not supported by the distro devs, but they certainly are supported by the community: they are made, updated, and maintained by the community.  There is, however, a wide range of quality of AUR packages.  Some are very well made and maintained, others are abandonded pieces of crap (flags and votes can help distinguish).  But I would certainly not encourage someone to avoid installing AUR packages.  The AUR is one of arch's great strengths - I currently have 22 aur packages installed.  I would say favor main repo packages when they are available, but when they are not, that is what the AUR is for.
There's not much I can say here other than thanks! I suppose the wiki is designed to err on the side of caution, when in theory things which could cause problems (i.e. dodgy AUR packages) rarely do, since they're avoided?
Trilby wrote:EDIT: addition: AUR helpers should be avoided at first - learn how the aur actually works.  Good AUR helpers then simply help automate a few of the more repetitive bits of the process.  Yaourt sometimes gets a bad rap around here - mostly for undeserved reasons.  But it does have a self-defeating design as it hides much more of the process than many other helpers (more 'behind the curtain): those who don't know how the AUR works definitely should not use yaourt, those who do know how the AUR works generally don't want to use yaourt.  Yaourt is simply too 'idoit-proofed' for it's own good, so that it makes it very easy for people to remain idiotic and do silly things.  Other AUR helpers help automate without removing the control or understanding of the process (I like cower, but there are many other good ones).
Message received and understood. No helpers until I'm a bit more confident!
Trilby wrote:
ArminasAnarchy wrote:3) If I were to use the Mozilla package, is it okay just to download, extract and copy it into /opt (I assume this would be a 'good' place to put it to distinguish it from pacman-installed packages)? I'm relatively confident I can do this, including creating a launcher etc, but want to know if this is 'best practise' before proceeding.
That could be okay, and in "opt" it would be perfectly safe (from a package management standpoint), but it would not be best practise.  Best practise would be to make a PKGBUILD and have it managed by pacman.  PKGBUILDs are much easier than most archers first assume.  If you have a set of commands to download and install a piece of software, you can easily make a PKGBUILD.
I think this really is the 'meat' of the answer. I've skimmed the wiki page on PKGBUILDs, and it seems for installing something relatively simple, in the 'standard' fashion, (i.e. as I would do if it was provided in the official repos and automatically installed by pacman), the page is overly detailed. There's a (perhaps) more useful link at the bottom, with an example (http://ix.io/66p), but again, it seems overly detailed. For instance, I'm happy to ignore options containing things like the licence (but don't know if pacman would be happy with me ignoring that; also, is pacman capable of handling en_GB localisation in the word 'licence', if I did have to include it?). Also, working out what to fill in the 'conflicts' and 'replaces' fields might be awkward. Furthermore, if I was modifying  the AUR package for the right localisation, would I have to recreate a new PKGBUILD every single time the package was updated? Guidance here on making the process as simple and quick as possible (bearing in mind the 'Arch Way' I suppose; I want to use the same programs, but I don't want to simulate my _buntu experiences with a different distro – completely defeating the point of changing over). In short, I suppose I'm saying I'd like to learn once, do once, and thereafter have Aurora updated as painlessly as possible. Do you have any advice to this end?
Trilby wrote:
ArminasAnarchy wrote:2) What does the firefox-aurora 'thing' (I'm not sure of the right word - package doesn't strike me as the right word since you need to download the source code etc?) in the AUR offer that the download from Mozilla doesn't? As far as I can see thus far, the localisation is present in the Mozilla package, and the binaries too, so would it not be easier just to use that?
Package is a bit ambiguous, yes, but I think it is a suitable word.  "AUR package" will disambiguate it.  PKGBUILD might seem more precise, but many AUR packages have more than a PKGBUILD (install file, patches, etc).  In any case, these semantics don't generally matter - context makes it clear.
Without looking at the PKGBUILD I don't know exactly what the differences are - but they can include different compile flags, other options, various patches, etc.
Here is a link to the PKGBUILD: https://aur.archlinux.org/packages/fi/f … a/PKGBUILD. I've scanned over it, and to my (inexperienced) eyes, it looks like the package is being pulled from an en_US link, then being shoved into /opt. Since this is sort of what I was edging towards anyway, is it possible to just modify the PKGBUILD once, changing the en_US for en_GB, and letting it go ahead and shove the file in /opt? Or – as asked before – would I have to do this each and every time the package updated? Also, would just changing the link break anything?
Trilby wrote:
ArminasAnarchy wrote:1) It uses en_US, and I'm resident in the UK (so obviously would appreciate the correct localisation). How would I do this? I ran a search, and found this package: https://www.archlinux.org/packages/extr … 18n-en-gb/ , but it seems kind of 'messy' to just lump that ontop of the US localisation (surely if I did that, the US localisation would linger on, and I'd rather have it completely absent).
This I have very little knowledgeable input on as I am spoiled by being in the en_US locale.  But most programs should check the system's default locale and use that without needing a special build for each locale.  Is firefox not doing that for you?  Is your system locale set properly? (check `locale -a` and `localectl` ).
I've not actually downloaded the package yet; the idea being to make sure I knew exactly what I was doing before doing anything, to avoid screw ups whilst I'm learning. Admittedly, Firefox is fairly innocuous, but I think it's a good habit to be in, none-the-less.
In terms of system locale, the terminal works like a charm, and was set up during installation to use the right keymap etc. XFCE thus far wasn't doing that – but I think I've fixed it in the settings by just removing the US keyboard layout and replacing it with the UK one.
In Firefox, would that command actually show anything? Tbh, I'm not even sure what the localisation does – the main difference between US and GB is spelling of words like 'colour', and I'd guess that words like that would occur in the interfaces only occasionally (am I right in thinking keymap is handled by the DE/base system and doesn't need per-program modification?). Unlike a foreign language, where you need the interfaces to make sense in order to use the program, with en_GB, it's more a matter of a persecution complex and resenting having American English being shoved on me . I suppose there is an element of administration here, in so far as I don't want Firefox's incorrect locale being picked up by other programs, but I'm not sure if that would happen anyway, or if I'm worrying over nothing?
karol wrote:There's also the nightly channel, even more "beta" than aurora, in case you're interested.
Yep, I know about this! Isn't the codename minefield or something? I did give nightly builds a try and found that they were (unsurprisingly, perhaps) really unstable – to the point of being barely usable. I'm not a dev, or interested in bug hunting, I just appreciate getting an early look at packages. Aurora lets me do that, and I honestly notice no difference at all in stability compared to regular Firefox (it's been a few years since I used it, but release-channel used to have this dreadful bug where the process wouldn't close when the 'X' was clicked – I've not seen that in Aurora).
karol wrote:1. Give the en_GB localization a go and don't assume it won't work.
I don't think I'm assuming anything – that was the whole point of posting here . I'm just being uber-cautious before doing anything; I'd rather prevent the problem from occurring that having to spend time fixing it.
karol wrote:2. Read the wiki about the AUR, have a look at the PKGBUILD(s) you want to install to see what do they do.
Done and done. See above.
karol wrote:3. You should install packages using pacman, not using 'make install' or just by downloading binaries, but it's your computer, and you can give it a go.
Thanks for re-iterating this, but I think Trilby beat you to the punch Sorry, man.
karol wrote:4. IMHO 'Stability' article in the wiki is for people worried / obsessed with security. AUR helpers make things even simpler, but they're not mandatory and they can be substituted by a short script. Some of these helpers are just that. The helper may let you not only install, but also search the AUR. Some people prefer not to leave the terminal if they can help it and using an AUR helper beats figuring how to use a text browser.
If you want to build package foo from the AUR that happens to depend on bar and baz - also AUR packages - which in turn depend on blah and blaaaah, which - you guessed it - are only in the AUR, telling an AUR helper "Build foo. Oh yes, build all the dependencies and their dependencies too." is easier.
Again, I think most of what you said here has already been hinted at, but thanks anyway . It's useful to have things put in a different format.
To both of you, and to any future posters, thanks! I've come from _buntu(s), and Arch has got an undeserved reputation for being a distro full of scary, angry hackers who are far more likely to tell you to jog on and RTFM than actually provide any useful information (e.g. which part of which manual?). I have to say, for my first post/thread, I'm coming away with a warm fuzzy feeling
(PS – this is the second time I've had to write this out, since the forum automatically logged me out whilst I was typing this up, so that's why it's taken a while – retyping everything I'd just written was something I couldn't face for a few days! Is there a way to disable this, or should I carry on as I'm doing currently (i.e. typing my replies into a text doc, then copying and pasting?)).

Similar Messages

  • If installed through AUR, Firefox Aurora fails to update.

    Good morning.
    So, as you could have guessed from the title, Firefox Aurora, and, likely, other Firefox versions as well, are unable to to updated via in-build Firefox updater if they were installed through Arch User Repository, being stuck on "Connecting to the update server", as depicted below:
    http://i.imgur.com/7HbtUYi.png
    Tool that was used to install the package is yaourt, no PKGBUILD or firefox.conf modifications were made.
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    Last edited by VladimirVilimaitis (2014-08-18 15:36:12)

    Gusar wrote:
    The internal updater is for the case where you manually download a build from mozilla.org and unpack it into your home dir. The other option is a distro-provided build that's installed system-wide and updated via the package manager (such a build will have the internal updater disabled at compile-time).
    What you did, have the package manger download a mozilla.org build and install it system-wide, gives you conflicting update mechanisms. What the PKGBUILDs in AUR should do is disable the internal updater by creating a ${pkgdir}/opt/firefox/browser/defaults/preferences/archlinux.js that contains
    pref("app.update.auto", false);
    pref("app.update.enabled", false);
    Thanks, done it.
    This ends the thread, I assume.
    I think that it would be wonderful if package maintainers on AUR implemented this so no other user would have similar errors, but I am not explicitly concerned about it.

  • Fresh Player Plugin and Mozilla Firefox Aurora

    From the AUR I've installed the PepperFlash plugin and the Fresh Player plugin. Then in Firefox Aurora, installed from heftig's(sp?) user repo, nothing works. As expected `about:plugins` lists two insances of Shockwave Flash, though the first instance is listed as version 13.1.2.3, not 14.0.0.125 as I would have expected.
    Does the original repo version of the Flash Player plugin need to be uninstalled? Edit: I've tried uninstalling flashplayer, still no flash loading, also any pages requiring flash are extremely slow. Something buggy is going on me thinks.
    Last edited by jonnybarnes (2014-06-23 19:29:14)

    jonnybarnes wrote:As expected `about:plugins` lists two insances of Shockwave Flash, though the first instance is listed as version 13.1.2.3, not 14.0.0.125 as I would have expected.
    Don't worry about that, that value is hardcoded in the freshplugin wrapper: https://github.com/i-rinat/freshplayerp … ntry.c#L53
    For my experiences, I've had mixed results with this plugin/wrapper. It works quite well on a radeon-powered desktop with firefox-esr-bin, but is next-to unusable on a much more powerful nvidia-powered desktop with iceweasel. Unfortunately I've not had time to diagnose where the problem lies, but it's worth mentioning that this project is very much in alpha state, and is undergoing rapid development. For this reason, I'd recommend that you use the -git version of the wrapper over the "stable" version, and rebuild regularly.

  • I have been using firefox aurora 7 for mac. Most of my handful of add-ons have been disabled -- including Read It Later and Feedly, which I was making good use of. Can you tell me when they will be enabled for firefox aurora 7?

    I have been using firefox aurora 7 for mac. Most of my handful of add-ons have been disabled -- including Read It Later and Feedly, which I was making good use of. Can you tell me when they will be enabled for firefox aurora 7? Maybe I should go back to firefox 6

    You can use the Tab key to select a search engine on the bottom bar and press Enter to use the search engine to do the search.
    *https://support.mozilla.org/kb/Search+bar
    In the current Firefox 34 release there is a new "one-off" search bar.
    This search bar doesn't show the name of the search engine and a logo.
    You can type one letter to make a drop-down list appear where you can see suggestions and see the used search engine and that also has bar at the bottom where you can select other search engines that are enabled via the Search tab in Options/Preferences.
    You can use the Tab key to select one of the other available search engines and press the Enter key to search with the selected search engine.
    Click the search engine icon and click "Change Search Settings" to open the Search tab in Options/Preferences (positioned between Tabs and Content) to select the default search engine and select which search engines to show in the search bar drop-down list that opens when you start typing search terms.

  • In firefox auroras new camera API I am only getting 320x240 resolution images. Is this configurable?

    While testing Firefox Aurora's new Camera API I found that I'm only receiving 320x240 png files. For our needs this would have to be a higher resolution image. Is this configurable? Or is this an issue with the device or something else?
    I'm using the Samsung Galaxy Nexus S.

    It is a limitation of the initial version. We have improved it, interfacing with the default camera app on the phone. We plan to release this change in Firefox 11.

  • How do you Install Firefox Aurora on top of my Firefox on Linux Mint 13

    I want to overwrite my reguler Firefox with Firefox Aurora

    You already seem to be running a Firefox Aurora 19.0 build.<br />
    It is usually better to have such a possibly unstable nightly build that is updated daily alongside of a regular Firefox release version (i.e. Firefox 17.01), so you can fall back to that version in case of problems.
    Do a custom install and install each version in its own program folder to use multiple Firefox versions.
    *http://kb.mozillazine.org/Installing_Firefox#Linux
    Create a new profile exclusively for each Firefox version.<br />
    Create a desktop shortcut with -P "profile" appended to the target to launch each Firefox version with its own profile.
    See these mozillaZine KB articles for information:
    * http://kb.mozillazine.org/Testing_pre-release_versions
    * http://kb.mozillazine.org/Profile_Manager#Creating_a_new_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox
    * http://kb.mozillazine.org/Bypassing_the_Profile_Manager
    Use the -no-remote command line switch to open another Firefox instance with its own profile and to run different Firefox instances simultaneously.
    * http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile

  • Firefox Aurora 6.0a2 not updating after June 10, 2011 - Windows 7 64-bit

    Firefox Aurora 6.0a2 installed on my Windows 7 Ultimate 64-bit desktop last updated on June 10, 2011. When I click Help-About Aurora, it will say Aurora is up-to-date even though there are updates on June 11 and 12. My other Aurora installation on a XP SP3 PC is working fine and already updated for June 12, 2011.

    I had both Aurora and Nightly stop getting updates as of 06-09 (no problem with Minefield) and both show they are up-to-date. I've seen that happen from time to time when using "nightly tester" versions.
    Download the full version and replace your existing installation.

  • Hi Have problems with Firefox Aurora in terms of strange links in the text on different pages you visit. This occurs only on Firefox, not on other type internet

    Hi Have problems with Firefox Aurora in terms of strange links in the text on different pages you visit. This occurs only on Firefox, not on other type internet explorer. What could be wrong? Thorbjorn

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Why is the new Orkut version not loaded in Firefox Aurora?

    The new version of Orkut was normally loaded on Firefox Aurora, then only the old version is available. =

    Lr 3 is ancient in software terms - you can't expect a software company to update old software for new cameras ad infinitum.
    Two options: upgrade to Lr 5 (which is a bargain, and well worth the price of upgrade), or download the free DNG converter, convert the NEFs to DNG, and convert them in Lr 3.

  • Firefox Aurora crashes on opening multiple tabs

    Hi all
    So I've been using firefox aurora for quite some time without running into any problems, but since this morning aurora keeps crashing whenver I open 2+ or more tabs that use the flash player plugin ( e.g. Facebook and Youtube is a combo that always results in a crash ).
    Now, I've noticed some threads about people having similar issues, but didn't find a solution aside from genral fixes like starting firefox in safe mode, disabling hardware acceleration, etc., none of which seem to work.
    If anyone knows of any way to fix this, please post it here.
    Cheers

    See these related bugs
    *https://bugzilla.mozilla.org/show_bug.cgi?id=1031852
    *https://bugzilla.mozilla.org/show_bug.cgi?id=1031697
    *https://bugzilla.mozilla.org/show_bug.cgi?id=991626

  • Firefox aurora wont allow custom install.

    When I go and install firefox aurora from the mozilla webpage the download goes fine but when I check the custom install button it just ignores me, does the default install and then when I click on the icon its made I get firefox 3 with all my bookmarks and everything. Help? :(

    You need an Intel Mac to run Firefox 4.0.
    Fire FTP is available for Firefox 3.6, see this page. <br />
    https://addons.mozilla.org/en-US/firefox/addon/fireftp/versions/

  • [SOLVED] Error building firefox-aurora from heftig's repository

    I'm currently using the aurora package from heftig's repository at : http://pkgbuild.com/~heftig/aurora/ . No troubles with that so far in the time I've been using it (1-2 days).
    Sometimes I like to rebuild certain packages to get a bit more of performance (don't expecting a huge increase) but this time I can't manage to build this one.
    At some point after spending an hour or so building I get this error and makepkg finishes without building it:
    http://www.pastie.org/2106870
    I have no clue on what does trigger that error and the only thing I can think so far is if there is some kind of script that is somehow tailored to the server where usually the aurora package is build and that is making it fail on my laptop.
    Does anyone experience this or have any clue on what could be causing this error?
    Thank you in advance for your help
    EDIT:
    Building the package in a clean chroot worked. Makes me think about the hosts config file on my system may have some problem. Anyway, solved.
    Last edited by ethail (2011-06-23 23:42:25)

    Ok, i tried to use wiki and build firefox with kde patches and pgo from  AUR repository.
    I followed the instructions form wiki page you kindly provided, but every time i get:
    ==> ERROR: 'pacman' failed to install missing dependencies.
    i think it's complaining  about missing kmozillahelper which is available only in AUR. However i found another repository that includes kmozillahelper package -> no result. Can you give me an advise please?
    Last edited by irrlicht (2011-06-30 23:06:17)

  • I have installed firefox Aurora, but can I uninstall it and go back to Firefox 11 if I find version 11 better? Will I lose history and bookmarks?

    I have installed the new version 13, called Aurora. I am currently using it, but if I start not liking the new features (so far I do! But I have to ask) can I "go back" to the "good old" Firefox 11?
    Will I be loosing my data and settings? History and bookmarks?
    My computer is a Pentium M 1,6GHz (2004.) and the version 11 seemed very stable. The reason I installed Aurora is because I wanted to try your new software.

    Also, before you go back to an older version (transition from Aurora to Release), you might want to back up your bookmarks and such. Usually, an older version of Firefox will be able to read your data, but this is not guaranteed.

  • What is MoTown in Firefox Aurora? I didnt install it.

    After a few days of using Aurora, I noticed a button on my toolbar. When I clicked it it said "Welcome to MoTown" Is this something being implemented into Aurora or something else?

    Sounds that you've enabled Social by setting the social.enabled pref to true.
    *http://kb.mozillazine.org/about:config
    See:
    * https://wiki.mozilla.org/Labs/SocialAPI
    * http://blog.mozilla.org/labs/2012/03/experimenting-with-social-features-in-firefox/
    * http://forums.mozillazine.org/viewtopic.php?f=18&t=2516147

  • The menu button on my tablet does not appear when using firefox Aurora

    I have a tablet Android v4.0.3 and I installed Firefox 15c - Aurora via the downloaded apk file
    1. There is no entry in my list of application
    2. Firefox does not invoke the menu "soft button" on my tablet. I see the backup, HomePage and ActiveApplications, but not the menu button
    I am using an 8" tablet, ARM v7 variation, ARM cortex A10 the Momo
    I downloaded the full-screen add-on, but I do not have a nenu button
    I see all ther required toolbar icons in Aurora, so I do not have an issue there.

    The version of Aurora is 15.0b2 and not 15c as stated above. I downloaded Aurora on 2012-07-10, the day that I opened this problem qustion

Maybe you are looking for

  • Oracle version 10.1.0.2

    Folks, We have an oracle database server 10.1.0.2 on Windows. We're planning to apply patches for this server but the Oracle Metalink does not supply patches to 10.1.0.2 version, instead there are 10.1.0.3, 10.1.0.4 and 10.1.0.5 available. Should I u

  • MacBook Very Slow

    Gradually my MacBook Pro is getting slower and slower. Most application take a long time to start up. Does anybody know how to resolve this problem? All Programs and OS are updated.

  • How do I get documents and personal contacts on my iPod

    I'm trying to transfer from my PC. Any help would be greatly appreciated.

  • Link material type and item category.

    Hi, Can you brief me on how following setting in SPRO works? Plant maintenance - Maintenance and service processing - Maintenance and service order - General data - Define default values for componenet item category When i checked, this setting is to

  • Product category favorites list

    SRM SERVER 550 Level 14. Hello all, The users want their product favorites list to have the last 15 categories. I found out that by manually adding entries to BBP_CATEGORY_FAV I can increase the number of entries shown in the drop down list for produ