rustdesk / rustdesk

An open-source remote desktop, and alternative to TeamViewer.

Home Page:https://rustdesk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font rendering issue with some languages in aarch64 version.

ambitiousCC opened this issue · comments

Bug Description

When attempting to run the aarch64 version (including both AppImage and .deb installation methods) on Ubuntu-arm64 (focal), font rendering issues occur with Chinese, Japanese, and other languages. However, similar issues are not observed in the x86_64 version of the same system. Additionally, it's noticed that there are differences in the output information between the two versions. Could this be a software compatibility issue?

  • Arabic (ar)
  • Persian (fa)
  • Hebrew (he)
  • Japanese (ja)
  • Korean (ko)
  • Thai (th)
  • Chinese (Simplified) (zh-cn)
  • Chinese (Traditional) (zh-tw)

How to Reproduce

You can reproduce this issue by installing the ARM version of the system.

Expected Behavior

The font display issue across various languages has been fixed, and we've also addressed the issue of the local code not running properly.

Operating system(s) on local side and remote side

all -> focal-arm64

RustDesk Version(s) on local side and remote side

1.2.4.nightly -> 1.2.4.nightly

Screenshots

328083516-bd8592fb-a710-49a8-a81b-2e88f2dd0abe

Additional Context

No response