From e49333340f57802589a9899b9df640123a845335 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub Date: Sun, 12 Apr 2026 23:43:12 -0600 Subject: [PATCH] Tighten Flatpak perms, pin lgi source --- flatpak/net.zoite.Zoitechat.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/flatpak/net.zoite.Zoitechat.json b/flatpak/net.zoite.Zoitechat.json index 0a8e4b87..64d5b0d3 100644 --- a/flatpak/net.zoite.Zoitechat.json +++ b/flatpak/net.zoite.Zoitechat.json @@ -7,14 +7,13 @@ "command": "zoitechat", "finish-args": [ "--share=ipc", - "--socket=x11", + "--socket=wayland", + "--socket=fallback-x11", "--share=network", "--socket=pulseaudio", "--filesystem=xdg-download", "--filesystem=xdg-data/themes:ro", "--filesystem=xdg-data/icons:ro", - "--filesystem=~/.themes:ro", - "--filesystem=~/.icons:ro", "--filesystem=xdg-run/tray-icon:create", "--env=GTK_CSD=1", "--talk-name=org.freedesktop.Notifications", @@ -45,9 +44,9 @@ "buildsystem": "meson", "sources": [ { - "type": "git", - "url": "https://github.com/pavouk/lgi.git", - "commit": "c9b8e4473c6421f2a215d8c06c0d94b86eb0b26a" + "type": "archive", + "url": "https://github.com/pavouk/lgi/archive/c9b8e4473c6421f2a215d8c06c0d94b86eb0b26a.tar.gz", + "sha256": "db67b2b7ee89fa566f783486d56be7203552a997bc55f35020b57dd2776b9943" } ] },