[GH-ISSUE #4346] Issue with engrampa #2627

Closed
opened 2026-05-05 09:17:23 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @Tus1688 on GitHub (Jun 7, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4346

  • Describe the bug.
    I can't open, extract file using engrampa

  • What did you expect to happen?
    successfully extract/open using engrampa

  • What did you do to make it work?
    I deleted the symlink using sudo rm /usr/local/bin/engrampa, finally I can use it as it supposed to be.

  • Steps to reproduce the behavior:

  1. I went to caja file manager
  2. I double click .zip file, then engrampa crashed (it doesn't show anything and there is a prompt to wait / force quit).
  3. right click -> extract here, then engrampa also crashed .
  4. right click -> extract to, then engrampa also crashed.
  5. firejail --list result =
3545:user::/usr/bin/firejail /usr/bin/engrampa --default-dir=file:///home/user/Downloads --extract file:///home/user/Downloads/blabla.zip 
  1. I open the zip file from firefox download history, it works
  2. I delete engrampa symlink using sudo rm /usr/local/bin/engrampa
  3. I did step 2-4 and it works.
  • Linux distribution and version
    Ubuntu 20.04.2 LTS
  • Firejail version
    0.9.64.4

Thanks in advance for your kindly help :)

Originally created by @Tus1688 on GitHub (Jun 7, 2021). Original GitHub issue: https://github.com/netblue30/firejail/issues/4346 - Describe the bug. I can't open, extract file using engrampa - What did you expect to happen? successfully extract/open using engrampa - What did you do to make it work? I deleted the symlink using `sudo rm /usr/local/bin/engrampa`, finally I can use it as it supposed to be. - Steps to reproduce the behavior: 1. I went to caja file manager 2. I double click .zip file, then engrampa crashed (it doesn't show anything and there is a prompt to wait / force quit). 3. right click -> extract here, then engrampa also crashed . 4. right click -> extract to, then engrampa also crashed. 5. `firejail --list` result = ``` 3545:user::/usr/bin/firejail /usr/bin/engrampa --default-dir=file:///home/user/Downloads --extract file:///home/user/Downloads/blabla.zip ``` 6. I open the zip file from firefox download history, it works 7. I delete engrampa symlink using `sudo rm /usr/local/bin/engrampa` 8. I did step 2-4 and it works. - Linux distribution and version Ubuntu 20.04.2 LTS - Firejail version 0.9.64.4 Thanks in advance for your kindly help :)
gitea-mirror 2026-05-05 09:17:23 -06:00
Author
Owner

@rusty-snake commented on GitHub (Jun 7, 2021):

There were two commits/PRs with fixes for engrampa (#4094 and #4102). Likely engrampa will work when again if you apply them to your engrampa.profile:

-dbus-user none
+dbus-user filter
+dbus-user.talk ca.desrt.dconf
-memory-deny-write-execute
<!-- gh-comment-id:855715487 --> @rusty-snake commented on GitHub (Jun 7, 2021): There were two commits/PRs with fixes for engrampa (#4094 and #4102). Likely engrampa will work when again if you apply them to your engrampa.profile: ```diff -dbus-user none +dbus-user filter +dbus-user.talk ca.desrt.dconf -memory-deny-write-execute ```
Author
Owner

@Tus1688 commented on GitHub (Jun 8, 2021):

Thanks ! +1:

<!-- gh-comment-id:856565792 --> @Tus1688 commented on GitHub (Jun 8, 2021): Thanks ! +1:
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#2627
No description provided.