From 53221df1bd743594c302b31a35e2544f57e1881e Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 11 Nov 2022 13:52:21 +0000 Subject: rescribe: disable wayland on flatpak as fyne's support is not mature yet --- cmd/rescribe/xyz.rescribe.rescribe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd') diff --git a/cmd/rescribe/xyz.rescribe.rescribe.yml b/cmd/rescribe/xyz.rescribe.rescribe.yml index 85ad046..10cb0f1 100644 --- a/cmd/rescribe/xyz.rescribe.rescribe.yml +++ b/cmd/rescribe/xyz.rescribe.rescribe.yml @@ -6,9 +6,9 @@ sdk-extensions: org.freedesktop.Sdk.Extension.golang build-options: append-path: /usr/lib/sdk/golang/bin finish-args: - - --socket=fallback-x11 + - --socket=x11 - --share=ipc # needed for X11 - - --socket=wayland + #- --socket=wayland # wayland is not stable on fyne yet, when it is add this and the wayland tag to 'go build' - --device=dri # OpenGL - --share=network # Used for google book downloading - --filesystem=home -- cgit v1.2.1-24-ge1ad