Skip to content

[BUG] Unable to input Chinese characters #16

@lysics

Description

@lysics

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Unable to input Chinese characters

Expected Behavior

No response

Steps To Reproduce

docker

Image

Environment

- OS:
- How docker service was installed:

CPU architecture

x86-64

Docker creation

services:
  msedge:
    container_name: msedge
    network_mode: "bridge"
    privileged: true
    security_opt:
      - seccomp:unconfined
    ports:
        - 3001:3001
        - 3101:3101
    volumes:
        - '/data/services/resolv.conf:/etc/resolv.conf'
        - '/data/services/Edge/config:/config'
        - '/mnt/data/download/edge:/config/Downloads'
        - '/dev/dri:/dev/dri'
    environment:
        - 'PUID=1000'
        - 'PGID=1000'
        - 'TZ=Asia/Shanghai'
        - 'DRINODE=/dev/dri/renderD129'
        - 'DRI_NODE=/dev/dri/renderD129'
        - 'CUSTOM_USER=admin'
        - 'PASSWORD='
        - 'PIXELFLUX_WAYLAND=true'
        - 'LANG=zh_CN.UTF-8'
        - 'LANGUAGE=zh_CN.UTF-8'
        - 'LC_ALL=zh_CN.UTF-8'
        - 'NO_DECOR=true'
    shm_size: "2gb"
    mem_limit: 1G
    restart: unless-stopped
    image: linuxserver/msedge:latest
~

Container logs

no logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions