volanta add --wayland-text-input-version=3

This commit is contained in:
kyehn
2025-08-30 10:35:55 +08:00
parent 6d8948ed14
commit df10188f01
+1 -1
View File
@@ -30,7 +30,7 @@ appimageTools.wrapType2 {
substituteInPlace $out/share/applications/volanta.desktop \
--replace-fail 'Exec=AppRun' 'Exec=env APPIMAGE=true volanta'
wrapProgram $out/bin/volanta \
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --wayland-text-input-version=3}}"
'';
passthru = {