mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6421] element-desktop: Unable to find Electron app at /usr/share/element/app #3269
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#3269
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leukimi on GitHub (Jul 27, 2024).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6421
Description
element-desktop.profileon openSUSE Tumbleweed fails to start/usr/bin/element-desktop. Electron is located at/usr/bin/electron.Steps to Reproduce
element-desktopfrom software.opensuse.orgLC_ALL=C firejail /usr/bin/element-desktopExpected behavior
Application window should open.
Actual behavior
Process exits without opening main window.
Behavior without a profile
Output of
LC_ALL=C firejail --noprofile /usr/bin/element-desktopEnvironment
Checklist
Log
Output of
LC_ALL=C firejail /usr/bin/element-desktopOutput of
LC_ALL=C firejail --debug /usr/bin/element-desktopdebug_log (link to log)
@kmk3 commented on GitHub (Jul 27, 2024):
Does it work with the following in ~/.config/firejail/element-desktop.local?
@leukimi commented on GitHub (Jul 28, 2024):
Yes! It worked to do:
echo "whitelist /usr/share/element" > $HOME/.config/firejail/element-desktop.localThe main window now opens as it should.