Skip to content

Commit 25b37e6

Browse files
committed
feat: Add fallback x11 sockets
Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>
1 parent 981cb5c commit 25b37e6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
disable = true

com.pojtinger.felicitas.Sessions.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
"build-args": ["--share=network"]
99
},
1010
"command": "sessions",
11-
"finish-args": ["--socket=wayland", "--device=dri"],
11+
"finish-args": [
12+
"--socket=wayland",
13+
"--socket=fallback-x11",
14+
"--share=ipc",
15+
"--device=dri"
16+
],
1217
"modules": [
1318
{
1419
"name": "blueprint-compiler",

0 commit comments

Comments
 (0)