[PR #6557] [MERGED] profiles: video-players: add missing /usr/share paths #6061

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6557
Author: @kmk3
Created: 11/30/2024
Status: Merged
Merged: 12/9/2024
Merged by: @kmk3

Base: masterHead: profiles-video-usr-share


📝 Commits (1)

  • 0834545 profiles: video-players: add missing /usr/share paths

📊 Changes

4 files changed (+10 additions, -0 deletions)

View changed files

📝 etc/profile-a-l/chatterino.profile (+2 -0)
📝 etc/profile-m-z/QMediathekView.profile (+3 -0)
📝 etc/profile-m-z/smtube.profile (+3 -0)
📝 etc/profile-m-z/youtube-viewers-common.profile (+2 -0)

📄 Description

Add missing paths for:

  • lua (for mpv)
  • mplayer
  • mpv
  • smplayer
  • vlc

Apparently mpv plugins may break without the lua path; see commit
ccff014de ("fix Lua in mpv.profile", 2020-07-28) / issue #3554.

Command used to search for relevant profiles:

$ git grep -IE -l '/\.?(s?mplayer|mpv|vlc)' -- etc

This is a follow-up to commit e4ebbfafe ("profiles: ensure allow-lua
where mpv is allowed (#6555)", 2024-11-29).


🔄 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/6557 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 11/30/2024 **Status:** ✅ Merged **Merged:** 12/9/2024 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `profiles-video-usr-share` --- ### 📝 Commits (1) - [`0834545`](https://github.com/netblue30/firejail/commit/0834545fc1d59d550930dad3411676d30da60747) profiles: video-players: add missing /usr/share paths ### 📊 Changes **4 files changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/chatterino.profile` (+2 -0) 📝 `etc/profile-m-z/QMediathekView.profile` (+3 -0) 📝 `etc/profile-m-z/smtube.profile` (+3 -0) 📝 `etc/profile-m-z/youtube-viewers-common.profile` (+2 -0) </details> ### 📄 Description Add missing paths for: * lua (for mpv) * mplayer * mpv * smplayer * vlc Apparently mpv plugins may break without the lua path; see commit ccff014de ("fix Lua in mpv.profile", 2020-07-28) / issue #3554. Command used to search for relevant profiles: $ git grep -IE -l '/\.?(s?mplayer|mpv|vlc)' -- etc This is a follow-up to commit e4ebbfafe ("profiles: ensure allow-lua where mpv is allowed (#6555)", 2024-11-29). --- <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:58 -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#6061
No description provided.