mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3718] KDE Kontact: configuring Google calender, tasks and Contacts not possible #2342
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#2342
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 @MrFrank17 on GitHub (Nov 1, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3718
I have some issues using KDE Kontact with the standard firejail setup. It is not easy for me to reproduce these glitches, but here is one:
When adding or configuring the existing Google account


this dialog pops up
Once everything is setup, I cannot close that dialog with "OK" with firejail in place. After removing firejail (with firecfg --clean) and a restart it is possible
Using Kubuntu 20.10. default installation.
firejail version 0.9.62.4
@rusty-snake commented on GitHub (Nov 2, 2020):
There is no kontact profile, so it would be interesting which sandbox is started. Watch
sudo firemonin a terminal. Also watch you syslogjournalctl --boot --pager-end --follow.@MrFrank17 commented on GitHub (Nov 2, 2020):
Quite embarrassing, but I cannot make it fail today - I'll keep on trying ...
The communication to the Google seems to be handled by akonadi (output of firemon):
Also it seems there is an access violation, which, however, is not affecting me:
@MrFrank17 commented on GitHub (Nov 6, 2020):
I had a bit more time to have a look, but I could not reproduce my original problem.
Another problem seems to be within Kontact: deleting a task or a contact is not synced to my Google account. But this is also the case without firejail running, so this is Kontact related.
Sorry for falsely blaming firejail ...
@MrFrank17 commented on GitHub (Nov 13, 2020):
A follow up question:
You already mentioned that there is no profile for Kontact, however, there is one for KMail, which is correctly used if KMail is separately started (as it should be). As KMail is embedded within Kontact (same with KNotes): should there be a firejail profile for Kontact, which (re-)uses the profiles of the all the embedded components? I checked with
sudo firemonandfirejail --list, but the KMail profile is not used when Kontact is started.@rusty-snake commented on GitHub (Dec 16, 2020):
how do you mean?
@MrFrank17 commented on GitHub (Dec 18, 2020):
Well, basically I wanted to ask if is technical feasible to include the profiles of kmail & knotes in a new kontact profile ...
@rusty-snake commented on GitHub (Dec 19, 2020):
There two issues when you create a profile by
includingtwo other profiles:The issues is that (A) things in foobar.profile can break your program and (B) commands in your profile can break foobar.
2. order matters. Even if both profiles are nearly the same, it can fail. A
noblacklistmust come before theblacklist, meaning if A.profile and B.profile include disable-programs, B.profilesnoblacklisthas no effect.Now that knotes is a redirect profile to kmail, you can start with this
kontact.profile:@MrFrank17 commented on GitHub (Jan 2, 2021):
Thanks, I will give it a try!
@rusty-snake commented on GitHub (Apr 6, 2021):
I'm closing here due to inactivity, please fell free to request to reopen if you still have this issue.