mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1506] Cannot run qutebrowser with Firejail due to "No module named PyQt5.QtSql" #1006
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#1006
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 @Hund on GitHub (Aug 30, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1506
This popups when I run
firejail qutebrowser:Anything I can do about it?
@Fred-Barclay commented on GitHub (Aug 30, 2017):
G'day @Hund.
What distro and version of firejail are you using?
@Hund commented on GitHub (Aug 31, 2017):
Duh.. I was tired yesterday I guess. :) I'm running version 0.9.46 of Firejail and I'm on Gentoo Linux.
@ghost commented on GitHub (Aug 31, 2017):
Maybe try updating to 0.9.48? https://packages.gentoo.org/packages/sys-apps/firejail
@Hund commented on GitHub (Aug 31, 2017):
I updated to 0.9.48 and same issue.
@SkewedZeppelin commented on GitHub (Sep 1, 2017):
Do you happen to have that library installed via pip locally? Or is it installed globally/through portage?
@Hund commented on GitHub (Sep 1, 2017):
qutebrowser is installed via portage. I try to stay away from pip as much as I can to avoid any issues. :)
@ghost commented on GitHub (Sep 1, 2017):
You can try
firejail --noprofile qutebrowser. If this works then edit/etc/firejail/qutebrowser.profileand try commenting out line by line until it works (or comment out everything then uncomment line by line until it breaks). Also take a look if you have any modifications under/etc/firejail/globals.local,/etc/firejail/qutebrowser.local,/etc/firejail/whitelist-common.localor~/.config/firejail/@Hund commented on GitHub (Sep 1, 2017):
This works.
@SkewedZeppelin commented on GitHub (Sep 1, 2017):
So whitelist was breaking it? Are you sure you don't have that library installed locally via pip?
@Hund commented on GitHub (Sep 1, 2017):
What's the name of the package? I have no package with the word
qtorsqlin it according to pip, which also list packages installed from emerge?@netblue30 commented on GitHub (Sep 2, 2017):
PyQt seems to have a sql use flag. Do you have it enabled?
https://packages.gentoo.org/packages/dev-python/PyQt5
@Hund commented on GitHub (Sep 2, 2017):
That was the issue. Weird that it worked if I didn't use Firejail?