[PR #2832] [MERGED] Add electron4 to allow wire-desktop to launch on Arch Linux #4549

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/2832
Author: @njfox
Created: 7/6/2019
Status: Merged
Merged: 7/6/2019
Merged by: @Fred-Barclay

Base: masterHead: wire-electron4


📝 Commits (1)

  • 4baf7ab Add electron4 to allow it to launch on Arch Linux

📊 Changes

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

View changed files

📝 etc/wire-desktop.profile (+1 -1)

📄 Description

electron has recently been changed on Arch Linux and wire-desktop launches with electron4 now instead of electron. This is the new launcher script from the Arch package:

#!/usr/bin/env sh

electron4 "/usr/lib/wire-desktop" "$@"

This PR adds electron4 to the private-bin declaration to allow the program to successfully launch on Arch.


🔄 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/2832 **Author:** [@njfox](https://github.com/njfox) **Created:** 7/6/2019 **Status:** ✅ Merged **Merged:** 7/6/2019 **Merged by:** [@Fred-Barclay](https://github.com/Fred-Barclay) **Base:** `master` ← **Head:** `wire-electron4` --- ### 📝 Commits (1) - [`4baf7ab`](https://github.com/netblue30/firejail/commit/4baf7ab7ab14579824d7f5615476adbd08972ed0) Add electron4 to allow it to launch on Arch Linux ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `etc/wire-desktop.profile` (+1 -1) </details> ### 📄 Description `electron` has recently been changed on Arch Linux and `wire-desktop` launches with `electron4` now instead of `electron`. This is the new launcher script from the Arch package: ``` #!/usr/bin/env sh electron4 "/usr/lib/wire-desktop" "$@" ``` This PR adds `electron4` to the `private-bin` declaration to allow the program to successfully launch on Arch. --- <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:22:11 -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#4549
No description provided.