yourchanges

Results 47 comments of yourchanges

还有一种coredump ``` BFD: Warning: /home/coredump/core.813557 is truncated: expected core file size >= 9938554880, found: 104857600. [New LWP 813557] Cannot access memory at address 0x7f8eb94bf128 Cannot access memory at address 0x7f8eb94bf120...

> 没有任何patch 操作, 就是下载官方release页面里的 tengine2.3.3 和 nginx-upsync-module-2.1.3 编译运行, 打包脚本如下: ``` tar -xf openssl-1.1.1m.tar.gz tar -xf pcre-8.43.tar.gz tar -xf zlib-1.2.11.tar.gz tar -xf nginx-upsync-module-2.1.3.tar.gz tar -xf tengine-2.3.3.tar.gz cd tengine-2.3.3 ./configure --prefix=/usr/local/nginx --with-http_stub_status_module...

+1,Ubuntu 22.04 LTS and mint 21

确认修改 ``` [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts] "LogPixels"=dword:00000060 ``` 我的是4k,改为a0 ``` [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts] "LogPixels"=dword:000000a0 ``` 显示效果好, 但是不能关,一关appimage就自动删除文件, 就没戏, 哪里可以找到源代码, 重新打包下

现在用的是https://phpcj.org/wineqq/ 这个,可以修改注册表

有个方法可以绕过, 提取appimage内容, 解压后运行: ``` ./TIM-201711-x86_64.AppImage --appimage-extract export WINEPREFIX=./squashfs-root/wineprefix/ wine regedit ``` 编辑上面注册表的内容, 然后修改/squashfs-root/AppRun 启动脚本, 最后在桌面建立一个启动器, 启动这个脚本即可: 新的AppRun 脚本 ``` #!/bin/bash set -x HERE=$(cd "$(dirname "$0")";pwd) export WINEDEBUG=-all export WINEPREFIX="$HERE/wineprefix/" wine...

请问有进展么