Skip to content

qutebrowser: cannot start mpv #5724

Answered by glitsj16
AblatedSprocket asked this question in Q&A
Discussion options

You must be logged in to vote

There's a few things you'll need to add in a ~/.config/firejail/qutebrowser.local to support mpv inside the qutebrowser sandbox: access to mpv's configuration and allowing Lua basically. Here's an example:

# Firejail profile for qutebrowser
# Persistent local customizations

## allow mpv

noblacklist ${HOME}/.config/mpv
whitelist ${HOME}/.config/mpv

# Allow lua (blacklisted by disable-interpreters.inc)
include allow-lua.inc

whitelist /usr/share/lua
whitelist /usr/share/lua*
whitelist /usr/share/vulkan

There might be additional things to consider, but try starting with this and report back if you run into other roadblocks.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AblatedSprocket
Comment options

Answer selected by AblatedSprocket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants