Package Details: palemoon 1:33.4.0.1-1

Git Clone URL: https://aur.archlinux.org/palemoon.git (read-only, click to copy)
Package Base: palemoon
Description: Open source web browser based on Firefox focusing on efficiency.
Upstream URL: https://www.palemoon.org/
Keywords: browser goanna web
Licenses: MPL-2.0
Submitter: artiom
Maintainer: WorMzy
Last Packager: WorMzy
Votes: 142
Popularity: 0.27
First Submitted: 2014-06-05 10:54 (UTC)
Last Updated: 2024-10-09 21:58 (UTC)

Pinned Comments

WorMzy commented on 2021-03-02 16:19 (UTC) (edited on 2022-08-03 21:12 (UTC) by WorMzy)

The following key is used to sign release commits:

40481E7B8FCF9CEC

Import it into your keyring however you want.

https://wiki.archlinux.org/index.php/GnuPG#Import_a_public_key

Latest Comments

« First ‹ Previous 1 .. 27 28 29 30 31 32 33 34 35 36 37 38 Next › Last »

WorMzy commented on 2016-02-01 15:49 (UTC)

Mea culpa. I've "Downgraded" the PKGBUILD to 26.0.0. Those of you who still have 26.0.0 packages should probably downgrade unless you want to rebuild with the mozconfig+palemoon.desktop changes I made for 26.0.1.

agilbertson1977 commented on 2016-02-01 15:36 (UTC)

One of the developers of Pale Moon has asked me to drop a message here letting you know that there is a critical flaw in 26.0.1 and that this version should be withdrawn. 26.0.2 should be out in a few days. In the future, please wait for the official release announcement rather than relying on Github tags. If you have any questions, please stop by the Pale Moon forums or join us on IRC in #palemoon on Freenode.

ilikenwf commented on 2016-01-31 21:58 (UTC)

Very cool! I think the gtreamer flag is the most important, I got some advice on reddit that I've yet to deal with that suggests that many of the options I used were actually redundant: https://www.reddit.com/r/palemoon/comments/43chcn/my_linux_mozconfig_i_realize_some_options_dont/czieavg

WorMzy commented on 2016-01-31 18:50 (UTC)

Thanks, ilikenwf. I've made some changes. I've left jemalloc disabled, as it still seems to be recommended. I was hoping to have more time to test out the Cairo change, so I've not implemented that yet.

ilikenwf commented on 2016-01-30 03:30 (UTC) (edited on 2016-01-30 04:18 (UTC) by ilikenwf)

1. The jemalloc bug is fixed so you can enable jemalloc: https://github.com/MoonchildProductions/Pale-Moon/issues/39#issuecomment-89825592 2. Below is my commented, working mozconfig. Your milage may vary, but it is an amalgamation of this build's default, the firefox default, and some other settings that are stragglers from my days of building other Mozillan applications. Feel free to take the good bits and add to this package (basically everything except for changing the home directory, and number of build threads?). 3. I highly suggest enabling the system libs [edit: even cairo - video seems ok to me, after testing - or at least, gets as frame-skippy with it as without it] My mozconfig : http://sprunge.us/RaYN

ilikenwf commented on 2016-01-30 02:46 (UTC)

Re: firejail - "Just put the path in verbatim with the spaces and no type of quoting. The path parsing is not standard unix shell. This fooled me too until I accidentally tried without any quoting. Perhaps the profile man page needs a mention?"

WorMzy commented on 2016-01-29 21:13 (UTC)

Thanks, I'll update that at the next update. You might want to try and get it merged into the PaleMoon source tree though.

American_Jesus commented on 2016-01-29 18:15 (UTC)

consider updating the .desktop file more complete with quicklists http://pastebin.com/qe32H5K2

ilikenwf commented on 2016-01-29 18:11 (UTC)

That makes sense. I did add an issue just now: https://github.com/netblue30/firejail/issues/271 I also have some other suggestions, such as adding options to use system libs where possible. So far the only ones that seem to break are setting the default toolkit as cairo3-gtk, and using system nss. Once I have a build I'm happy with I'll at least pastebin the relevant parts of my mozconfig so others can use it if they so desire.

WorMzy commented on 2016-01-29 14:08 (UTC)

I won't make that change, because it would break compatibility with palemoon-bin and people would need to rename their existing profile directories. I'll consider pinning your comment once the next version of the aurweb goes live though, so people are aware of that option. The best thing to do would be to fix firejail. Spaces are a perfectly legal character in linux filenames, so not supporting paths with spaces in them is a bug imo. @acl, sorry, I thought I replied to your comment, but it doesn't look like I ever clicked submit. I had a bash at putting together a fossamail PKGBUILD, but I could never get it to build. From what I could work out, you needed to clone the Fossamail git tree, the PaleMoon git tree, the comm-central git project, and the mozilla-central git project, then organise them in a specific way (otherwise it would clone the entire projects during the build process).. the whole think was a mess, and I gave up on it (I don't even use fossamail). If you want to have a go at it yourself, here's what I made so far (I think I used thunderbird as a template): https://github.com/WorMzy/PKGBUILDs/tree/master/fossamail