Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👑[Enhancement] Linux启用加速后Steam登录卡在Logging in的解决方案 #3523

Open
notavaliablename opened this issue Oct 25, 2024 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@notavaliablename
Copy link

notavaliablename commented Oct 25, 2024

🥰 需求描述(Description)

修复Linux下启用加速后无法正常登录Steam的问题

Linux上开启加速后Steam卡在Logging in但是一直有流量,关闭加速后就登录进去了。加速情况下在浏览器上访问网页没有问题。只有客户端登录不上去

🧐 解决方案(Solution)

将证书安装到整个操作系统就没有问题了

对于使用p11-kit的发行版

执行

pkexec trust anchor --store ~/.local/share/Steam++/Plugins/Accelerator/SteamTools.Certificate.cer

或使用手动安装

Arch系发行版(Arch Linux、SteamOS、Manjaro、EndeavorOS)

steampp_username=$(whoami) ; pkexec sh -c "cp /home/$steampp_username/.local/share/Steam++/Plugins/Accelerator/SteamTools.Certificate.cer /etc/ca-certificates/trust-source/anchors/ ; update-ca-trust"

RedHat系发行版(Fedora、RHEL、RockyLinux)

steampp_username=$(whoami) ; pkexec sh -c "cp /home/$steampp_username/.local/share/Steam++/Plugins/Accelerator/SteamTools.Certificate.cer /etc/pki/ca-trust/source/anchors ; update-ca-trust"

对于不使用p11-kit的发行版

Debian/Ubuntu

将证书复制到/usr/local/share/ca-certificates (若文件夹不存在请先创建)

sudo cp ~/.local/share/Steam++/Plugins/Accelerator/SteamTools.Certificate.crt /usr/local/share/ca-certificates/

刷新证书

sudo update-ca-certificates

🚑 其他信息(Other Information)

@notavaliablename notavaliablename added the enhancement New feature or request label Oct 25, 2024
@rmbadmin rmbadmin added the documentation Improvements or additions to documentation label Oct 26, 2024
@Mossimos
Copy link
Contributor

我在 Ubuntu Uos Deepin 中使用 抓包软件 且证书导入了 系统信任 还是一样 卡 登录 请问你是以什么方式解决的呢

@Mossimos
Copy link
Contributor

刚再次测试过 System 模式可以正常登录了 但是 Host 模式依然卡加载 而且与导入系统证书信任列表无关
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants