最近看论文,学长推荐我用mendeley,这是一个跨平台的软件。同时支持论文库同步,很好用,但是批注不能输入中文,是由于mendeley使用的qt库中没有添加fcitx的输入发支持。
解决办法
- 用命令
locate libfcitxplatforminputcontextplugin.so
找到系统中的libfcitxplatforminputcontextplugin.so
。一般是:
12/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so - 拷贝到mendeley安装位置:
12/opt/mendeleydesktop/plugins/qt/plugins/platforminputcontexts/ - 重启mendeley就可以输入中文输入法了
Reference
1 2 |
https://www.findhao.net/easycoding/2287 |
最新评论
感谢博主,让我PyTorch入了门!
博主你好,今晚我们下馆子不?
博主,你的博客用的哪家的服务器。
您好,请问您对QNN-MO-PYNQ这个项目有研究吗?想请问如何去训练自己的数据集从而实现新的目标检测呢?
where is the source code ? bomb1 188 2 8 0 0 hello world 0 0 0 0 0 0 1 1 9?5
在安装qemu的过程中,一定在make install 前加入 sudo赋予权限。
所以作者你是训练的tiny-yolov3还是yolov3...
很有用