mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3122] firejail sylpheed doesn´t work properly #1957
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#1957
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 @Rosika2 on GitHub (Jan 4, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3122
Hi altogether,
after a firejail-update to version 0.9.62 I encountered a new problem. This time with sylpheed.
firejail --private=/media/rosika/f14a27c2-0b49-4607-94ea-2e56bbf76fe1/DATEN-PARTITION/Dokumente/kgw_work3_sylpheed/ sylpheedused to work but not anymore.
I get the following message:
The GUI opens up but the programme gets stuck when trying to download new e-mails. A popup window says "cannot write file".
What does work however is "firejail --noprofile [...]".
So is has got something to do with sylpheed.profile.
Greetings
Rosika
@rusty-snake commented on GitHub (Jan 4, 2020):
Last commit on sylpheed.profile:
92bff8aon 17 Oct 2018.However it is
109b1865(noblacklist no blacklist).Now
~/Mailis blacklisted (and a few more109b186566 (diff-2628c1c1a167c5e64c49db36d3154ccdR417))TL;DR: add to sylpheed.profile
Is
~/Mailyour choice or program default?@Rosika2 commented on GitHub (Jan 4, 2020):
@rusty-snake:
Hello again and thanks a lot for your quick help.
The addition of
noblacklist ${HOME}/Maildid the trick. Sylpheed works fine again.I didn´t change anything when setting up sylpheed. So I´d have to say: programm default.
Thank you very much again. Your help is much appreciated.
Greetings.
Rosika
@ghost commented on GitHub (Jan 4, 2020):
@Rosika2 After deliberation it would be more reasonable to re-write sylpheed.profile as a redirect profile. I've done so in
3e66d6c8edjust now. Would you be so kind to test your sylpheed installation still works as expected with these changes please? This implies rebuilding firejail from git or make the implemented changes yourself temporarily. Thanks in advance!@rusty-snake commented on GitHub (Jan 4, 2020):
@Rosika2 simply copy the sylpheed profile from git master, there are no big chages since 0.9.62.
@glitsj16 more semantically idiomatic would be
nowhitelist /usr/share/doc/claws-mail@ghost commented on GitHub (Jan 4, 2020):
@rusty-snake Nice one, I'll edit the profile accordingly 👍.
@Rosika2 commented on GitHub (Jan 5, 2020):
@rusty-snake:
@glitsj16:
O.K., I did it this way:
I can confirm that it works just fine. The new sylpheed.profile as a redirect profile seems to be a fine solution as well.
Thanks for all the work of yours.
Greetings.
Rosika
@ghost commented on GitHub (Jan 5, 2020):
@Rosika2 Great. Thank you for confirming, always appreciated!