mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4113] File Roller on the cinnamon desktop doesn't work #2541
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#2541
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 @mystic-githuber on GitHub (Mar 18, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4113
I have turned on firejail for the cinnamon desktop and it seems that file roller doesn't work, I am unable to compress files. I started using engrampa archive manager as an alternative.
Firejail - 0.9.64.4
Cinnamon - 4.8.6
File roller - 3.38
@rusty-snake commented on GitHub (Mar 18, 2021):
Do you get an error? Or how does it show that it don't work? Is the output empty? Not present? Or does it crash? Does this happen for every format or only for a special one (e.g. lzma)? Does this happen for every file or file in specific locations?
@mystic-githuber commented on GitHub (Mar 18, 2021):
Compression bar stops at 85 % percentage always and doesn't complete the task. It happens in all locations that I have tried so far.
@ghost commented on GitHub (Mar 18, 2021):
When comparing both profiles, the major differences reside in private-bin + private-etc. Have you tried adding the below to a
file-roller.localyet?Also, if you might be able to start file-roller from a terminal and post any errors/warnings thrown in there while it compresses/extracts one of your archives that would be very helpful. For now we don't have that much info to go on to determine why file-roller isn't working as expected.
@rusty-snake commented on GitHub (Mar 19, 2021):
For me (fedora 33; file-roller 3.38.0) it works = I could successfully create a tar.gz archive. I have not even had a compressionsbar, maybe because it where small files that was fast to compress.
Full diff:
wusc: could break; but then it would break from start and not at 85%
wruc: should not break
machine-id: unlikely
seccomp.block-secondary: error will show up with
journalctl --boot --grep=SECCOMP --followprivate-bin: could break a specific format or with a changed login shell
private-cache: maybe
private-etc: very short
private-{bin,etc} can be cheked with
firejail --build file-roller | grep -E "private-(bin|etc)".@mystic-githuber commented on GitHub (Mar 19, 2021):
@rusty-snake
I am not good at using the command line and use GUI only, relatively new to linux sorry if am not helpful. Might be because I am using Manjaro and
I also used
$ sudo aa-enforce firejail-defaulttoo.@rusty-snake commented on GitHub (Apr 19, 2021):
I think I can reproduce this now. @mystic-githuber can you confirm that adding
cp,mv,rmtoprivate-binfixes this issue.BTW:
zstdis missing too.@rusty-snake commented on GitHub (Jun 10, 2021):
still an issue?