[PR #4831] [MERGED] Blacklist rxvt after the blacklist of Perl. #5262

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4831
Author: @vinc17fr
Created: 1/7/2022
Status: Merged
Merged: 1/8/2022
Merged by: @netblue30

Base: masterHead: blacklist-rxvt


📝 Commits (1)

  • ed5c259 Blacklist rxvt after the blacklist of Perl.

📊 Changes

1 file changed (+9 additions, -0 deletions)

View changed files

📝 etc/inc/disable-interpreters.inc (+9 -0)

📄 Description

rxvt needs Perl modules, thus does not work. And its blacklist is needed so that Firefox can run applications with Terminal=true in their .desktop file (depending on what is installed). The reason is that Firefox does this via glib, which currently uses a hardcoded list of terminal emulators. And in this list, rxvt comes before xterm.


🔄 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/4831 **Author:** [@vinc17fr](https://github.com/vinc17fr) **Created:** 1/7/2022 **Status:** ✅ Merged **Merged:** 1/8/2022 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `blacklist-rxvt` --- ### 📝 Commits (1) - [`ed5c259`](https://github.com/netblue30/firejail/commit/ed5c259fcc106b8b07f056f65e828c680fec9562) Blacklist rxvt after the blacklist of Perl. ### 📊 Changes **1 file changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/inc/disable-interpreters.inc` (+9 -0) </details> ### 📄 Description rxvt needs Perl modules, thus does not work. And its blacklist is needed so that Firefox can run applications with `Terminal=true` in their .desktop file (depending on what is installed). The reason is that Firefox does this via glib, which currently uses a [hardcoded list of terminal emulators](https://gitlab.gnome.org/GNOME/glib/-/issues/338). And in this list, rxvt comes before xterm. --- <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:35:14 -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#5262
No description provided.