Pale Moon v.28.12.0 (2020-8-04) - update
Moderator: Forum moderators
Pale Moon v.28.12.0 (2020-8-04) - update
Pale Moon v.28.11.0 (2020-7-14)
New version is ready for download.
You can use the auto update or download it from http://linux.palemoon.org/datastore/rel ... _64.tar.xz
If your are using 32-bit CPU's use this one http://linux.palemoon.org/datastore/rel ... 686.tar.xz
New version is ready for download.
You can use the auto update or download it from http://linux.palemoon.org/datastore/rel ... _64.tar.xz
If your are using 32-bit CPU's use this one http://linux.palemoon.org/datastore/rel ... 686.tar.xz
Last edited by FeodorF on Sun Aug 09, 2020 8:29 am, edited 3 times in total.
- xenial
- Posts: 504
- Joined: Mon Jul 13, 2020 7:41 am
- Location: Lincolnshire.UK.
- Has thanked: 92 times
- Been thanked: 41 times
Re: Pale Moon v.28.11.0 (2020-7-14)
Hi-
From what i can gather from the pale moon forum the 32bit linux builds will stop being supported from this november..will there still be builds available here or will the 32bit just ride into the horizon.?
Thanks.
From what i can gather from the pale moon forum the 32bit linux builds will stop being supported from this november..will there still be builds available here or will the 32bit just ride into the horizon.?
Thanks.
New: Pale Moon v.28.12.0 (2020-08-04)
@ xenial:
Looks like that we are out of luck with 32bit WWW support/server access.
They are pushing very hard to make us dump 32bit PCs.
So for right now the probably last update on 32bit Pale Moon.
Pale Moon v.28.12.0 (2020-08-04)
http://linux.palemoon.org/datastore/rel ... 686.tar.xz
or x64:
http://linux.palemoon.org/datastore/rel ... _64.tar.xz
Looks like that we are out of luck with 32bit WWW support/server access.
They are pushing very hard to make us dump 32bit PCs.
So for right now the probably last update on 32bit Pale Moon.
Pale Moon v.28.12.0 (2020-08-04)
http://linux.palemoon.org/datastore/rel ... 686.tar.xz
or x64:
http://linux.palemoon.org/datastore/rel ... _64.tar.xz
- xenial
- Posts: 504
- Joined: Mon Jul 13, 2020 7:41 am
- Location: Lincolnshire.UK.
- Has thanked: 92 times
- Been thanked: 41 times
Re: New: Pale Moon v.28.12.0 (2020-08-04)
I am trying to stick with my 32bit computer for as long as i can..hmm yea it looks like i will be saying bye bye to palemoon in the new year.probably be back to firefox but vivaldi looks promising.FeodorF wrote: ↑Sat Aug 08, 2020 1:25 pm @ xenial:
Looks like that we are out of luck with 32bit WWW support/server access.
They are pushing very hard to make us dump 32bit PCs.
So for right now the probably last update on 32bit Pale Moon.
Pale Moon v.28.12.0 (2020-08-04)
http://linux.palemoon.org/datastore/rel ... 686.tar.xz
or x64:
http://linux.palemoon.org/datastore/rel ... _64.tar.xz
thanks feodor and many greetings from sunny england.
Re: Pale Moon v.28.12.0 (2020-8-04) - update
How does one go about installing the new version?
I downloaded the 64 bit version and extracted it. It contains a folder 'palemoon' and a few sub folders. In 'palemoon' there's an executable file named 'palemoon' and a bunch of other files. When I click on 'palemoon' it opens the browser to the new version so it seems to have everything it needs.
How can I install it so that it shows in the menu and can be designated as the default browser? I'm sure it involves making a pet, I just have no idea how to do that.
Sorry, I'm new to Puppy. Running Fossapup64.
Thanks, Shloz
I downloaded the 64 bit version and extracted it. It contains a folder 'palemoon' and a few sub folders. In 'palemoon' there's an executable file named 'palemoon' and a bunch of other files. When I click on 'palemoon' it opens the browser to the new version so it seems to have everything it needs.
How can I install it so that it shows in the menu and can be designated as the default browser? I'm sure it involves making a pet, I just have no idea how to do that.
Sorry, I'm new to Puppy. Running Fossapup64.
Thanks, Shloz
- rockedge
- Site Admin
- Posts: 6550
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 2752 times
- Been thanked: 2627 times
- Contact:
Re: Pale Moon v.28.12.0 (2020-8-04) - update
@Shloz
for a simple start open the directory for palemoon, click on and drag the binary file "palemoon" to the desktop. Place the icon where you like. Open ../palemoon/browser/chrome/icons/default. Now Right click on the new desktop icon for palemoon and select File "browse"->Set Icon and when the window opens drag and drop one of the icons from ../palemoon/browser/chrome/icons/default.
open /usr/share/applications and create a blank file named palemoon.desktop.
open the file palemoon.desktop with a text editor and paste:
and save. Now find Menu->Shutdown->Rebuild Menu and select it. This command will add the new .desktop file to the menu. Maybe do
Menu->Shutdown->Restart JWM, but this is optional. Now palemoon should be in the menu under "Internet".
This is just one way of doing it, but it will get you started.
NOTE: make sure you make a symlink from the palemoon binary to a place in the $PATH.
for example I place palemoon directory in /opt and create a symlink like this in a terminal :
this will insure the palemoon.desktop 'exec=' command finds the palemoon binary
*
for a simple start open the directory for palemoon, click on and drag the binary file "palemoon" to the desktop. Place the icon where you like. Open ../palemoon/browser/chrome/icons/default. Now Right click on the new desktop icon for palemoon and select File "browse"->Set Icon and when the window opens drag and drop one of the icons from ../palemoon/browser/chrome/icons/default.
open /usr/share/applications and create a blank file named palemoon.desktop.
open the file palemoon.desktop with a text editor and paste:
Code: Select all
[Desktop Entry]
Encoding=UTF-8
Name=Palemoon
Icon=/usr/share/icons/mozicon128.png
Comment=Palemoon web browser
Exec=palemoon
Terminal=false
Type=Application
Categories=X-Internet-browser
GenericName=Palemoon web browser
Menu->Shutdown->Restart JWM, but this is optional. Now palemoon should be in the menu under "Internet".
This is just one way of doing it, but it will get you started.
NOTE: make sure you make a symlink from the palemoon binary to a place in the $PATH.
for example I place palemoon directory in /opt and create a symlink like this in a terminal :
Code: Select all
ln -s /opt/palemoon/palemoon /usr/bin/palemoon
*
- bigpup
- Moderator
- Posts: 6995
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 913 times
- Been thanked: 1528 times
Re: Pale Moon v.28.12.0 (2020-8-04) - update
Fossapup64 already has Pale Moon installed.
To update it.
Run Pale Moon->Help->Check for Updates.
Pale Moon preferences.
You can setup to auto update, check for updates and tell you, letting you decide to update.
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
- rockedge
- Site Admin
- Posts: 6550
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 2752 times
- Been thanked: 2627 times
- Contact:
- rockedge
- Site Admin
- Posts: 6550
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 2752 times
- Been thanked: 2627 times
- Contact:
Re: Pale Moon v.28.12.0 (2020-8-04) - update
Yes, this method can be useful.
Also to be thought about is saving your desktop icon layout after you customize it. This is an extra step that comes in useful someday.
Open Menu->Desktop->JWMDesk Manager then click on Icon Layout and click the save button icon. Select "Custom-choose your saved profile" then click the Apply button icon. The X server will restart and your customized desktop will appear. Later one could switch between the "Full", "Minimum" and "Custom" icon layouts as you need them.
Also to be thought about is saving your desktop icon layout after you customize it. This is an extra step that comes in useful someday.
Open Menu->Desktop->JWMDesk Manager then click on Icon Layout and click the save button icon. Select "Custom-choose your saved profile" then click the Apply button icon. The X server will restart and your customized desktop will appear. Later one could switch between the "Full", "Minimum" and "Custom" icon layouts as you need them.