-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firejail breaks evince printing #2101
Comments
Can you clarify?
|
The printing dialog opens, however no installed and connected printer device is found. In comparison okular works like expected. |
Do the following messages help? They occur in each of the commands [and |
Is evince confined by AppArmor? You may check with |
|
The only thing |
@Vincent43 Thanks alot. |
Ubuntu 18.04.1 LTS
firejail version 0.9.56~rc1
GNOME-Dokumentenbetrachter 3.28.2
firejail --noprofile evince
does not work as well,but
sudo firecfg --clean
makes evince possible to print again.To that regard uncommenting
nodbus
makes no difference (for me).From the issue #1843 or commit 7a37dc3 only
-# blacklist /run/user/*/bus
was removed and+# nodbus
added.Did anybody have issues or can reason about why dbus was not removed in the first place?
The text was updated successfully, but these errors were encountered: