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

相关推荐
航Hang*7 小时前
VMware vSphere 云平台运维与管理基础——第2章(扩展):VMware ESXi 5.5 安装、配置与运维
运维·服务器·github·系统安全·虚拟化
zh_xuan9 小时前
Visual Studio 上传工程到github
ide·git·github·visual studio
CoovallyAIHub10 小时前
视频理解新范式:Agent不再被动看视频,LensWalk让它自己决定看哪里
算法·架构·github
CoovallyAIHub10 小时前
斯坦福丨AirVLA:将地面机械臂模型迁移至无人机实现空中抓取,成功率从23%提升至50%
算法·架构·github
房开民11 小时前
ubuntu中安装claude code
linux·运维·ubuntu
数据知道12 小时前
《 Claude Code源码分析与实践》专栏目录
python·ai·github·claude code·claw code
逛逛GitHub12 小时前
开源 10 天就飙到 4 万星,这个项目收集了 58 个知名网站样式。
github
学Linux的语莫13 小时前
Hyper-V的安装使用
linux·windows·ubuntu·hyper-v
领尚13 小时前
openclaw 极简安装(Ubuntu 24.04 server)
linux·运维·ubuntu
anywayuan14 小时前
使用 GitHub Actions 自动化构建和发布 Rust 项目
github