[PR #6709] [MERGED] profiles: fix include of deprecated disable-X11.inc (uppercase) #6130

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6709
Author: @kmk3
Created: 4/14/2025
Status: Merged
Merged: 4/15/2025
Merged by: @kmk3

Base: masterHead: profiles-fix-include-dx11


📝 Commits (1)

  • dbed982 profiles: fix include of deprecated disable-X11.inc (uppercase)

📊 Changes

9 files changed (+9 additions, -9 deletions)

View changed files

📝 etc/profile-a-l/aria2p.profile (+1 -1)
📝 etc/profile-a-l/aria2rpc.profile (+1 -1)
📝 etc/profile-a-l/buku.profile (+1 -1)
📝 etc/profile-a-l/hledger.profile (+1 -1)
📝 etc/profile-a-l/irssi.profile (+1 -1)
📝 etc/profile-m-z/monero-wallet-cli.profile (+1 -1)
📝 etc/profile-m-z/ncmpcpp.profile (+1 -1)
📝 etc/profile-m-z/pyradio.profile (+1 -1)
📝 etc/profile-m-z/tremc.profile (+1 -1)

📄 Description

Replace it with the current disable-x11.inc (lowercase) include.

See commit 0060b5105 ("profiles: rename disable-X11.inc to
disable-x11.inc (#6294)", 2024-03-27).

Commands used to search and replace:

$ git grep -Ilz 'disable-X11' -- etc/profile* | xargs -0 \
  perl -pi -e 's/disable-X11/disable-x11/'

Relates to #6549 #6583 #6584 #6585 #6586 #6587 #6589 #6590.


🔄 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/6709 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 4/14/2025 **Status:** ✅ Merged **Merged:** 4/15/2025 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `profiles-fix-include-dx11` --- ### 📝 Commits (1) - [`dbed982`](https://github.com/netblue30/firejail/commit/dbed982273315d2f031e5ed8f6251d8cd1ea7603) profiles: fix include of deprecated disable-X11.inc (uppercase) ### 📊 Changes **9 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/aria2p.profile` (+1 -1) 📝 `etc/profile-a-l/aria2rpc.profile` (+1 -1) 📝 `etc/profile-a-l/buku.profile` (+1 -1) 📝 `etc/profile-a-l/hledger.profile` (+1 -1) 📝 `etc/profile-a-l/irssi.profile` (+1 -1) 📝 `etc/profile-m-z/monero-wallet-cli.profile` (+1 -1) 📝 `etc/profile-m-z/ncmpcpp.profile` (+1 -1) 📝 `etc/profile-m-z/pyradio.profile` (+1 -1) 📝 `etc/profile-m-z/tremc.profile` (+1 -1) </details> ### 📄 Description Replace it with the current disable-x11.inc (lowercase) include. See commit 0060b5105 ("profiles: rename disable-X11.inc to disable-x11.inc (#6294)", 2024-03-27). Commands used to search and replace: $ git grep -Ilz 'disable-X11' -- etc/profile* | xargs -0 \ perl -pi -e 's/disable-X11/disable-x11/' Relates to #6549 #6583 #6584 #6585 #6586 #6587 #6589 #6590. --- <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:51:18 -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#6130
No description provided.