mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5292] arduino: program does not start #2949
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#2949
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 @emdete on GitHub (Aug 3, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5292
Description
arduino crashes during startup
Steps to Reproduce
Steps to reproduce the behavior
LC_ALL=C arduino(LC_ALL=Cto get a consistent output in English that can be understood by everybody)Expected behavior
arduino to start
Actual behavior
arduino crashes
Behavior without a profile
What changed calling
LC_ALL=C firejail --noprofile /usr/bin/arduinoin a terminal?arduino starts just fine
Additional context
Any other detail that may help to understand/debug the problem
it is a debian installed package "arduino 2:1.8.19+dfsg1-1 amd64"
Environment
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug --profile=arduino /usr/bin/arduino | grep -v $HOME@rusty-snake commented on GitHub (Aug 3, 2022):
Please use the bug report template for bug reports, it contains the question you need to answer to debug your problem.
@kmk3 commented on GitHub (Aug 18, 2022):
Thanks for including more information.
Just make sure to post a comment after making a significant edit, as GitHub
does not notify on edits alone. I only noticed it because I was checking some
labels and happened to open this issue.
@kmk3 commented on GitHub (Aug 19, 2022):
@emdete commented on Aug 3:
Was
LC_ALL=Creally used? Some of the output is not in English.So, arduino.profile is intended for an IDE, but it includes disable-devel.inc
and disable-exec.inc for some reason.
Does it work the following in ~/.config/firejail/arduino.local?
@emdete commented on GitHub (Sep 3, 2022):
yes, that does the trick, and
ignore include disable-interpreters.incis the one that does it alone!@kmk3 commented on GitHub (Sep 17, 2022):
@emdete commented on Sep 3:
Thanks for testing.
This should be fixed by #5374.