From edca9d5b9a0c2d30fc7203116911fe5d25a4149f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 6 Jul 2025 10:04:02 +0000 Subject: [PATCH 1/2] winapps: 0-unstable-2025-06-22 -> 0-unstable-2025-07-02 Diff: https://github.com/winapps-org/winapps/compare/2b806de1336a3a206d101b95408165cce938ebd5...ce9a84dc5294c45a4b69847f5164628f7d6a4ae1 --- packages/winapps/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/winapps/default.nix b/packages/winapps/default.nix index 019a788..8e2c354 100644 --- a/packages/winapps/default.nix +++ b/packages/winapps/default.nix @@ -11,12 +11,12 @@ ... }: let - rev = "2b806de1336a3a206d101b95408165cce938ebd5"; - hash = "sha256-qe6rVHVNpY2xyxjQWm7IMbXXUxlCCpEaNOwm3GUuVXI="; + rev = "ce9a84dc5294c45a4b69847f5164628f7d6a4ae1"; + hash = "sha256-SsyJy9mCwBjKex8mfCnKrzKUM/+xws0EltI2aSkKTuM="; in stdenv.mkDerivation rec { pname = "winapps"; - version = "0-unstable-2025-06-22"; + version = "0-unstable-2025-07-02"; src = fetchFromGitHub { owner = "winapps-org"; From 5908f88ac54e9f1aeca004d0e7ecd37ca4bd8f2a Mon Sep 17 00:00:00 2001 From: Denis Strizhkin Date: Mon, 7 Jul 2025 17:39:22 +0300 Subject: [PATCH 2/2] README.md: kbd-unicode notice --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0244532..bb28fb1 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,7 @@ APP_SCAN_TIMEOUT="60" - On high-resolution (UHD) displays, you can set `RDP_SCALE` to the scale you would like to use (100, 140 or 180). - To add additional flags to the FreeRDP call (e.g. `/prevent-session-lock 120`), uncomment and use the `RDP_FLAGS` configuration option. - For multi-monitor setups, you can try adding `/multimon` to `RDP_FLAGS`. A FreeRDP bug may result in a black screen however, in which case you should revert this change. +- To enable non-English input and seamless language switching, you can try adding `/kbd:unicode` to `RDP_FLAGS`. This ensures client inputs are sent as Unicode sequences. - If you enable `DEBUG`, a log will be created on each application start in `~/.local/share/winapps/winapps.log`. - If using a system on which the FreeRDP command is not `xfreerdp` or `xfreerdp3`, the correct command can be specified using `FREERDP_COMMAND`.