[GH-ISSUE #5830] microsoft-edge: passwords and bookmarks do not persist (AppImage) #3108

Open
opened 2026-05-05 09:44:32 -06:00 by gitea-mirror · 1 comment
Owner

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:

  1. I installed pkg2appimage, like this:
    git clone https://github.com/AppImage/pkg2appimage.git ; cd pkg2appimage ; bash pkg2appimage
  2. I used this recipe to create an Edge.yml file.
  3. I ran pkg2appimage with the Edge.yml file as an argument like this:
    ./pkg2appimage Edge.yml

This 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.

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:** 1) I installed pkg2appimage, like this: `git clone https://github.com/AppImage/pkg2appimage.git ; cd pkg2appimage ; bash pkg2appimage` 2) I used [this recipe](https://github.com/AppImageCommunity/pkg2appimage/blob/master/recipes/Edge.yml) to create an Edge.yml file. 3) I ran pkg2appimage with the Edge.yml file as an argument like this: `./pkg2appimage Edge.yml` **This 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.
gitea-mirror added the
needinfo
label 2026-05-05 09:44:32 -06:00
Author
Owner

@kmk3 commented on GitHub (May 14, 2023):

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.

Where are they saved?

This might have been fixed in #5697.

Does it work when building firejail from master?

<!-- gh-comment-id:1547028566 --> @kmk3 commented on GitHub (May 14, 2023): > 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. Where are they saved? This might have been fixed in #5697. Does it work when building firejail from master?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#3108
No description provided.