Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Winapps crashes on copy of any text #377

Open
Fort-P opened this issue Jan 6, 2025 · 0 comments
Open

Winapps crashes on copy of any text #377

Fort-P opened this issue Jan 6, 2025 · 0 comments
Labels
bug Something isn't working freerdp Issue related to freerdp

Comments

@Fort-P
Copy link

Fort-P commented Jan 6, 2025

Pretty simple, copying any text, using any method crashes the open window. This doesn't seem to affect other "types" of copying, such as files or images, but rather, any text, in any app (or even on the desktop, like the name of a file in "rename mode". This happens regardless of the method used to copy the text, such as the control+c keybind, or right-clicking, and selecting "copy". I am using the docker setup, below are my winapps.conf and my compose.yaml. I am on Arch Linux, running hyprland.

name: "winapps"
volumes:
  data:
services:
  windows:
    image: ghcr.io/dockur/windows:latest
    container_name: WinApps
    environment:
      VERSION: "tiny11"
      RAM_SIZE: "4G"
      CPU_CORES: "4"
      DISK_SIZE: "64G"
      PASSWORD: "My Password"
      HOME: "${HOME}"
    privileged: true
    ports:
      - 8006:8006
      - 3389:3389/tcp
      - 3389:3389/udp
    stop_grace_period: 120s
    restart: unless-stopped
    volumes:
      - data:/storage
      - ${HOME}:/shared
    devices:
      - /dev/kvm
RDP_USER="Docker"
RDP_PASS="My Password"
RDP_DOMAIN=""
RDP_IP="127.0.0.1"
WAFLAVOR="docker"
RDP_SCALE="100"
RDP_FLAGS="/cert:tofu /sound /microphone"
MULTIMON="false"
DEBUG="false"
AUTOPAUSE="off"
AUTOPAUSE_TIME="300"
FREERDP_COMMAND=""
@oskardotglobal oskardotglobal added bug Something isn't working freerdp Issue related to freerdp labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working freerdp Issue related to freerdp
Projects
None yet
Development

No branches or pull requests

2 participants