Bian Jiaping

Results 18 comments of Bian Jiaping

Sorry, but I didn't use this image anymore and have no interest in maintaining it. I'll archive this repository soon.

I agree with @BoBeR182, the font is too large now, even larger than window titles. ![screenshot from 2017-06-28 10-57-37](https://user-images.githubusercontent.com/4749277/27618748-ad99f060-5bf0-11e7-841b-4d9c3c029227.png)

赞同取消“反向代理”分类,但我觉得还是要通过某种方式标识出来“反向代理”的(可以在帮助文档内),这对用户有些帮助(比如对速度的心理预期,对连接失败的容忍度)。

`gstreamer` 版本号是多少?

有点奇怪,你执行这些语句看下输出: ```python import gi gi.require_version('Gst', '1.0') from gi.repository import Gst print(Gst._version) print(Gst.version_string()) print(Gst.init.__doc__) print([a.get_name() + ":" + str(a.is_optional()) for a in Gst.init.get_arguments()]) ```

看来 GObject 或 gstreamer 安装有问题。 什么发行版?什么版本?Python, GObject, gstream 都是怎么安装的?

我检查了下 Manjaro 的 `python-gobject` 包中并没有 `/usr/lib/python3.6/site-packages/gi/overrides/Gst.py` 这个文件。你看下这个文件是属于哪个包的: ```bash pacman -Qo /usr/lib/python3.6/site-packages/gi/overrides/Gst.py ```

[gst-python](https://gstreamer.freedesktop.org/modules/gst-python.html) 由 GStreamer 官方团队维护,主页只是说 "overrides for the gobject-introspection-based pygst bindings" 却没说为什么要 override,也没说兼容性。 你可以暂时把 `gst-python` 卸载。我有空再好好考虑下是否有必要兼容 `gst-python`。

暂无计划。 如果有免费好用的离线词典数据,可以考虑。

之前测试过,在福昕阅读器里选中文本不会触发 Gtk+ 3 的剪贴板事件。 我对底层的还不太了解,暂时不清楚原因和解决方案。