mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1772] qbittorrent: no authentication protocol supported #1202
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#1202
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 @ghost on GitHub (Feb 10, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1772
If I try to start qbittorrent when firejail is active (integrated via firecfg) it hangs with the message "Qt: Session management error: None of the authentication protocols specified are supported". If I start it directly from /usr/bin or disabling firejail it works.
Btw, I'd also like to ask: is it possible to stop firejail's debug messages? (I checked /etc/firejail/firejail.config and everything is commented out, no --debug* options specified.) A simple "leafpad" floods the console with 18 lines: Reading profile, Parent pid, child pid, C library installed, process initialized, etc.
@ghost commented on GitHub (Feb 11, 2018):
memory-deny-write-executein qbittorrent.profile@ghost commented on GitHub (Feb 11, 2018):
It works now, thank you.
As for my other question, if anyone knows how to disable firejail's debug messages, I would really appreciate if you can tell me.
@smitsohu commented on GitHub (Feb 11, 2018):
Hi @bryce-lynch, try it with the
quietoption. It should be the first command in a profile (on the commandline I think the sequence doesn't matter)@ghost commented on GitHub (Feb 11, 2018):
Thanks @smitsohu !