ubuntu18.04环境下,Zotero 中pdf translate划线后不翻译问题解决

问题: 如果使用fastgithub,在/etc/profile中设置全局代理,系统重启后会产生划线后不翻译的问题,包括所有翻译代理均不行。终端中取消fastgithub代理,也不行。

解决:

1)不在/etc/profile中设置全局代理,浏览器采用Proxy SwitchyOmega插件,需导入fastgithub的证书,否则排版错乱。

在chrome中导入/usr/local/share/ca-certificates/fastgithub.crt

导入方法::chrome中在setting-->Privacy and security-->Security-->Manage certificates-->Authorities

2)chrome访问github后,会弹出Your connection is not private。需要在Google Chrome.desktop里面的chrome命令后添加--ignore-certificate-errors --ignore-urlfetcher-cert-requests。如:

Exec=/usr/bin/google-chrome-stable --ignore-certificate-errors --ignore-urlfetcher-cert-requests

然后在弹出Your connection is not private提示后,键盘敲击thisisunsafe并回车。

3) 另外还有一个解决方法,安装pot软件进行屏幕翻译,代替pdf translate划线翻译。

相关推荐
DogDaoDao10 分钟前
OpenBrowser 深度解析:让 AI 真正「用上」浏览器的自主代理框架
人工智能·程序员·大模型·github·web·ai工具·openbrowser
晚来的棠棠3 小时前
彻底解决 github 无法访问或者访问慢的问题_github打开太慢了
github
tokenKe4 小时前
ego-lite:给 AI Agent 用的最快浏览器 | SSP Github Daily
人工智能·github
软件工程师文艺4 小时前
NewsNow 技术原理与架构
github
Vandara4 小时前
避坑指南:MOABB 从零搭建到跑通 Benchmark(Python 3.11 + MOABB v1.1.0+)
github
他们都叫我GPT侠4 小时前
【无标题】
git·github
CoderJia程序员甲4 小时前
GitHub 热榜项目 - 周榜(2026-07-26)
ai·大模型·llm·github·ai教程
果汁华5 小时前
CLI 命令行与 Python 框架实战
git·python·github
fthux5 小时前
GitHub Actions自动化运维实战:构建高效可靠的CI/CD流水线
运维·自动化·github
漂移的电子5 小时前
解决Vue3 + TypeScript + Vite搭建的项目,动态路由页面加载失败的最隐蔽原因
javascript·ubuntu·typescript