From fe3ce93de481b427856bfd956001cc18f416e62e Mon Sep 17 00:00:00 2001 From: Artturin Date: Sat, 19 Oct 2024 23:07:20 +0300 Subject: [PATCH] viewnior: Use x11 Now with gtk3 it can be launched in wayland mode and does so by default but moving around in a zoomed in image doesn't work --- pkgs/applications/graphics/viewnior/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/graphics/viewnior/default.nix b/pkgs/applications/graphics/viewnior/default.nix index 227c57a17d8e5..12a9df73153d4 100644 --- a/pkgs/applications/graphics/viewnior/default.nix +++ b/pkgs/applications/graphics/viewnior/default.nix @@ -44,6 +44,10 @@ stdenv.mkDerivation rec { ]; } }" + + gappsWrapperArgs+=( + --set-default GDK_BACKEND x11 + ) ''; meta = with lib; {