mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5830] microsoft-edge: passwords and bookmarks do not persist (AppImage) #3108
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#3108
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 @Lonniebiz on GitHub (May 14, 2023).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5830
Profile: https://github.com/netblue30/firejail/blob/master/etc/profile-m-z/microsoft-edge.profile
Firejail: 0.9.72
OS: Debian 11
When I launch an AppImage of Microsoft Edge, using firejail, it works fine during that session, but doesn't remember bookmarks and saved passwords after closing MS Edge, and then relaunching it. Each time I launch MS Edge, using firejail, it's like I'm launching it for the first time.
I created an AppImage of Microsoft Edge using the following steps:
git clone https://github.com/AppImage/pkg2appimage.git ; cd pkg2appimage ; bash pkg2appimage./pkg2appimage Edge.ymlThis generated an AppImage file that was named:
Microsoft_Edge_(dev)-113.0.1741.1.glibc2.17-x86_64.AppImage
Then, I launched the AppImage using firejail, like this:
firejail --appimage --profile=/etc/firejail/microsoft-edge.profile /home/userName/AppImages/Microsoft_Edge_\(dev\)-113.0.1741.1.glibc2.17-x86_64.AppImage"This worked great, but each time I launch the AppImage, it is like I've done so for the very first time. It doesn't memorize passwords or sustain bookmarks created in previous sessions.
@kmk3 commented on GitHub (May 14, 2023):
Where are they saved?
This might have been fixed in #5697.
Does it work when building firejail from master?