Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ai.lemonade_server.Lemonade/ai.lemonade_server.Lemonade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ finish-args:
- --share=ipc
- --share=network
- --socket=wayland
- --socket=fallback-x11
# we use x11 instead of fallback-x11; tauri/arboard requires Wayland data-control protocols
# mutter does not support these protocols yet
- --socket=x11
- --socket=pulseaudio
# --device=dri can't expose /dev/accel/accel0, /dev/kfd (Flatpak < 1.8)
- --device=all
Expand Down