taoky

Results 129 comments of taoky

> [7da74eb](https://github.com/libsdl-org/SDL/commit/7da74eb5be9511d472c72e4ed17e9ffa84f53fbc) should fix the crash with libdecor, and will be in the 2.24.0 release. Now the pango warnings are gone, but there's still no window in screen. (And I...

> > If you move the event handling to the main thread, does it work? > > Yes, modifying code in `main()` to: > > ```c++ > // SDL_Thread *pret...

Maybe duplicate of https://github.com/micheleg/dash-to-dock/issues/1381. Disable hardware acceleration of Firefox may workaround this bug. Could it be a bug of GNOME (when an app with hardware acceleration is in full screen...

> Interesting that you mention that. Intelligent hiding of the top bar via an extension also expresses similar behavior. Well here I cannot trigger dock out when Firefox/Chromium is in...

> > Interesting that you mention that. Intelligent hiding of the top bar via an extension also expresses similar behavior. > > Well here I cannot trigger dock out when...

> Disabling FF hardware acceleration works around the issue. Unlike others, this is problematic even on a single display for me. So this bug exists on display with dock and...

According to #1868 and , `Meta.disable_unredirect_for_display(global.display);` can workaround this problem, and it works on my laptop. Disabling unredirection may hurt full-screen games performance, I guess that's why mutter enables that...

因为 宋体-简 的问号就长这样: 如果要和 Windows 的字体效果一致的话,需要修改 fontset(),并且把 Windows 中的相关字体复制过来,或者干脆直接在 Windows 下编译最终提交的版本。

Related issue: https://github.com/iovisor/bcc/issues/3668

> The long term goal is to replace execsnoop with a custom implementation optimized for system76-power. Which would preferably also be written in Rust. There are some bpf/bcc crates available...