From 1a30a0ab4d20e2f22ccc75df6a84b03d7417ccad Mon Sep 17 00:00:00 2001 From: Gaurang Patel Date: Fri, 1 May 2026 21:13:59 +0000 Subject: [PATCH] fix(linux): Add X11 platform flags to .deb package launcher (#1087) Co-authored-by: unn-Known1 --- app/src-tauri/tauri.conf.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src-tauri/tauri.conf.json b/app/src-tauri/tauri.conf.json index 3e83cf63c..c59339b02 100644 --- a/app/src-tauri/tauri.conf.json +++ b/app/src-tauri/tauri.conf.json @@ -56,6 +56,10 @@ "libx11-6", "libgdk-pixbuf-2.0-0", "libglib2.0-0" + ], + "args": [ + "--enable-features=UseOzonePlatform", + "--ozone-platform=x11" ] } },