-
Hello, I am trying to set up WinApps on NixOS but i keep getting the errors named in the title. Console output after 'winapps-setup'
It appears that the problem on .winapps-setup-wrapped line 152 might cause the setup to fail.
I am using NixOS with Plasma on Wayland. I have set up the 'tiny11' Docker like in the documentation. FreeRDP ( freerdp Version: 3.12.0 ) is installed as a nixpkgs 'pkgs.freerdp3'
winapps.conf is configured with user, password and FREERDP_COMMAND="xfreerdp" in ~/.config/winapps/winapps.conf WinApps is set in flake.nix and imported as a module. Configs with DOTtxt so i can upload them.: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
hey mate, your point about docker got me thinking and i found the problem,
It was in the compose.yaml FILE.
container_name:
MUST apparently be 'WinApps', when I first copied the compose file from your repo i changedcontainer_name:
to 'winapps' because I like to have all my container names in lowercase.Running winapps-setup didn't warn me about the container name but winapps-launcher did.
WinApps now works but weirdly enough during the setup the nixstore message is still present.
/nix/store/34fc00b14c5g03ph8bxhipv4pzy2lhz9-winapps-0-unstable-2025-03-12/bin/.winapps-setup-wrapped: line 152: [[: /nix/store/34fc00b14c5g03ph8bxhipv4pzy2lhz9-winapps-0-unstable-2025-03-12/bin: syntax error: op…