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

相关推荐
whysqwhw7 分钟前
Kotlin泛型位置规律与设计考量
github
whysqwhw2 小时前
KuiklyUI的ViewRef设计
github
三五度2 小时前
vmware的ubuntu20.04无网络图标
linux·ubuntu
snakecy4 小时前
常用命令记录
linux·运维·github
洛卡卡了5 小时前
Typora + PicGo + 阿里云 OSS:一套自己的图床方案
github·设计
逛逛GitHub5 小时前
本周 6 个最火火火火 GitHub 项目,AI 杀疯了。
github
QT 小鲜肉5 小时前
【个人成长笔记】将Try Ubuntu里面配置好的文件系统克隆在U盘上(创建一个带有持久化功能的Ubuntu Live USB系统)
linux·开发语言·数据库·笔记·ubuntu
Lisonseekpan5 小时前
Git 命令大全:从基础到高级操作
java·git·后端·github·团队开发
CozyOct18 小时前
⚡️2025-11-08GitHub日榜Top5|AI黑客代理安全测试工具
github
春风霓裳8 小时前
ubuntu磁盘管理、磁盘扩容
linux·运维·ubuntu