mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3363] dolphin: allow lua for playing videos with mpv #2114
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#2114
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 @AloisJanicek on GitHub (Apr 17, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3363
mpvvideo player launched from dolphin by clicking on video file will not start (will not appear on screen at all) unlessluais enabled in dolphin.profile.Looks like some kind of lua repl for
mpvinput commands was introduced in mpv v0.31.0 released at the end of December 2019.Prior to that playing videos in
mpvlaunched from dolphin with click on the video file used to work without problems.Solution
enabling lua interpreters with
include allow-lua.incin dolphin.profileDesktop
@ghost commented on GitHub (Apr 18, 2020):
Hi, thank you for reporting this issue. As it happens, I was looking into reworking all our file manager profiles to avoid issues like yours. It doesn't make much sense to block access to commonly used interpreters (like Lua, Perl, Python, ...) for that category of applications. I'll add a fix in the dolphin profile.
@rusty-snake commented on GitHub (Apr 18, 2020):
@glitsj16 would you think removing
disable-interpreters.incmakes more sense. With the current dolphin profile you can't start programs written in python, perl, ...@ghost commented on GitHub (Apr 18, 2020):
@rusty-snake Agreed. That's why I just opened #3365.