True

I wish stevepusser would post an update if he's having constraints publishing builds or offer to let someone else take over if he can't support releases on time going forward.
Moderator: trava90
True
Yup. As i posted before in this thread not too long ago:
This thread gives instructions on how to add Steve Pusser's MX Linux repo to get Pale Moon on Debian-based distros like Mint - viewtopic.php?f=19&t=31560BenFenner wrote: ↑2024-10-08, 15:14I'm on my Linux Mint box (version 21.3 MATE 64-bit) for the first time in a while. I'm a Windows guru, but still a bit of a Linux novice when it comes to app/package management.
At the moment I have Pale Moon version 33.0.2-1.gtk2 which obviously is a bit behind.
I've read this thread from Steve's most recent post up until now. It seems getting off Steve's repo and onto a different release style might be prudent?
Any advice on getting to the latest version of Pale Moon and then keeping up to date in the future? I'd like to not have to reinstall from scratch if possible...
Unlikely, since we're on 33.4.0 right nowandyprough wrote: ↑2024-10-08, 21:50I'm waiting to see if the new Pale Moon 34.1.0 version gets uploaded in the next couple of days.
No, not at all, this has been a special concern of mine, I've been trying to figure out ways to overcome the loss of Steve Pusser's OpenSUSE build service repo that so many of us had been using for years on our Debian-based distros. I think we've simply hit the limits of what the OpenSUSE build service is capable of providing. You can see from the MX Linux repo that Steve Pusser has no problems building the packages outside of the OpenSUSE build service.
Pale Moon tarballs converted to Debian DEB packages
manual installation
versions available here currently: 33.3.1 33.4.0
configuration for apt
- Create /etc/apt/sources.list.d/palemoon.list and insert
Adjust the sse2/avx/avx2 and gtk2/gtk3 variant to your hardware and liking by uncommenting the corresponding line.Code: Select all
# sudo wget https://kannegieser.net/palemoon/veit@kannegieser.net.gpg -O /usr/share/keyrings/veit@kannegieser.net.gpg # sudo apt-get update # sudo apt-get install palemoon # deb [arch=amd64 signed-by=/usr/share/keyrings/veit@kannegieser.net.gpg] https://kannegieser.net/palemoon sse2_gtk2 main # deb [arch=amd64 signed-by=/usr/share/keyrings/veit@kannegieser.net.gpg] https://kannegieser.net/palemoon sse2_gtk3 main deb [arch=amd64 signed-by=/usr/share/keyrings/veit@kannegieser.net.gpg] https://kannegieser.net/palemoon avx_gtk2 main # deb [arch=amd64 signed-by=/usr/share/keyrings/veit@kannegieser.net.gpg] https://kannegieser.net/palemoon avx_gtk3 main # deb [arch=amd64 signed-by=/usr/share/keyrings/veit@kannegieser.net.gpg] https://kannegieser.net/palemoon avx2_gtk2 main # deb [arch=amd64 signed-by=/usr/share/keyrings/veit@kannegieser.net.gpg] https://kannegieser.net/palemoon avx2_gtk3 main
- Download and install the my public key:
Code: Select all
sudo wget https://kannegieser.net/palemoon/veit@kannegieser.net.gpg -O /usr/share/keyrings/veit@kannegieser.net.gpg
- Update and install. For example:
Code: Select all
sudo apt-get update sudo apt-get install palemoon
Tested with Debian 12.7
viewtopic.php?f=46&t=31907&start=60#p258189__NM64__ wrote: ↑2024-12-28, 02:19...though, for whatever reason, all of my cookie sessions got logged out and such? I swear that this didn't happen immediately after the update however but rather maybe the second time the program was ran or the like... Regardless, simply copying over the cookies.sqlite file from the backup I made before adding Veit Kannegieser's repository fixed the issues.