[evolution] Flatpak: Replace --socket=x11 with --socket=fallback-x11



commit f5717129fb948510d00af966c2e4c807bcf0cce6
Author: Milan Crha <mcrha redhat com>
Date:   Wed Jun 9 19:52:26 2021 +0200

    Flatpak: Replace --socket=x11 with --socket=fallback-x11
    
    Thus GNOME Software doesn't consider the application unsafe.

 flatpak/org.gnome.Evolution-master.json | 2 +-
 flatpak/org.gnome.Evolution-stable.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/org.gnome.Evolution-master.json b/flatpak/org.gnome.Evolution-master.json
index e5058b5790..e3038a7f29 100644
--- a/flatpak/org.gnome.Evolution-master.json
+++ b/flatpak/org.gnome.Evolution-master.json
@@ -24,7 +24,7 @@
        "finish-args": [
                "--share=ipc",
                "--share=network",
-               "--socket=x11",
+               "--socket=fallback-x11",
                "--socket=wayland",
                "--socket=pulseaudio",
                "--socket=pcsc",
diff --git a/flatpak/org.gnome.Evolution-stable.json b/flatpak/org.gnome.Evolution-stable.json
index ea3357286e..268c2850e9 100644
--- a/flatpak/org.gnome.Evolution-stable.json
+++ b/flatpak/org.gnome.Evolution-stable.json
@@ -23,7 +23,7 @@
        "finish-args": [
                "--share=ipc",
                "--share=network",
-               "--socket=x11",
+               "--socket=fallback-x11",
                "--socket=wayland",
                "--socket=pulseaudio",
                "--socket=pcsc",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]