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

Quality of Life improvement for user in Mainland China. #139

Open
3 tasks
OrvilleQ opened this issue Mar 22, 2024 · 2 comments
Open
3 tasks

Quality of Life improvement for user in Mainland China. #139

OrvilleQ opened this issue Mar 22, 2024 · 2 comments
Labels
status:awaiting-triage type:enhancement New feature or request for feature enhancement

Comments

@OrvilleQ
Copy link

OrvilleQ commented Mar 22, 2024

Is your feature request related to a problem?

Due to the existence of GFW and the complexity of Chinese characters, users in mainland China cannot get a good out-of-the-box experience with this amazing project.

I listed some content below that will greatly improve the experience for users in mainland China and Chinese language users.

What is your feature request?

  • Flatpak only has a maximum download speed of 50kb/s in Mainland China, so when detects is running on a Chinese IP address, make flatpak automatically use a mirror from China.
  • Lack of CJK fonts.
  • Lack of input method like fcitx or ibus to input CJK characters.

Are there any workarounds?

I'll open some pull request in the next few weeks and implement all features I requested.

Additional Context

No response

@OrvilleQ OrvilleQ added status:awaiting-triage type:enhancement New feature or request for feature enhancement labels Mar 22, 2024
@OrvilleQ OrvilleQ changed the title Quality of Life improvement for use in Mainland China. Quality of Life improvement for user in Mainland China. Mar 22, 2024
@copurxia
Copy link

copurxia commented Jan 15, 2025

  1. http_proxy和https_proxy能对环境变量内的应用生效
  2. font在init.d下新建一个font.sh
#!/bin/sh
apt update
apt install fonts-noto-cjk -y

image
输入法没琢磨,但是应该也可以通过init.d实现

仅做记录,方便其他人参考

@Josh5
Copy link
Collaborator

Josh5 commented Jan 15, 2025

I would love to help add this into the project. Would it be possible to collaborate on Discord to get these quality of life improvements integrated into the image?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:awaiting-triage type:enhancement New feature or request for feature enhancement
Projects
None yet
Development

No branches or pull requests

3 participants