[PR #6545] [MERGED] profiles: anki: fix opening, allow media & add to firecfg #6055

Closed
opened 2026-05-05 10:49:52 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6545
Author: @haplo
Created: 11/12/2024
Status: Merged
Merged: 11/19/2024
Merged by: @kmk3

Base: masterHead: anki-mpv-lua


📝 Commits (5)

  • c974e17 profiles: anki: add mpv/mplayer to private-bin
  • 3a03bcd profiles: anki: allow mpv/mplayer
  • 3ec523f profiles: anki: allow lua
  • 024f421 profiles: anki: allow sound
  • c45e83e profiles: firecfg: enable anki

📊 Changes

2 files changed (+17 additions, -3 deletions)

View changed files

📝 etc/profile-a-l/anki.profile (+16 -3)
📝 src/firecfg/firecfg.config (+1 -0)

📄 Description

Anki relies on mpv and mplayer for playing audio and video files.

If mpv is present in the system but not allowed in firejail then Anki fails to start because mpv permissions won't allow for execution.

Fixes #6544.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/6545 **Author:** [@haplo](https://github.com/haplo) **Created:** 11/12/2024 **Status:** ✅ Merged **Merged:** 11/19/2024 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `anki-mpv-lua` --- ### 📝 Commits (5) - [`c974e17`](https://github.com/netblue30/firejail/commit/c974e173615c0dd9403c2c4accb42af1bdea03d7) profiles: anki: add mpv/mplayer to private-bin - [`3a03bcd`](https://github.com/netblue30/firejail/commit/3a03bcd5134bf351b1cc13db6c182e51a9565c7e) profiles: anki: allow mpv/mplayer - [`3ec523f`](https://github.com/netblue30/firejail/commit/3ec523f1107e3e64a610f7cb74d5beab05d8db4c) profiles: anki: allow lua - [`024f421`](https://github.com/netblue30/firejail/commit/024f421e304a012459faa8b6af8654a7759c8915) profiles: anki: allow sound - [`c45e83e`](https://github.com/netblue30/firejail/commit/c45e83e6099275a8981ba5dc597a57f29fa7e812) profiles: firecfg: enable anki ### 📊 Changes **2 files changed** (+17 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/anki.profile` (+16 -3) 📝 `src/firecfg/firecfg.config` (+1 -0) </details> ### 📄 Description Anki relies on mpv and mplayer for playing audio and video files. If mpv is present in the system but not allowed in firejail then Anki fails to start because mpv permissions won't allow for execution. Fixes #6544. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:49:52 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#6055
No description provided.