-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vscodium: cannot access Arduino code #5990
Comments
Thank you for reporting. Easy fix: $ cat ~/.config/firejail/allow-common-devel.local
noblacklist ${HOME}/.arduino15
noblacklist ${HOME}/Arduino If that indeed fixes it, can you open a PR? |
marek22k
added a commit
to marek22k/firejail
that referenced
this issue
Sep 6, 2023
Closes netblue30#5990 Arduino IDE: https://github.com/arduino/arduino-ide PlatformIO: https://github.com/platformio
It works. I have created a PR. |
marek22k
added a commit
to marek22k/firejail
that referenced
this issue
Sep 6, 2023
Closes netblue30#5990 Arduino IDE: https://github.com/arduino/arduino-ide PlatformIO: https://github.com/platformio Signed-off-by: Marek Küthe <m.k@mk16.de>
glitsj16
pushed a commit
that referenced
this issue
Sep 6, 2023
Closes #5990 Arduino IDE: https://github.com/arduino/arduino-ide PlatformIO: https://github.com/platformio Signed-off-by: Marek Küthe <m.k@mk16.de>
kmk3
changed the title
VSCodium: Opening code is not possible
vscodium: cannot access Arduino code
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Opening code is not possible in VSCodium
Steps to Reproduce
Steps to reproduce the behavior
LC_ALL=C firejail /usr/bin/codium
(LC_ALL=C
to get a consistentoutput in English that can be understood by everybody)
/home/marek/Arduino/xinetd/platformio.init
The editor could not be opened due to an unexpteted error: Unable to read file '/home/marek/Arduino/xinetd/platformio.init
(NoPermissions (FileSystemError): Error: EACCES: permission denied, stat '/home/marek/Arduino/xinetd/platformio.ini')`Expected behavior
File can be opened.
Actual behavior
File cannot be opened.
Behavior without a profile
File can be opened.
Environment
Checklist
/usr/bin/vlc
) "fixes" it).https://github.com/netblue30/firejail/issues/1139
)browser-allow-drm yes
/browser-disable-u2f no
infirejail.config
to allow DRM/U2F in browsers.Log
Output of
LC_ALL=C firejail /usr/bin/codium
Output of
LC_ALL=C firejail --debug /usr/bin/codium
https://gist.github.com/marek22k/27d165ce082954678745178dcb7e2bad
The text was updated successfully, but these errors were encountered: