mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3013] waterfox: there are new executable names #1886
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#1886
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Oct 27, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3013
they are two versions of waterfox now
https://www.waterfox.net/blog/waterfox-2019.10-release-download/
rename waterfox.profile to waterfox-classic.profile (don't forget the include to waterfox-classic.local)
(this is the version with the XUL addons)
there's also waterfox-current (based from firefox quantum). I haven't installed that one. Its profile, is probably the same and just need a rename.
@ghost commented on GitHub (Oct 27, 2019):
Thanks for informing us. Two days ago I tested waterfox-current, and that worked fine with the current profile. I just downloaded the classic version and its executable name is unchanged. So both versions should be covered with the current profile. IMO renaming/splitting out the existing profile into
waterfox-classicandwaterfox-currentwould break firejails desktop integration - a.k.afirecfg. Is something not working as expected for you with the classic version?@rusty-snake commented on GitHub (Oct 27, 2019):
Just tested, waterfox-classic is based on a pre-quantum FFX, waterfox-current is quantum based. Both WFX use the same config directories, the executable names are also not changed. IMHO there is no need to rename the profiles.
@ghost commented on GitHub (Oct 27, 2019):
@rusty-snake If both versions share the same config dir now - I suppose this is ${HOME}/.waterfox - we could in fact drop both ${HOME}/.cache/mozilla and ${HOME}/.mozilla from
noblacklist,mkdirandwhitelistoptions. What do you think? Should we proceed on that or is it to soon to do so?@rusty-snake commented on GitHub (Oct 27, 2019):
On my tests no mozilla dirs are created (using
--private), except .mozilla is created by the current version but is empty. I haven't done a deeper test now, but for me it looks like mozilla dirs are not needed.@ghost commented on GitHub (Oct 27, 2019):
mozilla directories are there for moving from firefox. There's an official wizard for that. Add a comment in the profile about this.
I installed using the unofficial repos. He changed the names....
@rusty-snake commented on GitHub (Oct 27, 2019):
There are also wizards in FFX to import bookmarks (and some more) from chrome, in chrom to import from ... but we don't support them. IMHO we should comment these lines, there is no need to have always access to the firefox dirs.
Also in the AUR.
@rusty-snake commented on GitHub (Oct 27, 2019):
#3014