B

Results 20 comments of B

> 可以传一下log吗? 找不到log的位置, 没查到 Edit: 使用ibus-daemon -v 输出如下: ``` I0524 22:05:15.703207 15963 registry.cc:14] registering component: dictionary I0524 22:05:15.703240 15963 registry.cc:14] registering component: reverse_lookup_dictionary I0524 22:05:15.703275 15963 registry.cc:14] registering component: user_dictionary...

> > > 可以传一下log吗? > > > > > > 找不到log的位置, 没查到 > > `/tmp/rime.ibus.ERROR` > 大概还有个`/tmp/rime.ibus.INFO` 这个我找了,确实没有, ls tmp ``` ➜ rime git:(master) ✗ ls /tmp appInsights-nodeAIF-d9b70cd4-b9f9-4d70-929b-a071c400b217 fcitx-socket-:0 mongodb-27017.sock...

> YAML 的缩进仍然不对。 没有报错,还是不对吗

> > 仔细点,第 12 行缩进,多了一个空格。你需要一个好的编辑器。 > > @Baloneo 也许你需要等宽字体+好的编辑器+4/8空格缩进+yamllint ➜ rime git:(master) ✗ yamllint luna_pinyin_simp.custom.yaml luna_pinyin_simp.custom.yaml 1:1 warning missing document start "---" (document-start) 7:11 warning comment not indented like content...

```` ➜ ~ ibus-daemon -v (ibus-ui-gtk3:18572): IBUS-WARNING **: 22:26:09.738: panel.vala:255: If you launch KDE5 on xterm, export XDG_CURRENT_DESKTOP=KDE before launch KDE5. (ibus-ui-gtk3:18572): IBUS-WARNING **: 22:26:09.819: ibus_bus_call_sync: org.freedesktop.DBus.Properties.Get: GDBus.Error:org.freedesktop.DBus.Error.Failed: No global...

> > E0524 22:26:09.935385 18591 engine.cc:349] error creating translator: 'lua_translator' > > 看样子插件没加载…… 我是下载了 librime然后` make merged-plugins sudo make install` ``` ➜ librime-master cd plugins ➜ plugins ls CMakeLists.txt lua...

我再研究研究吧,非常感谢! ``` rime git:(master) ✗ ldd /usr/lib/librime.so linux-vdso.so.1 (0x00007ffca7d01000) libboost_filesystem.so.1.72.0 => /usr/lib/libboost_filesystem.so.1.72.0 (0x00007efe02469000) libboost_regex.so.1.72.0 => /usr/lib/libboost_regex.so.1.72.0 (0x00007efe02368000) libboost_system.so.1.72.0 => /usr/lib/libboost_system.so.1.72.0 (0x00007efe02363000) libglog.so.0 => /usr/lib/libglog.so.0 (0x00007efe02330000) libyaml-cpp.so.0.6 => /usr/lib/libyaml-cpp.so.0.6 (0x00007efe022cc000) libpthread.so.0...

> > 我再研究研究吧,非常感谢! > > ``` > > rime git:(master) ✗ ldd /usr/lib/librime.so > > linux-vdso.so.1 (0x00007ffca7d01000) > > libboost_filesystem.so.1.72.0 => /usr/lib/libboost_filesystem.so.1.72.0 (0x00007efe02469000) > > libboost_regex.so.1.72.0 => /usr/lib/libboost_regex.so.1.72.0 (0x00007efe02368000) >...

新的内核版本中,使用Mount之前调用下面这行代码 ``` syscall.Mount("", "/", "", syscall.MS_PRIVATE|syscall.MS_REC, "") ```

> Is this a question or is this a bug report? Please provide a working, reproducible example. Hi, want to use for logging full messages to the database