nicolasyang

Results 11 comments of nicolasyang

我是这样理解的,这个包里面包含了 init script, 而这个 init scipt 正常工作依赖于 iptables-mod-nat-extra, 就应该列为依赖。 如果要做成可选,应该是拆成 ChinaDNS-C-minimal 和 ChinaDNS-C 两个包。ChinaDNS-C-minimal 只包含 binary 和 data. ChinaDNS-C 包含 init script, 依赖 ChinaDNS-C-minimal 和 iptables-mod-nat-extra.

不加入依赖的情况下,出现报错是 'unknown option "--to-ports"', 尝试解决需要看出这个报错是缺少了 target REDIRECT, 然后需要再 Google 这个功能包含在哪个包里。 iptables-mod-nat-extra 是依赖内核版本的,在加入依赖时,第三方编译的固件,可能会因为官方源里面的内核模块版本和内核版本不一致而无法安装。这时需要在安装 ChinaDNS-C 时使用 --force-depends 来强制安装,然后使用直接监听 53 端口之类的方法解决。 在编译 OpenWRT 时,如果使用 downloads.openwrt.org 上提供的 config, iptables-mod-nat-extra 是作为模块编译的,也就是说,这个包不会被包含在刷机文件里,但是会生成 package.

I have a similar problem with Spotify (flatpak). It randomly steals focus and PaperWM scrolls to it. A workaround is to send it to scratch.

我最近在 gnome 45 下复现了这个问题。目前 gnome 下 ibus 会启动多个 ibus-engine-rime 进程(似乎是为每个调用输入法的进程都启动一个新的 ibus-engine-rime 进程)。应该是这个导致了多个进程争用数据文件。 这应该是 ibus 设计上的新变化,我们需要适配。

I tested this patch. It does not works well. The pixel map is down scaled with nearest neighbor and looks ugly. I tried adding `setRenderHint(QPainter::SmoothPixmapTransform)` to the `QPainter` used in...

加新特性意义不大了,Firefox 57 要禁用 legacy addons. SwitchOmega 在 Firefox 55 似乎已经可以工作了。 feliscatus/switchyomega#102

根据我的经验,有一个 workaround: 切不到中文的时候,打开 gvim 进入 insert mode, 再进入 normal mode, 再进入 insert mode, 就可以切到中文了,这时在其它程序里面,也能切到中文了。

And the binary package in the repo is signed by an unknown key and is not installable. ``` ~ ❯ LANG=C pacman -Si qadwaitadecorations-qt5 | grep -E '(Repo|Packager)' Repository :...

I think this will be a great feature. I am tuning those sysctls, which controls dirty page writeback behavior, on my machines, using `watch cat /proc/meminfo` to monitor the stats....