[Firefox Icon in safe-mode]
Sometimes Firefox freezes the machine, because too many opened windows have caused a saturation of the memory and the processor... (For information, I always launch the task manager to know where I am)
I unblock the situation by killing all the programs in memory, with the command Alt + Print + K
I reconnect as "Guest" and then if I restart Firefox, all the previously opened windows restart at the risk of blocking the computer again!
To know all the ways to start Firefox with the terminal :
Code: Select all
firefox --help
mozilla-firefox safe-mode.desktop
Code: Select all
[Desktop Entry]
Exec=firefox --safe-mode %u
Icon=firefox
Type=Application
Categories=Network;
Name=Firefox safe-mode
That I copy in :
/porteus/rootcopy/home/guest/
(The launcher icon will be found in the 'guest' folder at the next reboot)
So I will have at any time in case of crash, an easy way to restart a clean Firefox

(started in safe mode, the add-ons are temporarily deactivated, just restart Firefox to find them)
[Firefox Icon - with my personal profile]
So far I use mainly a light version of Firefox (88.0), but sometimes I also need a more recent but heavier version (101.0) because of compatibility problems with some sites
The module of the first version (light) is launched automatically. If I deactivate this module to activate the more recent optional module, it creates a new empty profile which will be activated by default when I load Firefox: But without my settings, bookmarks, Logins/Passwords and add-ons !

The solution is to create a *.desktop file (launcher icon) to keep my personal profile
mozilla-firefox - Profile.desktop
Code: Select all
[Desktop Entry]
Exec=firefox --ProfileManager %u
Icon=firefox
Type=Application
Categories=Network;
Name=Firefox Profile
/porteus/rootcopy/home/guest/
(The launcher icon will be found in the 'guest' folder at the next reboot)
By loading only the module of another version of Firefox, with this icon all the settings of your personal profile are kept
