From bedbeefc59ff448d2b548637d2f6caeb42639596 Mon Sep 17 00:00:00 2001 From: brunoherbelin Date: Fri, 13 Feb 2026 21:37:53 +0100 Subject: [PATCH] back to wayland and fallback-x11 --- docs/notes.md | 4 ++++ flatpak/io.github.brunoherbelin.Vimix.json | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/notes.md b/docs/notes.md index 34c7b6e..5d05f90 100644 --- a/docs/notes.md +++ b/docs/notes.md @@ -102,6 +102,10 @@ To build the vimix flatpak with code from local folder (debugging), change the f } ``` +Run this to use the custom local desc + + flatpak-builder --user --install --force-clean build [your_development_dir]/flatpak/io.github.brunoherbelin.Vimix.json + ## Testing performance Linux perf command diff --git a/flatpak/io.github.brunoherbelin.Vimix.json b/flatpak/io.github.brunoherbelin.Vimix.json index 20bd5f1..bdef5c8 100644 --- a/flatpak/io.github.brunoherbelin.Vimix.json +++ b/flatpak/io.github.brunoherbelin.Vimix.json @@ -7,7 +7,9 @@ "rename-desktop-file": "vimix.desktop", "rename-icon": "vimix", "finish-args": [ + "--socket=wayland", "--socket=x11", + "--socket=fallback-x11", "--socket=pulseaudio", "--share=ipc", "--share=network", @@ -107,9 +109,8 @@ ], "sources": [ { - "type": "git", - "branch": "beta", - "url": "https://github.com/brunoherbelin/vimix.git" + "type":"dir", + "path": "/home/bh/Claude/VimixDev/vimix" } ] }