[PR #6473] [MERGED] profiles: librewolf: add new dbus name (io.gitlab.firefox) #6029

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

📋 Pull Request Information

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

Base: masterHead: librewolf-add-dbus-name


📝 Commits (1)

  • 0f1756d profiles: librewolf: add new dbus name (io.gitlab.firefox)

📊 Changes

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

View changed files

📝 etc/profile-a-l/librewolf.profile (+1 -0)

📄 Description

It appears that LibreWolf 129 uses io.gitlab.firefox.* as the dbus
name.

Commands used to check the dbus name:

$ busctl --user --no-legend | grep -v '^:' | grep librewolf |
  sed -E 's/(^[^ ]+\.)[^. ]+ .*/\1/'
io.gitlab.firefox.

Commands used to test dbus communication:

# Open a new browser instance:
$ firejail --name=lwtest --ignore=name --ignore='dbus-user none' \
  --dbus-user=filter --dbus-user.own='io.gitlab.firefox.*' \
  --private --net=none --ignore=net /usr/bin/librewolf
# In another shell, try to open a new tab:
$ firejail --join=lwtest /usr/bin/librewolf --new-tab about:blank
# Check that the new tab was opened

Related commits:

  • c3f299620 ("Let programs outside librewolf sandbox open new tabs in
    librewolf (#4546)", 2021-09-19)
  • a8ad9cad1 ("Update librewolf.profile: use new message bus",
    2022-02-03) / PR #4897
  • 4211ee323 ("merges", 2022-02-04)

Fixes #6413.

Misc: This was noticed on #6444.

Reported-by: @Lonniebiz


🔄 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/6473 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 9/11/2024 **Status:** ✅ Merged **Merged:** 9/13/2024 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `librewolf-add-dbus-name` --- ### 📝 Commits (1) - [`0f1756d`](https://github.com/netblue30/firejail/commit/0f1756db8dd24ada82f85cabd4fa3776da8f520a) profiles: librewolf: add new dbus name (io.gitlab.firefox) ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/librewolf.profile` (+1 -0) </details> ### 📄 Description It appears that LibreWolf 129 uses `io.gitlab.firefox.*` as the dbus name. Commands used to check the dbus name: $ busctl --user --no-legend | grep -v '^:' | grep librewolf | sed -E 's/(^[^ ]+\.)[^. ]+ .*/\1/' io.gitlab.firefox. Commands used to test dbus communication: # Open a new browser instance: $ firejail --name=lwtest --ignore=name --ignore='dbus-user none' \ --dbus-user=filter --dbus-user.own='io.gitlab.firefox.*' \ --private --net=none --ignore=net /usr/bin/librewolf # In another shell, try to open a new tab: $ firejail --join=lwtest /usr/bin/librewolf --new-tab about:blank # Check that the new tab was opened Related commits: * c3f299620 ("Let programs outside librewolf sandbox open new tabs in librewolf (#4546)", 2021-09-19) * a8ad9cad1 ("Update librewolf.profile: use new message bus", 2022-02-03) / PR #4897 * 4211ee323 ("merges", 2022-02-04) Fixes #6413. Misc: This was noticed on #6444. Reported-by: @Lonniebiz --- <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:23 -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#6029
No description provided.