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

【linux】应用程序缩放/指定DPI #820

Open
kamikaze211 opened this issue Jan 10, 2025 · 1 comment
Open

【linux】应用程序缩放/指定DPI #820

kamikaze211 opened this issue Jan 10, 2025 · 1 comment

Comments

@kamikaze211
Copy link

我使用archlinux,因为有一个高分屏,所以大部分应用有更改DPI/缩放倍率的需求。
同时又因为GTK应用有一些一言难尽的BUG,导致不能使用分数缩放,否则会出现图标巨大的问题(更改设置无效)。
所以暂时我只能对各个应用单独通过环境变量或添加flag来进行缩放。
我已详细阅读archwiki的hidpi页面:https://wiki.archlinuxcn.org/zh-hans/HiDPI
尝试过各种环境变量和flag,均无法改变flutter应用的缩放倍率/DPI。
我也尝试查找搜索引擎和询问大语言模型,均未找到解决方案。
如果有人知道如何解决,请告知我,不胜感激。
如果没有解决方案,也没办法了,我再想想看能不能解决GTK应用那边的问题。

@kamikaze211
Copy link
Author

flutter和gtk3的一样,参考https://blog.lilydjwg.me/2020/11/21/hidpi-configuration.215594.html

感谢回复,尝试过依旧不行。
我有另一款使用flutter构建的应用也有类似的问题,开发者告诉我似乎是flutter应用的问题。
我暂时使用全局分数缩放了,gtk那边我试了一下,应该是不支持一部分图标/光标的大小设置。目前选了一个同时支持gtk和qt的图标/光标,临时解决了这个问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant