taoky

Results 129 comments of taoky

Hi, 我们昨日收到了来自 [email protected] 的申请邮件。基于以上的讨论,以及其他镜像站的后续跟进的 issue,目前我的问题主要在于:到底哪些内容是没有 license 相关问题的?https://github.com/hitlug/issues/issues/17 和 https://github.com/tuna/issues/issues/711 中都只同步了 basic 和 enhanced 的 ISO,而 https://github.com/sjtug/mirror-requests/issues/200 中提到 `cdimage.ubuntukylin.com::releases/basic` 和 `archive.ubuntukylin.com::ubuntukylin 除 partner` 都是没有问题的。 此外,由于 rsync 服务器磁盘空间紧张,我们目前暂时无法为新增的镜像提供面向下游的 rsync 支持。 附:邮件中提到的同步上游。 软件源(6.5G)...

文中参考博客里面确实没有 step by step 的 Windows 下 VirtualBox 的安装教程,不过我感觉安装虚拟机软件没啥坑?虚拟机里安装 Ubuntu 可以照着其他的教程来。

> > 镜像方法应该与 msys2 相同,还有待进一步调查。 > > msys2 是提供 rsync 的……这个软件源提供 rsync 吗? Azure blob storage 应该能用 [`rclone`](https://rclone.org/azureblob/) 同步。

https://github.com/ustclug/mirrorrequest/issues/117#issuecomment-1181674023 几周前测试 lftp 和 rclone 都无法正常同步 wine-builds。

> 不知道是否有人愿意联系一下 wine 的上游,如果对方肯开 rsync 应该就好办不少。 https://forum.winehq.org/viewtopic.php?f=11&t=36839 Winehq 网站的管理员似乎倾向于让大家都使用有 CDN 的 HTTPS,并且不建议用户使用 FTP 站点。

https://github.com/libsdl-org/SDL/pull/6077 segfaults the example app: ``` > LD_PRELOAD=~/tmp/sdl-code/SDL/build/build/.libs/libSDL2-2.0.so.0 SDL_VIDEODRIVER=wayland ./a.out fish: Job 1, 'LD_PRELOAD=~/tmp/sdl-code/SDL/b…' terminated by signal SIGSEGV (Address boundary error) ``` coredump backtrace: ``` (gdb) bt #0 0x00007fd218a25efd in...

And also I noticed that after removing libdecor from system, the pango warnings are no longer in stderr, but it still does not show any window.

> If you move the event handling to the main thread, does it work? Yes, modifying code in `main()` to: ```cpp // SDL_Thread *pret = SDL_CreateThread(event_thread, "event thread", nullptr); //...

> [7da74eb](https://github.com/libsdl-org/SDL/commit/7da74eb5be9511d472c72e4ed17e9ffa84f53fbc) should fix the crash with libdecor, and will be in the 2.24.0 release. Sorry but this commit actually crashes the whole program :( I have described that in...

> > [7da74eb](https://github.com/libsdl-org/SDL/commit/7da74eb5be9511d472c72e4ed17e9ffa84f53fbc) should fix the crash with libdecor, and will be in the 2.24.0 release. > > Sorry but this commit actually crashes the whole program :( I have...