logseq: enable text_input_v3 protocol (#508630)

This commit is contained in:
Arne Keller
2026-07-09 14:16:33 +00:00
committed by GitHub
+1 -1
View File
@@ -260,7 +260,7 @@ stdenv.mkDerivation (finalAttrs: {
makeWrapper ${lib.getExe electron} $out/bin/logseq \
--add-flags $out/share/logseq/resources/app \
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}" \
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true --wayland-text-input-version=3}}" \
--set-default LOCAL_GIT_DIRECTORY ${git} \
--inherit-argv0
''