back to wayland and fallback-x11

This commit is contained in:
brunoherbelin
2026-02-13 21:37:53 +01:00
parent e75052df72
commit bedbeefc59
2 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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"
}
]
}