[PR #4016] [MERGED] Create rtv-addons.inc #4993

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4016
Author: @ghost
Created: 2/27/2021
Status: Merged
Merged: 3/2/2021
Merged by: @reinerh

Base: masterHead: patch-5


📝 Commits (10+)

  • c8fc4b0 Create rtv-addons.inc
  • 80f9e27 Update rtv-addons.inc
  • b441090 Create rtv-addons.inc
  • f22aea0 Delete rtv-addons.inc
  • 2553315 added commented out rtv-addons.inc
  • 6ce9e0b add .cache/youtube-dl
  • 9a5f19c rm trailing /
  • 360fd57 rm excessive blacklist
  • 7ca23f1 Rename etc/inc/rtv-addons.inc to etc/profile-m-z/rtv-addons.profile
  • 2a203b3 Update rtv.profile

📊 Changes

2 files changed (+28 additions, -0 deletions)

View changed files

etc/profile-m-z/rtv-addons.profile (+23 -0)
📝 etc/profile-m-z/rtv.profile (+5 -0)

📄 Description

rtv can be configured to launch links in external applications.
https://github.com/michael-lazar/rtv#viewing-media-links

This include is meant to be used in a .local file.
This is a proposed first draft.

didn't work: firefox
worked: w3m, eom, mpv

for w3m, you need to launch rtv with a variable like this
export RTV_BROWSER="w3m" ; /usr/bin/firejail /usr/bin/rtv

i tried to use firefox-common-addons.inc naming convention


🔄 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/4016 **Author:** [@ghost](https://github.com/ghost) **Created:** 2/27/2021 **Status:** ✅ Merged **Merged:** 3/2/2021 **Merged by:** [@reinerh](https://github.com/reinerh) **Base:** `master` ← **Head:** `patch-5` --- ### 📝 Commits (10+) - [`c8fc4b0`](https://github.com/netblue30/firejail/commit/c8fc4b0966345a6de96c874f0d8aa059d9e18568) Create rtv-addons.inc - [`80f9e27`](https://github.com/netblue30/firejail/commit/80f9e274d74a8391e8e16160b053eac114b9c894) Update rtv-addons.inc - [`b441090`](https://github.com/netblue30/firejail/commit/b44109033bd03cba6835d8604823675b33b1e681) Create rtv-addons.inc - [`f22aea0`](https://github.com/netblue30/firejail/commit/f22aea096a2dbe45eff4ec3f011b986e7730cd1f) Delete rtv-addons.inc - [`2553315`](https://github.com/netblue30/firejail/commit/2553315d50df51eed705624a913122c458ba6434) added commented out rtv-addons.inc - [`6ce9e0b`](https://github.com/netblue30/firejail/commit/6ce9e0ba9bb0662fec7de5f889e37132d63bec5b) add .cache/youtube-dl - [`9a5f19c`](https://github.com/netblue30/firejail/commit/9a5f19ce29fe725a702070915d56eaf0ca1192fe) rm trailing / - [`360fd57`](https://github.com/netblue30/firejail/commit/360fd579b3ba6e5f53a49bb46448a1a554f8246f) rm excessive blacklist - [`7ca23f1`](https://github.com/netblue30/firejail/commit/7ca23f140397578bd00a3a75d656906783cb8870) Rename etc/inc/rtv-addons.inc to etc/profile-m-z/rtv-addons.profile - [`2a203b3`](https://github.com/netblue30/firejail/commit/2a203b3923e2c02f0a9b24847fccaee1a3dce639) Update rtv.profile ### 📊 Changes **2 files changed** (+28 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `etc/profile-m-z/rtv-addons.profile` (+23 -0) 📝 `etc/profile-m-z/rtv.profile` (+5 -0) </details> ### 📄 Description rtv can be configured to launch links in external applications. https://github.com/michael-lazar/rtv#viewing-media-links This include is meant to be used in a .local file. This is a proposed first draft. didn't work: firefox worked: w3m, eom, mpv for w3m, you need to launch rtv with a variable like this export RTV_BROWSER="w3m" ; /usr/bin/firejail /usr/bin/rtv i tried to use firefox-common-addons.inc naming convention --- <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:30:22 -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#4993
No description provided.