Fcitx
来和我签订契约,成为fcitx开发者吧!
Fcitx的bug请到 https://github.com/fcitx/
Fcitx使用的讨论请到 https://groups.google.com/group/fcitx
Fcitx开发的讨论请到 https://groups.google.com/group/fcitx-devSearch
Recent Comments
- 构建一个给 WPS 用的 fcitx im module | CS Slayer on A case study: how to compile a Fcitx platforminputcontext plugin for a proprietary software that uses Qt 5
- marguerite on 如何现在就在 Arch Linux 用上 Fcitx 5
- angelbeats on About
- Gentoo安装Fcitx 5 – 清风的网络空间 on 如何现在就在 Arch Linux 用上 Fcitx 5
- Ueno on 当你 Debug 一门过气语言生成的代码里面产生的 memory leak 时会发生什么 (a.k.a. 不要修改 vala 返回的 strv 的 length)
Tags
Blogroll
Links
Categories
Archives
Tag Archives: vlc
VLC 播放 HTTPS Stream
总之,据说vlc是少有的可以播放https stream的播放器。 但其实还蛮坑爹的……不知为何vlc是识别系统的ssl证书的(至少在我的arch上是的)。 以下方法仅在arch上测试过。 mkdir -p ~/.local/share/vlc/ssl cd ~/.local/share/vlc/ssl ln -s /usr/share/ca-certificates certs 于是就是这样了。也不用像某些网站一样导出根证书什么的再复制,直接用系统的证书就好啦。(除非你想自己签名个不合法的)不过这年头反正ssl证书有startssl这种免费证书存在。 我折腾这是为啥呢?因为OwnCloud的Ampache流播放音乐之前HTTPS一直不行,后来才发现是这个原因。于是只要你使用phonon-vlc的话,OwnCloud + HTTPS + Ampache + Amarok 是不会有问题的了。 P.S. 我发现 gstreamer 也可以……我到底是在闹哪样……