tangruize

Results 4 comments of tangruize

降级到[2.6.2.31](https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.wechat/deepin.com.wechat_2.6.2.31deepin0_i386.deb)就可以了. ([来源](https://bbs.deepin.org/forum.php?mod=viewthread&tid=182179&page=1#pid616278)) 仓库里保留了这个旧版本, 说明他们注意到过这个问题.

用这个吧,electronic-wechat https://github.com/kooritea/electronic-wechat/releases/tag/v2.3.1

@szoyj 在你的解决方案基础上,我简单修复了一下这个问题,可以下载试试会不会导致别的问题:[Release 17.0.4.1-b469.62 · tangruize/JetBrainsRuntime-for-Linux-x64](https://github.com/tangruize/JetBrainsRuntime-for-Linux-x64/releases/tag/jbr-release-17.0.4.1b469.62)。没有什么问题的话再提一个pr. 修复方式:[获取了X11的scale factor](https://github.com/tangruize/JetBrainsRuntime-for-Linux-x64/blob/191cd3e6a760a96717ccd697acd85faa1772d6eb/idea.patch#L201-L208): ``` private int scale = ((X11GraphicsDevice)GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice()).getScaleFactor(); ``` GDK的全局缩放factor(GDK_SCALE,org.gnome.desktop.interface/scaling-factor)只有整数才有效,字体缩放(GDK_DPI_SCALE)可以是浮点数,Xft.dpi (通过`xrdb -q`查看)除以96为dpi定义的缩放倍数。最后的缩放倍数为`(int)Math.round(GDK_SCALE * GDK_DPI_SCALE * (Xft.dpi / 96))`,所以你的缩放150%可能实际上大于2 参考了 1. [HiDPI configuration – IDEs Support...

The readme file has a typo. It should be `--diff_format=unified` as explained in the [release page](https://github.com/na-ka-na/ExcelCompare/releases/tag/0.7.0).