Merge pull request #237925 from teutat3s/1password-gui-disable-wayland

authored by

maxine and committed by
GitHub
8cf7dcb6 fa6c140f

+5 -1
+5 -1
pkgs/applications/misc/1password-gui/linux.nix
··· 132 "''${gappsWrapperArgs[@]}" \ 133 --suffix PATH : ${lib.makeBinPath [ xdg-utils ]} \ 134 --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ udev ]} \ 135 - --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" 136 ''; 137 }
··· 132 "''${gappsWrapperArgs[@]}" \ 133 --suffix PATH : ${lib.makeBinPath [ xdg-utils ]} \ 134 --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ udev ]} \ 135 + # Currently half broken on wayland (e.g. no copy functionality) 136 + # See: https://github.com/NixOS/nixpkgs/pull/232718#issuecomment-1582123406 137 + # Remove this comment when upstream fixes: 138 + # https://1password.community/discussion/comment/624011/#Comment_624011 139 + #--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" 140 ''; 141 }