Skip to content

Commit 2871374

Browse files
Added git to the instance as there was an error from arduino saying git wasn't installed.
Added permissions for keychain access (as this is used), wayland access and notifications.
1 parent 17fe2d3 commit 2871374

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

Diff for: cc.arduino.arduinoide.json

+23-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66
"command": "arduino-ide",
77
"finish-args": [
88
"--socket=x11",
9+
"--socket=wayland",
910
"--share=ipc",
1011
"--share=network",
1112
"--device=all",
12-
"--filesystem=home"
13+
"--filesystem=home",
14+
"--filesystem=xdg-run/keyring",
15+
"--talk-name=org.freedesktop.secrets",
16+
"--talk-name=org.freedesktop.Notifications"
1317
],
1418
"modules": [
1519
"shared-modules/libusb/libusb.json",
@@ -29,6 +33,24 @@
2933

3034
]
3135
},
36+
{
37+
"name": "git",
38+
"make-args": [
39+
"NO_TCLTK=1",
40+
"INSTALL_SYMLINKS=1"
41+
],
42+
"make-install-args": [
43+
"NO_TCLTK=1",
44+
"INSTALL_SYMLINKS=1"
45+
],
46+
"sources": [
47+
{
48+
"type": "archive",
49+
"url": "https://www.kernel.org/pub/software/scm/git/git-2.35.1.tar.gz",
50+
"sha256": "9845a37dd01f9faaa7d8aa2078399d3aea91b43819a5efea6e2877b0af09bd43"
51+
}
52+
]
53+
},
3254
{
3355
"name": "arduino-ide",
3456
"buildsystem": "simple",

0 commit comments

Comments
 (0)