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划线翻译。

相关推荐
砖厂小工11 小时前
用 GLM + OpenClaw 打造你的 AI PR Review Agent — 让龙虾帮你审代码
android·github
程序员鱼皮11 小时前
又一个新项目完结,我要出海了!
ai·github·开源项目
徐小夕12 小时前
pxcharts-vue:一款专为 Vue3 打造的开源多维表格解决方案
前端·vue.js·github
Moment12 小时前
想要长期陪伴你的助理?先从部署一个 OpenClaw 开始 😍😍😍
前端·后端·github
我叫黑大帅12 小时前
前端如何利用 GitHub Actions 自动构建并发布到 GitHub Pages?
前端·面试·github
HelloGitHub14 小时前
这个年轻的开源项目,想让每个人都能拥有自己的专业级 AI 智能体
开源·github·agent
刘发财20 小时前
弃用html2pdf.js,这个html转pdf方案能力是它的几十倍
前端·javascript·github
sunny8651 天前
Claude Code 跨会话上下文恢复:从 8 次纠正到 0 次的工程实践
人工智能·开源·github
ZengLiangYi1 天前
Git Tag + Semver + CI/CD:从打标签到自动发布的完整实践
github