mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5793] evolution: Couldn't connect to accessibility bus #3094
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#3094
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 @CocoR55 on GitHub (Apr 18, 2023).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5793
Description
On Linux Lint Mate, it is about installing Evolution packages in a firejail sandbox.
First thing, there was no profile dedicated to Evolution in firecfg.
A profile was created.
Then, the command to launch the program is:
The Evolution application starts but with warnings
15 times these previous sentences
evolution.profile
Something is wrong.
Do you have any idea to solve this issue?
Regards,
Steps to Reproduce
Expected behavior
No warning
Actual behavior
Can't connect to a11y bus: Unable to connect: No such file or folder
Your application did not unregister from D-Bus before destruction. Consider using g_application_run().
Behavior without a profile
or
What changed calling
LC_ALL=C firejail --noprofile /path/to/programin aterminal?
nothing
Environment
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Edit by @rusty-snake: Formatting
@kmk3 commented on GitHub (Apr 19, 2023):
(Offtopic)
@CocoR55
Please see the following links for how to format code blocks in markdown:
@kmk3 commented on GitHub (Apr 19, 2023):
Note that we do not maintain that version of firejail:
Versions other than the latest usually have outdated profiles and may contain
bugs and security vulnerabilities that were fixed in later versions.
See also:
What happens with the latest released version?
@CocoR55 commented on GitHub (Apr 20, 2023):
Tests done again with last version of firejail, (version 0.9.72) warnings and messages are the same.
No improvement.
@tukanos commented on GitHub (Jan 11, 2026):
The latest version 0.9.76 exhibits the same behaviour.
My system:
Here is the log:
After some digging I found out the issue is double container:
If you disable the WEBKIT snadbox with
WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS=1before runningfirejail evolutionit will start.