[PR #6721] [MERGED] profiles: firefox: add alternative tridactylrc path #6140

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6721
Author: @petRUShka
Created: 4/27/2025
Status: Merged
Merged: 7/22/2025
Merged by: @kmk3

Base: masterHead: fix-tridactylrc-path


📝 Commits (1)

  • 5c4b7da profiles: firefox: add alternative tridactylrc path

📊 Changes

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

View changed files

📝 etc/profile-a-l/firefox-common-addons.profile (+1 -0)

📄 Description

Description

Fixes #6720

Tridactyl: the default rc path isn't only
~/.tridactylrc but also ~/.config/tridactyl/tridactylrc.

Actually, second path is more default than other paths.

Therefore, in /etc/profile-a-l/firefox-common-addons.profile:

# old
whitelist ${HOME}/.tridactylrc

must be replaced (or complemented) with:

# new
whitelist ${HOME}/.config/tridactyl/tridactylrc
whitelist ${HOME}/.tridactylrc   # optional legacy line

🔄 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/6721 **Author:** [@petRUShka](https://github.com/petRUShka) **Created:** 4/27/2025 **Status:** ✅ Merged **Merged:** 7/22/2025 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `fix-tridactylrc-path` --- ### 📝 Commits (1) - [`5c4b7da`](https://github.com/netblue30/firejail/commit/5c4b7da0bf94534fc0f0844cd0cff30b598190e3) profiles: firefox: add alternative tridactylrc path ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/firefox-common-addons.profile` (+1 -0) </details> ### 📄 Description ### Description Fixes #6720 Tridactyl: the default rc path isn't only `~/.tridactylrc` but also `~/.config/tridactyl/tridactylrc`. Actually, second path is more default than other paths. Therefore, in `/etc/profile-a-l/firefox-common-addons.profile`: ```ini # old whitelist ${HOME}/.tridactylrc ``` must be replaced (or complemented) with: ```ini # new whitelist ${HOME}/.config/tridactyl/tridactylrc whitelist ${HOME}/.tridactylrc # optional legacy line ``` --- <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:28 -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#6140
No description provided.